star-schiff

Library for estimating radiative properties
git clone git://git.meso-star.com/star-schiff.git
Log | Files | Refs | README | LICENSE

commit 36ced271a74ae15951a47a671580b0191b97bfb6
parent ca17684b697619e8c6ae4da9264c99408c549bf9
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 17 Sep 2019 16:13:39 +0200

Update the copyright years

Diffstat:
MREADME.md | 12++++++------
Mcmake/CMakeLists.txt | 2+-
Msrc/sschiff.h | 2+-
Msrc/sschiff_device.c | 2+-
Msrc/sschiff_device.h | 2+-
Msrc/sschiff_estimator.c | 2+-
Msrc/sschiff_scattering_angles_distributions.c | 2+-
Msrc/test_sschiff_device.c | 2+-
Msrc/test_sschiff_estimator_cylinder.c | 2+-
Msrc/test_sschiff_estimator_rhodo.c | 2+-
Msrc/test_sschiff_estimator_sphere.c | 2+-
Msrc/test_sschiff_utils.h | 2+-
12 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/README.md b/README.md @@ -34,10 +34,10 @@ generate the project from the `cmake/CMakeLists.txt` file by appending to the ## License -Star-Schiff is 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 a free software copyright (C) CNRS 2015-2016 released under the -[OSI](http://opensource.org)-approved GPL v3+ license. You are welcome to -redistribute it under certain conditions; refer to the COPYING file for -details. +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. diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2016 CNRS +# Copyright (C) 2015,2016,2019 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/sschiff.h b/src/sschiff.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 CNRS +/* Copyright (C) 2015,2016,2019 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/sschiff_device.c b/src/sschiff_device.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 CNRS +/* Copyright (C) 2015,2016,2019 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/sschiff_device.h b/src/sschiff_device.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 CNRS +/* Copyright (C) 2015,2016,2019 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/sschiff_estimator.c b/src/sschiff_estimator.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 CNRS +/* Copyright (C) 2015,2016,2019 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/sschiff_scattering_angles_distributions.c b/src/sschiff_scattering_angles_distributions.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 CNRS +/* Copyright (C) 2015,2016,2019 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/test_sschiff_device.c b/src/test_sschiff_device.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 CNRS +/* Copyright (C) 2015,2016,2019 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/test_sschiff_estimator_cylinder.c b/src/test_sschiff_estimator_cylinder.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 CNRS +/* Copyright (C) 2015,2016,2019 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/test_sschiff_estimator_rhodo.c b/src/test_sschiff_estimator_rhodo.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 CNRS +/* Copyright (C) 2015,2016,2019 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/test_sschiff_estimator_sphere.c b/src/test_sschiff_estimator_sphere.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 CNRS +/* Copyright (C) 2015,2016,2019 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/test_sschiff_utils.h b/src/test_sschiff_utils.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 CNRS +/* Copyright (C) 2015,2016,2019 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