commit 8089d49d05234a8160d2b544a416432e80753153
parent b7bbe2f870a4fc62992fcbb6e5077161842b5adb
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 19 Feb 2018 12:38:05 +0100
Update the copyright year range
Diffstat:
16 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/README.md b/README.md
@@ -76,7 +76,7 @@ for further informations on CMake).
Star-GF is developed by [|Meso|Star>](http://www.meso-star.com) for
[Électricité De France](http://researchers.edf.com/edf-researchers-209799.html)
-(EDF). It is Copyright (C) 2015-2016 EDF
+(EDF). It is Copyright (C) 2015-2018 EDF
S.A., France (<syrthes-support@edf.fr>). It is a free software released under
the [OSI](http://opensource.org)-approved GPL v3.0 license. You are welcome to
redistribute it under certain conditions; refer to the COPYING file for
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2016 EDF S.A., France (syrthes-support@edf.fr)
+# Copyright (C) 2015-2018 EDF S.A., France (syrthes-support@edf.fr)
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/src/sgf.h b/src/sgf.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015-2016 EDF S.A., France (syrthes-support@edf.fr)
+/* Copyright (C) 2015-2018 EDF S.A., France (syrthes-support@edf.fr)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/sgf_device.c b/src/sgf_device.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015-2016 EDF S.A., France (syrthes-support@edf.fr)
+/* Copyright (C) 2015-2018 EDF S.A., France (syrthes-support@edf.fr)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/sgf_device_c.h b/src/sgf_device_c.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015-2016 EDF S.A., France (syrthes-support@edf.fr)
+/* Copyright (C) 2015-2018 EDF S.A., France (syrthes-support@edf.fr)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/sgf_estimator.c b/src/sgf_estimator.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015-2016 EDF S.A., France (syrthes-support@edf.fr)
+/* Copyright (C) 2015-2018 EDF S.A., France (syrthes-support@edf.fr)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/sgf_realisation.h b/src/sgf_realisation.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015-2016 EDF S.A., France (syrthes-support@edf.fr)
+/* Copyright (C) 2015-2018 EDF S.A., France (syrthes-support@edf.fr)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/sgf_scene.c b/src/sgf_scene.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015-2016 EDF S.A., France (syrthes-support@edf.fr)
+/* Copyright (C) 2015-2018 EDF S.A., France (syrthes-support@edf.fr)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/sgf_scene_c.h b/src/sgf_scene_c.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015-2016 EDF S.A., France (syrthes-support@edf.fr)
+/* Copyright (C) 2015-2018 EDF S.A., France (syrthes-support@edf.fr)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/test_sgf_cube.c b/src/test_sgf_cube.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015-2016 EDF S.A., France (syrthes-support@edf.fr)
+/* Copyright (C) 2015-2018 EDF S.A., France (syrthes-support@edf.fr)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/test_sgf_device.c b/src/test_sgf_device.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015-2016 EDF S.A., France (syrthes-support@edf.fr)
+/* Copyright (C) 2015-2018 EDF S.A., France (syrthes-support@edf.fr)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/test_sgf_estimator.c b/src/test_sgf_estimator.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015-2016 EDF S.A., France (syrthes-support@edf.fr)
+/* Copyright (C) 2015-2018 EDF S.A., France (syrthes-support@edf.fr)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/test_sgf_scene.c b/src/test_sgf_scene.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015-2016 EDF S.A., France (syrthes-support@edf.fr)
+/* Copyright (C) 2015-2018 EDF S.A., France (syrthes-support@edf.fr)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/test_sgf_square.c b/src/test_sgf_square.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015-2016 EDF S.A., France (syrthes-support@edf.fr)
+/* Copyright (C) 2015-2018 EDF S.A., France (syrthes-support@edf.fr)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/test_sgf_tetrahedron.c b/src/test_sgf_tetrahedron.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015-2016 EDF S.A., France (syrthes-support@edf.fr)
+/* Copyright (C) 2015-2018 EDF S.A., France (syrthes-support@edf.fr)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/test_sgf_utils.h b/src/test_sgf_utils.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015-2016 EDF S.A., France (syrthes-support@edf.fr)
+/* Copyright (C) 2015-2018 EDF S.A., France (syrthes-support@edf.fr)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by