star-schiff

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

commit 414ed3449df205cdb104e5a999266d6205ff6d4e
parent dfc85c1075ab86b58937e63c14780d7325f8252d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 12 Oct 2023 16:16:03 +0200

Update of the copyright notice

Update yeare range and replace the acronym CNRS with its meaning.

Diffstat:
MREADME.md | 4++--
Mcmake/CMakeLists.txt | 4++--
Mmake.sh | 4++--
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++--
13 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/README.md b/README.md @@ -59,8 +59,8 @@ compilation errors with gcc 11 but introduces API breaks. ## Copying -Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) -Copyright (C) 2015, 2016 CNRS +Copyright (C) 2020, 2021, 2023 |Méso|Star> (contact@meso-star.com) +Copyright (C) 2015, 2016 Centre National de la Recherche Scientifique 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 diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) -# Copyright (C) 2015, 2016 CNRS +# Copyright (C) 2020, 2021, 2023 |Méso|Star> (contact@meso-star.com) +# Copyright (C) 2015, 2016 Centre National de la Recherche Scientifique # # 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/make.sh b/make.sh @@ -1,7 +1,7 @@ #!/bin/sh -# Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) -# Copyright (C) 2015, 2016 CNRS +# Copyright (C) 2020, 2021, 2023 |Méso|Star> (contact@meso-star.com) +# Copyright (C) 2015, 2016 Centre National de la Recherche Scientfique # # 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) 2020, 2021 |Meso|Star> (contact@meso-star.com) - * Copyright (C) 2015, 2016 CNRS +/* Copyright (C) 2020, 2021, 2023 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2015, 2016 Centre National de la Recherche Scientifique * * 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) 2020, 2021 |Meso|Star> (contact@meso-star.com) - * Copyright (C) 2015, 2016 CNRS +/* Copyright (C) 2020, 2021, 2023 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2015, 2016 Centre National de la Recherche Scientifique * * 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) 2020, 2021 |Meso|Star> (contact@meso-star.com) - * Copyright (C) 2015, 2016 CNRS +/* Copyright (C) 2020, 2021, 2023 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2015, 2016 Centre National de la Recherche Scientifique * * 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) 2020, 2021 |Meso|Star> (contact@meso-star.com) - * Copyright (C) 2015, 2016 CNRS +/* Copyright (C) 2020, 2021, 2023 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2015, 2016 Centre National de la Recherche Scientifique * * 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) 2020, 2021 |Meso|Star> (contact@meso-star.com) - * Copyright (C) 2015, 2016 CNRS +/* Copyright (C) 2020, 2021, 2023 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2015, 2016 Centre National de la Recherche Scientifique * * 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) 2020, 2021 |Meso|Star> (contact@meso-star.com) - * Copyright (C) 2015, 2016 CNRS +/* Copyright (C) 2020, 2021, 2023 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2015, 2016 Centre National de la Recherche Scientifique * * 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) 2020, 2021 |Meso|Star> (contact@meso-star.com) - * Copyright (C) 2015, 2016 CNRS +/* Copyright (C) 2020, 2021, 2023 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2015, 2016 Centre National de la Recherche Scientifique * * 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) 2020, 2021 |Meso|Star> (contact@meso-star.com) - * Copyright (C) 2015, 2016 CNRS +/* Copyright (C) 2020, 2021, 2023 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2015, 2016 Centre National de la Recherche Scientifique * * 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) 2020, 2021 |Meso|Star> (contact@meso-star.com) - * Copyright (C) 2015, 2016 CNRS +/* Copyright (C) 2020, 2021, 2023 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2015, 2016 Centre National de la Recherche Scientifique * * 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) 2020, 2021 |Meso|Star> (contact@meso-star.com) - * Copyright (C) 2015, 2016 CNRS +/* Copyright (C) 2020, 2021, 2023 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2015, 2016 Centre National de la Recherche Scientifique * * 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