From: Fred Suter Date: Mon, 26 Jun 2023 16:35:39 +0000 (-0400) Subject: add missing copyright notes X-Git-Tag: v3.34 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/036c801d55e3ab07b470c79640109080fed049a1 add missing copyright notes --- 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