schiff

Estimate the radiative properties of soft particless
git clone git://git.meso-star.com/schiff.git
Log | Files | Refs | README | LICENSE

commit af1a5caf8290e226a24c67fab35d0d499a82e87e
parent ff64f0fe9ad2b7d2f8979a77d0b3bfe9de38c7f1
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Sun, 22 Sep 2019 14:59:18 +0200

Update copyright notices

Diffstat:
MREADME.md | 10+++++-----
Mcmake/CMakeLists.txt | 3++-
Mdoc/schiff.1 | 8++++----
Msrc/schiff.c | 3++-
Msrc/schiff_args.c | 3++-
Msrc/schiff_args.h | 3++-
Msrc/schiff_geometry.c | 3++-
Msrc/schiff_geometry.h | 3++-
Msrc/schiff_mesh.c | 3++-
Msrc/schiff_mesh.h | 3++-
Msrc/schiff_optical_properties.c | 3++-
Msrc/schiff_optical_properties.h | 3++-
Msrc/schiff_streambuf.h | 3++-
Msrc/schiff_streamline.h | 3++-
Msrc/test_schiff_cylinder.sh | 3++-
Msrc/test_schiff_sphere.sh | 3++-
16 files changed, 37 insertions(+), 23 deletions(-)

diff --git a/README.md b/README.md @@ -39,8 +39,8 @@ formats on which it relies. ## License -Copyright (C) 2015,2016,2019 CNRS. 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. +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. 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/doc/schiff.1 b/doc/schiff.1 @@ -144,10 +144,10 @@ Farges, R. Fournier, and J. Gautrais, 2016. Monte Carlo efficiency improvement by multiple sampling of conditioned integration variables. Journal of Computational Physics 326 \- 30\-34. .SH COPYRIGHT -\fBschiff\fR is copyright \(co CNRS 2015-2016. License GPLv3+: GNU GPL version -3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are -free to change and redistribute it. There is NO WARRANTY, to the extent -permitted by law. +Copyright \(co 2015, 2016 CNRS. Copyright \(co 2019 |Meso|Star>. License +GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is +free software: you are free to change and redistribute it. There is NO +WARRANTY, to the extent permitted by law. .SH SEE ALSO .BR csplit (1), .BR schiff-geometry (5), diff --git a/src/schiff.c b/src/schiff.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/schiff_args.c b/src/schiff_args.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/schiff_args.h b/src/schiff_args.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/schiff_geometry.c b/src/schiff_geometry.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/schiff_geometry.h b/src/schiff_geometry.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/schiff_mesh.c b/src/schiff_mesh.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/schiff_mesh.h b/src/schiff_mesh.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/schiff_optical_properties.c b/src/schiff_optical_properties.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/schiff_optical_properties.h b/src/schiff_optical_properties.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/schiff_streambuf.h b/src/schiff_streambuf.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/schiff_streamline.h b/src/schiff_streamline.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/test_schiff_cylinder.sh b/src/test_schiff_cylinder.sh @@ -1,5 +1,6 @@ #!/bin/bash -# Copyright (C) 2015-2016 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_schiff_sphere.sh b/src/test_schiff_sphere.sh @@ -1,5 +1,6 @@ #!/bin/bash -# Copyright (C) 2015-2016 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