schiff

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

commit c8114811df02d68bb8da56d3db3de0068c29cd3c
parent c49d0810c7282b90198f125992935c9a63524f2a
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 17 Sep 2019 16:19:01 +0200

Update the copyright years

Diffstat:
MREADME.md | 11+++++------
Mcmake/CMakeLists.txt | 2+-
Msrc/schiff.c | 2+-
Msrc/schiff_args.c | 2+-
Msrc/schiff_args.h | 2+-
Msrc/schiff_geometry.c | 2+-
Msrc/schiff_geometry.h | 2+-
Msrc/schiff_mesh.c | 2+-
Msrc/schiff_mesh.h | 2+-
Msrc/schiff_optical_properties.c | 2+-
Msrc/schiff_optical_properties.h | 2+-
Msrc/schiff_streambuf.h | 2+-
Msrc/schiff_streamline.h | 2+-
13 files changed, 17 insertions(+), 18 deletions(-)

diff --git a/README.md b/README.md @@ -39,9 +39,8 @@ formats on which it relies. ## License -Schiff is developed by [|Meso|Star>](http://www.meso-star.com) for the -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 GPLv3+ license. You are welcome to -redistribute it under certain conditions; refer to the COPYING file for -details. +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. 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/schiff.c b/src/schiff.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/schiff_args.c b/src/schiff_args.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/schiff_args.h b/src/schiff_args.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/schiff_geometry.c b/src/schiff_geometry.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/schiff_geometry.h b/src/schiff_geometry.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/schiff_mesh.c b/src/schiff_mesh.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/schiff_mesh.h b/src/schiff_mesh.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/schiff_optical_properties.c b/src/schiff_optical_properties.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/schiff_optical_properties.h b/src/schiff_optical_properties.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/schiff_streambuf.h b/src/schiff_streambuf.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/schiff_streamline.h b/src/schiff_streamline.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