From 036c801d55e3ab07b470c79640109080fed049a1 Mon Sep 17 00:00:00 2001 From: Fred Suter Date: Mon, 26 Jun 2023 12:35:39 -0400 Subject: [PATCH] add missing copyright notes --- include/simgrid/plugins/battery.hpp | 4 ++++ include/simgrid/plugins/photovoltaic.hpp | 4 ++++ src/plugins/battery.cpp | 4 ++++ src/plugins/photovoltaic.cpp | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/include/simgrid/plugins/battery.hpp b/include/simgrid/plugins/battery.hpp index 3899ff0cf2..d6d7e2c036 100644 --- a/include/simgrid/plugins/battery.hpp +++ b/include/simgrid/plugins/battery.hpp @@ -1,3 +1,7 @@ +/* Copyright (c) 2023. The SimGrid Team. All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef SIMGRID_PLUGINS_BATTERY_H_ #define SIMGRID_PLUGINS_BATTERY_H_ diff --git a/include/simgrid/plugins/photovoltaic.hpp b/include/simgrid/plugins/photovoltaic.hpp index 7cc1f3bdb0..3941751684 100644 --- a/include/simgrid/plugins/photovoltaic.hpp +++ b/include/simgrid/plugins/photovoltaic.hpp @@ -1,3 +1,7 @@ +/* Copyright (c) 2023. The SimGrid Team. All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef SIMGRID_PLUGINS_PHOTOVOLTAIC_H_ #define SIMGRID_PLUGINS_PHOTOVOLTAIC_H_ diff --git a/src/plugins/battery.cpp b/src/plugins/battery.cpp index 65077e921a..b6cfd2aee6 100644 --- a/src/plugins/battery.cpp +++ b/src/plugins/battery.cpp @@ -1,3 +1,7 @@ +/* Copyright (c) 2023. The SimGrid Team. All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ #include #include #include diff --git a/src/plugins/photovoltaic.cpp b/src/plugins/photovoltaic.cpp index 5a4cd33286..923153b56b 100644 --- a/src/plugins/photovoltaic.cpp +++ b/src/plugins/photovoltaic.cpp @@ -1,3 +1,7 @@ +/* Copyright (c) 2023. The SimGrid Team. All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ #include #include #include -- 2.20.1