star-schiff

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

commit 5c313d75df53df277198421bbe652a0f0420c11d
parent 631dca73fed459694fa1a942978147de58855502
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 28 Apr 2020 11:23:56 +0200

Update the copyright notice

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

diff --git a/README.md b/README.md @@ -34,8 +34,8 @@ generate the project from the `cmake/CMakeLists.txt` file by appending to the ## 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. +Copyright (C) 2020 |Meso|Star> (contact@meso-star.com), Copyright (C) 2015, 2016 +CNRS. 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,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/sschiff.h b/src/sschiff.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/sschiff_device.c b/src/sschiff_device.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/sschiff_device.h b/src/sschiff_device.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/sschiff_estimator.c b/src/sschiff_estimator.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/sschiff_scattering_angles_distributions.c b/src/sschiff_scattering_angles_distributions.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/test_sschiff_device.c b/src/test_sschiff_device.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/test_sschiff_estimator_cylinder.c b/src/test_sschiff_estimator_cylinder.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/test_sschiff_estimator_rhodo.c b/src/test_sschiff_estimator_rhodo.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/test_sschiff_estimator_sphere.c b/src/test_sschiff_estimator_sphere.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/test_sschiff_utils.h b/src/test_sschiff_utils.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