commit 936329e2a74a113488f4d369df25832fea3a8d57
parent 36ced271a74ae15951a47a671580b0191b97bfb6
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Sat, 21 Sep 2019 14:02:55 +0200
Fix the copyright notice
Diffstat:
12 files changed, 29 insertions(+), 20 deletions(-)
diff --git a/README.md b/README.md
@@ -32,12 +32,10 @@ package as well as all the aforementioned Star-Schiff prerequisites. Then
generate the project from the `cmake/CMakeLists.txt` file by appending to the
`CMAKE_PREFIX_PATH` variable the install directories of its dependencies.
-## License
-
-Copyright (C) 2015,2016,2019 Centre National de la Recherche Scientifique
-(CNRS). Star-Schiff is free software developed by
-[|Meso|Star>](http://www.meso-star.com) for the [National Center for Scientific
-Research](http://www.cnrs.fr/index.php) (CNRS). It is 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.
+## Copying
+
+Copyright (C) 2015,2016 CNRS. Copyright (C) 2019 |Meso|Star>. Star-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,4 +1,5 @@
-# Copyright (C) 2015,2016,2019 CNRS
+# 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/sschiff.h b/src/sschiff.h
@@ -1,4 +1,5 @@
-/* Copyright (C) 2015,2016,2019 CNRS
+/* 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
@@ -94,7 +95,7 @@ struct sschiff_cross_section {
struct sschiff_state average_projected_area;
};
-/* Type of the function use to distribute the scattering angles in [0, PI].
+/* Type of the function used to distribute the scattering angles in [0, PI].
* nangles is assumed to be greater than or equal to 2 and the angles is
* ensured to have `nangles' entries. */
typedef void (*sschiff_scattering_angles_distribution_T)
diff --git a/src/sschiff_device.c b/src/sschiff_device.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2015,2016,2019 CNRS
+/* 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/sschiff_device.h b/src/sschiff_device.h
@@ -1,4 +1,5 @@
-/* Copyright (C) 2015,2016,2019 CNRS
+/* 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/sschiff_estimator.c b/src/sschiff_estimator.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2015,2016,2019 CNRS
+/* 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/sschiff_scattering_angles_distributions.c b/src/sschiff_scattering_angles_distributions.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2015,2016,2019 CNRS
+/* 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/test_sschiff_device.c b/src/test_sschiff_device.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2015,2016,2019 CNRS
+/* 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/test_sschiff_estimator_cylinder.c b/src/test_sschiff_estimator_cylinder.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2015,2016,2019 CNRS
+/* 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/test_sschiff_estimator_rhodo.c b/src/test_sschiff_estimator_rhodo.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2015,2016,2019 CNRS
+/* 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/test_sschiff_estimator_sphere.c b/src/test_sschiff_estimator_sphere.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2015,2016,2019 CNRS
+/* 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/test_sschiff_utils.h b/src/test_sschiff_utils.h
@@ -1,4 +1,5 @@
-/* Copyright (C) 2015,2016,2019 CNRS
+/* 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