schiff

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

commit 7f04a1c6ba1242c1133d74aac6edcb9ba71d081a
parent 4dda1f9caa0151665a9c2281c6ee0a453082399d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 15 May 2026 14:09:48 +0200

Update the copyright notice

Add a new copyright holder and update the period covered by the current
holders. Note the addition of the years 2017 and 2019 to |Méso|Star>,
which were missing due to changes as logged in the commit history.

Diffstat:
MMakefile | 8++++++--
MREADME.md | 8++++++--
Msrc/schiff.c | 8++++++--
Msrc/schiff_args.c | 21+++++++++++++++------
Msrc/schiff_geometry.c | 8++++++--
Msrc/schiff_geometry.h | 8++++++--
Msrc/schiff_mesh.c | 8++++++--
Msrc/schiff_mesh.h | 8++++++--
Msrc/schiff_optical_properties.c | 8++++++--
Msrc/schiff_optical_properties.h | 8++++++--
Msrc/schiff_streambuf.h | 8++++++--
Msrc/schiff_streamline.h | 8++++++--
Msrc/test_schiff_cylinder.sh | 9+++++++--
Msrc/test_schiff_sphere.sh | 9+++++++--
14 files changed, 95 insertions(+), 32 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,5 +1,9 @@ -# Copyright (C) 2020, 2021 |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) 2017, 2019-2021, 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 @@ -55,8 +55,12 @@ the sampled geometries, and performing the calculations. ## License -Copyright (C) 2020, 2021 [|Meso|Star>](https://www.meso-star.com) (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) 2017, 2019-2021, 2026 |Méso|Star> (contact@meso-star.com) +Copyright (C) 2026 Université de Lorraine +Copyright (C) 2026 Université de Toulouse 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/schiff.c b/src/schiff.c @@ -1,5 +1,9 @@ -/* Copyright (C) 2020, 2021 |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) 2017, 2019-2021, 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/schiff_args.c b/src/schiff_args.c @@ -1,5 +1,9 @@ -/* Copyright (C) 2020, 2021 |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) 2017, 2019-2021, 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 @@ -102,10 +106,15 @@ print_help(const char* binary) " --version display version information and exit.\n"); printf("\n"); printf( -"Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com).\n" -"Copyright (C) 2015, 2016 CNRS. This is free software released under the\n" -"GNU GPL license, version 3 or later. You are free to change or\n" -"redistribute it under certain conditions\n" +"Copyright (C) 2015, 2016, 2026 Centre National de la Recherche Scientifique\n" +"Copyright (C) 2026 Clermont Auvergne INP\n" +"Copyright (C) 2026 Institut Mines Télécom Albi-Carmaux\n" +"Copyright (C) 2017, 2019-2021, 2026 |Méso|Star> (contact@meso-star.com)\n" +"Copyright (C) 2026 Université de Lorraine\n" +"Copyright (C) 2026 Université de Toulouse\n" +"\n" +"This is free software released under the GNU GPL license, version 3 or later.\n" +"You are free to change or redistribute it under certain conditions\n" "<http://gnu.org/licenses/gpl.html>\n"); } diff --git a/src/schiff_geometry.c b/src/schiff_geometry.c @@ -1,5 +1,9 @@ -/* Copyright (C) 2020, 2021 |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) 2017, 2019-2021, 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/schiff_geometry.h b/src/schiff_geometry.h @@ -1,5 +1,9 @@ -/* Copyright (C) 2020, 2021 |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) 2017, 2019-2021, 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/schiff_mesh.c b/src/schiff_mesh.c @@ -1,5 +1,9 @@ -/* Copyright (C) 2020, 2021 |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) 2017, 2019-2021, 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/schiff_mesh.h b/src/schiff_mesh.h @@ -1,5 +1,9 @@ -/* Copyright (C) 2020, 2021 |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) 2017, 2019-2021, 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/schiff_optical_properties.c b/src/schiff_optical_properties.c @@ -1,5 +1,9 @@ -/* Copyright (C) 2020, 2021 |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) 2017, 2019-2021, 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/schiff_optical_properties.h b/src/schiff_optical_properties.h @@ -1,5 +1,9 @@ -/* Copyright (C) 2020, 2021 |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) 2017, 2019-2021, 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/schiff_streambuf.h b/src/schiff_streambuf.h @@ -1,5 +1,9 @@ -/* Copyright (C) 2020, 2021 |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) 2017, 2019-2021, 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/schiff_streamline.h b/src/schiff_streamline.h @@ -1,5 +1,9 @@ -/* Copyright (C) 2020, 2021 |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) 2017, 2019-2021, 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_schiff_cylinder.sh b/src/test_schiff_cylinder.sh @@ -1,6 +1,11 @@ #!/bin/sh -# Copyright (C) 2015, 2016 CNRS -# Copyright (C) 2019 |Meso|Star> + +# 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) 2017, 2019-2021, 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_schiff_sphere.sh b/src/test_schiff_sphere.sh @@ -1,6 +1,11 @@ #!/bin/sh -# Copyright (C) 2015, 2016 CNRS -# Copyright (C) 2019 |Meso|Star> + +# 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) 2017, 2019-2021, 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