From 249833128f7cdb964ceb9da6fa0e7896ad3f58f0 Mon Sep 17 00:00:00 2001 From: Raptor Engineering Development Team Date: Fri, 19 Apr 2019 10:59:02 +0000 Subject: Official release under GPL v3 --- control/actions.hpp | 4 ++-- control/zone.cpp | 6 +++--- control/zone.hpp | 2 +- 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 #include 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 -- cgit v1.2.1