star-schiff

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

commit 466db2912ec83f6e45a430594bab85279a81c7e0
parent e44d24fa461ba50e4e3f515eaf604b7a2e172f7b
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 13 May 2026 15:20:07 +0200

Update the copyright notice

Diffstat:
MMakefile | 8++++++--
MREADME.md | 8++++++--
Msrc/sschiff.h | 8++++++--
Msrc/sschiff_device.c | 8++++++--
Msrc/sschiff_device.h | 8++++++--
Msrc/sschiff_estimator.c | 8++++++--
Msrc/sschiff_scattering_angles_distributions.c | 8++++++--
Msrc/test_sschiff_device.c | 8++++++--
Msrc/test_sschiff_estimator_cylinder.c | 8++++++--
Msrc/test_sschiff_estimator_rhodo.c | 8++++++--
Msrc/test_sschiff_estimator_sphere.c | 8++++++--
Msrc/test_sschiff_utils.h | 8++++++--
12 files changed, 72 insertions(+), 24 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,5 +1,9 @@ -# Copyright (C) 2020, 2021, 2023 |Meso|Star> (contact@meso-star.com) -# Copyright (C) 2015, 2016 CNRS +# Copyright (C) 2015, 2016, 2026 Centre National de la Recherche Scientifique +# Copyright (C) 2026 Clermont Auvergne INP +# Copyright (C) 2026 Institut Mines Télécom Albi-Carmaux +# Copyright (C) 2020, 2021, 2023, 2026 |Méso|Star> (contact@meso-star.com) +# Copyright (C) 2026 Université de Lorraine +# Copyright (C) 2026 Université de Toulouse # # 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/README.md b/README.md @@ -63,8 +63,12 @@ breaks. ## Copying -Copyright (C) 2020, 2021, 2023 |Méso|Star> (contact@meso-star.com) -Copyright (C) 2015, 2016 Centre National de la Recherche Scientifique +Copyright (C) 2015, 2016, 2026 Centre National de la Recherche Scientifique +Copyright (C) 2026 Clermont Auvergne INP +Copyright (C) 2026 Institut Mines Télécom Albi-Carmaux +Copyright (C) 2020, 2021, 2023, 2026 |Méso|Star> (contact@meso-star.com) +Copyright (C) 2026 Université de Lorraine +Copyright (C) 2026 Université de Toulouse 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/src/sschiff.h b/src/sschiff.h @@ -1,5 +1,9 @@ -/* Copyright (C) 2020, 2021, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2015, 2016 Centre National de la Recherche Scientifique +/* Copyright (C) 2015, 2016, 2026 Centre National de la Recherche Scientifique + * Copyright (C) 2026 Clermont Auvergne INP + * Copyright (C) 2026 Institut Mines Télécom Albi-Carmaux + * Copyright (C) 2020, 2021, 2023, 2026 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2026 Université de Lorraine + * Copyright (C) 2026 Université de Toulouse * * 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,9 @@ -/* Copyright (C) 2020, 2021, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2015, 2016 Centre National de la Recherche Scientifique +/* Copyright (C) 2015, 2016, 2026 Centre National de la Recherche Scientifique + * Copyright (C) 2026 Clermont Auvergne INP + * Copyright (C) 2026 Institut Mines Télécom Albi-Carmaux + * Copyright (C) 2020, 2021, 2023, 2026 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2026 Université de Lorraine + * Copyright (C) 2026 Université de Toulouse * * 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,9 @@ -/* Copyright (C) 2020, 2021, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2015, 2016 Centre National de la Recherche Scientifique +/* Copyright (C) 2015, 2016, 2026 Centre National de la Recherche Scientifique + * Copyright (C) 2026 Clermont Auvergne INP + * Copyright (C) 2026 Institut Mines Télécom Albi-Carmaux + * Copyright (C) 2020, 2021, 2023, 2026 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2026 Université de Lorraine + * Copyright (C) 2026 Université de Toulouse * * 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,9 @@ -/* Copyright (C) 2020, 2021, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2015, 2016 Centre National de la Recherche Scientifique +/* Copyright (C) 2015, 2016, 2026 Centre National de la Recherche Scientifique + * Copyright (C) 2026 Clermont Auvergne INP + * Copyright (C) 2026 Institut Mines Télécom Albi-Carmaux + * Copyright (C) 2020, 2021, 2023, 2026 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2026 Université de Lorraine + * Copyright (C) 2026 Université de Toulouse * * 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,9 @@ -/* Copyright (C) 2020, 2021, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2015, 2016 Centre National de la Recherche Scientifique +/* Copyright (C) 2015, 2016, 2026 Centre National de la Recherche Scientifique + * Copyright (C) 2026 Clermont Auvergne INP + * Copyright (C) 2026 Institut Mines Télécom Albi-Carmaux + * Copyright (C) 2020, 2021, 2023, 2026 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2026 Université de Lorraine + * Copyright (C) 2026 Université de Toulouse * * 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,9 @@ -/* Copyright (C) 2020, 2021, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2015, 2016 Centre National de la Recherche Scientifique +/* Copyright (C) 2015, 2016, 2026 Centre National de la Recherche Scientifique + * Copyright (C) 2026 Clermont Auvergne INP + * Copyright (C) 2026 Institut Mines Télécom Albi-Carmaux + * Copyright (C) 2020, 2021, 2023, 2026 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2026 Université de Lorraine + * Copyright (C) 2026 Université de Toulouse * * 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,9 @@ -/* Copyright (C) 2020, 2021, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2015, 2016 Centre National de la Recherche Scientifique +/* Copyright (C) 2015, 2016, 2026 Centre National de la Recherche Scientifique + * Copyright (C) 2026 Clermont Auvergne INP + * Copyright (C) 2026 Institut Mines Télécom Albi-Carmaux + * Copyright (C) 2020, 2021, 2023, 2026 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2026 Université de Lorraine + * Copyright (C) 2026 Université de Toulouse * * 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,9 @@ -/* Copyright (C) 2020, 2021, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2015, 2016 Centre National de la Recherche Scientifique +/* Copyright (C) 2015, 2016, 2026 Centre National de la Recherche Scientifique + * Copyright (C) 2026 Clermont Auvergne INP + * Copyright (C) 2026 Institut Mines Télécom Albi-Carmaux + * Copyright (C) 2020, 2021, 2023, 2026 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2026 Université de Lorraine + * Copyright (C) 2026 Université de Toulouse * * 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,9 @@ -/* Copyright (C) 2020, 2021, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2015, 2016 Centre National de la Recherche Scientifique +/* Copyright (C) 2015, 2016, 2026 Centre National de la Recherche Scientifique + * Copyright (C) 2026 Clermont Auvergne INP + * Copyright (C) 2026 Institut Mines Télécom Albi-Carmaux + * Copyright (C) 2020, 2021, 2023, 2026 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2026 Université de Lorraine + * Copyright (C) 2026 Université de Toulouse * * 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,9 @@ -/* Copyright (C) 2020, 2021, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2015, 2016 Centre National de la Recherche Scientifique +/* Copyright (C) 2015, 2016, 2026 Centre National de la Recherche Scientifique + * Copyright (C) 2026 Clermont Auvergne INP + * Copyright (C) 2026 Institut Mines Télécom Albi-Carmaux + * Copyright (C) 2020, 2021, 2023, 2026 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2026 Université de Lorraine + * Copyright (C) 2026 Université de Toulouse * * 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