Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add missing copyright notes v3.34
authorFred Suter <suterf@ornl.gov>
Mon, 26 Jun 2023 16:35:39 +0000 (12:35 -0400)
committerFred Suter <suterf@ornl.gov>
Mon, 26 Jun 2023 16:36:02 +0000 (12:36 -0400)
include/simgrid/plugins/battery.hpp
include/simgrid/plugins/photovoltaic.hpp
src/plugins/battery.cpp
src/plugins/photovoltaic.cpp

index 3899ff0..d6d7e2c 100644 (file)
@@ -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_
 
index 7cc1f3b..3941751 100644 (file)
@@ -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_
 
index 65077e9..b6cfd2a 100644 (file)
@@ -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 <simgrid/Exception.hpp>
 #include <simgrid/plugins/battery.hpp>
 #include <simgrid/s4u/Actor.hpp>
index 5a4cd33..923153b 100644 (file)
@@ -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 <simgrid/Exception.hpp>
 #include <simgrid/plugins/photovoltaic.hpp>
 #include <simgrid/s4u/Actor.hpp>