commit ae81541c3a4f27efd75ce42dc10f8224ce575c7b
parent ba905bf6f206e074d65e670d172b7e581091ac7b
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 28 Apr 2020 12:18:40 +0200
Update the copyright notice
Diffstat:
12 files changed, 26 insertions(+), 27 deletions(-)
diff --git a/README.md b/README.md
@@ -39,8 +39,8 @@ formats on which it relies.
## License
-Copyright (C) 2015, 2016 CNRS. Copyright (C) 2019
-[|Meso|Star>](http://www.meso-star.com). Schiff is free software released under
-the GPL v3+ license: GNU GPL version 3 or later. You are welcome to
-redistribute it under certain conditions; refer to the COPYING file for
-details.
+Copyright (C) 2020 [|Meso|Star>](http://www.meso-star.com)
+(contact@meso-star.com). Copyright (C) 2015, 2016 CNRS. Schiff is free
+software released under the GPL v3+ license: GNU GPL version 3 or later. You
+are welcome to redistribute it under certain conditions; refer to the COPYING
+file for details.
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -1,5 +1,5 @@
+# Copyright (C) 2020 |Meso|Star> (contact@meso-star.com)
# Copyright (C) 2015, 2016 CNRS
-# Copyright (C) 2019 |Meso|Star>
#
# 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/schiff.c b/src/schiff.c
@@ -1,5 +1,5 @@
-/* Copyright (C) 2015, 2016 CNRS
- * Copyright (C) 2019 |Meso|Star>
+/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com)
+ * Copyright (C) 2015, 2016 CNRS
*
* 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/schiff_args.c b/src/schiff_args.c
@@ -1,5 +1,5 @@
-/* Copyright (C) 2015, 2016 CNRS
- * Copyright (C) 2019 |Meso|Star>
+/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com)
+ * Copyright (C) 2015, 2016 CNRS
*
* 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
@@ -97,7 +97,6 @@ print_help(const char* binary)
" --version display version information and exit.\n");
printf("\n");
printf(
-"Copyright (C) 2015, 2016 CNRS. Copyright (C) 2019 |Meso|Star>. This is free\n"
"software released under the GNU GPL license, version 3 or later. You are free\n"
"to change or redistribute it under certain conditions\n"
"<http://gnu.org/licenses/gpl.html>\n");
diff --git a/src/schiff_geometry.c b/src/schiff_geometry.c
@@ -1,5 +1,5 @@
-/* Copyright (C) 2015, 2016 CNRS
- * Copyright (C) 2019 |Meso|Star>
+/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com)
+ * Copyright (C) 2015, 2016 CNRS
*
* 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/schiff_geometry.h b/src/schiff_geometry.h
@@ -1,5 +1,5 @@
-/* Copyright (C) 2015, 2016 CNRS
- * Copyright (C) 2019 |Meso|Star>
+/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com)
+ * Copyright (C) 2015, 2016 CNRS
*
* 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/schiff_mesh.c b/src/schiff_mesh.c
@@ -1,5 +1,5 @@
-/* Copyright (C) 2015, 2016 CNRS
- * Copyright (C) 2019 |Meso|Star>
+/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com)
+ * Copyright (C) 2015, 2016 CNRS
*
* 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/schiff_mesh.h b/src/schiff_mesh.h
@@ -1,5 +1,5 @@
-/* Copyright (C) 2015, 2016 CNRS
- * Copyright (C) 2019 |Meso|Star>
+/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com)
+ * Copyright (C) 2015, 2016 CNRS
*
* 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/schiff_optical_properties.c b/src/schiff_optical_properties.c
@@ -1,5 +1,5 @@
-/* Copyright (C) 2015, 2016 CNRS
- * Copyright (C) 2019 |Meso|Star>
+/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com)
+ * Copyright (C) 2015, 2016 CNRS
*
* 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/schiff_optical_properties.h b/src/schiff_optical_properties.h
@@ -1,5 +1,5 @@
-/* Copyright (C) 2015, 2016 CNRS
- * Copyright (C) 2019 |Meso|Star>
+/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com)
+ * Copyright (C) 2015, 2016 CNRS
*
* 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/schiff_streambuf.h b/src/schiff_streambuf.h
@@ -1,5 +1,5 @@
-/* Copyright (C) 2015, 2016 CNRS
- * Copyright (C) 2019 |Meso|Star>
+/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com)
+ * Copyright (C) 2015, 2016 CNRS
*
* 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/schiff_streamline.h b/src/schiff_streamline.h
@@ -1,5 +1,5 @@
-/* Copyright (C) 2015, 2016 CNRS
- * Copyright (C) 2019 |Meso|Star>
+/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com)
+ * Copyright (C) 2015, 2016 CNRS
*
* 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