summaryrefslogtreecommitdiffstats
path: root/control
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2019-04-19 10:59:02 +0000
committerRaptor Engineering Development Team <support@raptorengineering.com>2019-04-19 22:07:46 +0000
commit249833128f7cdb964ceb9da6fa0e7896ad3f58f0 (patch)
tree26af4ee44ee428d104678296ff243491a540e6fa /control
parent1d0acc187668066d83f365b8be9463e9ad315a7b (diff)
downloadphosphor-fan-presence-249833128f7cdb964ceb9da6fa0e7896ad3f58f0.tar.gz
phosphor-fan-presence-249833128f7cdb964ceb9da6fa0e7896ad3f58f0.zip
Official release under GPL v304-16-2019
Diffstat (limited to 'control')
-rw-r--r--control/actions.hpp4
-rw-r--r--control/zone.cpp6
-rw-r--r--control/zone.hpp2
3 files changed, 6 insertions, 6 deletions
diff --git a/control/actions.hpp b/control/actions.hpp
index 22449e0..f5456ec 100644
--- a/control/actions.hpp
+++ b/control/actions.hpp
@@ -1,5 +1,5 @@
-// PID controls (c) 2018 Raptor Engineering, LLC
-// Licensed for use with Raptor Computing Systems machines only
+// PID controls (c) 2018-2019 Raptor Engineering, LLC
+// Licensed under the terms of the GPL v3
#pragma once
diff --git a/control/zone.cpp b/control/zone.cpp
index ce187b1..63b50b5 100644
--- a/control/zone.cpp
+++ b/control/zone.cpp
@@ -1,6 +1,6 @@
/**
* Copyright © 2017 IBM Corporation
- * Copyright © 2017-2018 Raptor Engineering, LLC
+ * Copyright © 2017-2019 Raptor Engineering, LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -14,8 +14,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * PID controls (c) 2018 Raptor Engineering, LLC
- * Licensed for use with Raptor Computing Systems machines only
+ * PID controls (c) 2018-2019 Raptor Engineering, LLC
+ * Licensed under the terms of the GPL v3
*/
#include <chrono>
#include <functional>
diff --git a/control/zone.hpp b/control/zone.hpp
index 1739930..7976b17 100644
--- a/control/zone.hpp
+++ b/control/zone.hpp
@@ -1,5 +1,5 @@
// PID controls (c) 2018 Raptor Engineering, LLC
-// Licensed for use with Raptor Computing Systems machines only
+// Licensed under the terms of the GPL v3
#pragma once
#include <algorithm>
OpenPOWER on IntegriCloud