atrri

Refractive indices varying with wavelength
git clone git://git.meso-star.fr/atrri.git
Log | Files | Refs | README | LICENSE

commit f32c146959ff9fbccc838046463a613083a1fbe6
parent 33ac5e21077ae0dd36aa81a711e82aa0018661c3
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 30 Aug 2023 15:54:59 +0200

Small update of the copyright notice

Replace the acronym CNRS with its meaning

Diffstat:
Mcmake/CMakeLists.txt | 2+-
Msrc/atrri.c | 2+-
Msrc/atrri.h | 2+-
Msrc/atrri_c.h | 2+-
Msrc/atrri_log.c | 2+-
Msrc/atrri_log.h | 2+-
Msrc/test_atrri.c | 2+-
Msrc/test_atrri_load.c | 2+-
8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2022-2023 |Méso|Star> (contact@meso-star.com) -# Copyright (C) 2021 CNRS +# Copyright (C) 2021 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/atrri.c b/src/atrri.c @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2021 CNRS + * Copyright (C) 2021 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/atrri.h b/src/atrri.h @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2021 CNRS + * Copyright (C) 2021 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/atrri_c.h b/src/atrri_c.h @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2021 CNRS + * Copyright (C) 2021 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/atrri_log.c b/src/atrri_log.c @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2021 CNRS + * Copyright (C) 2021 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/atrri_log.h b/src/atrri_log.h @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2021 CNRS + * Copyright (C) 2021 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_atrri.c b/src/test_atrri.c @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2021 CNRS + * Copyright (C) 2021 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_atrri_load.c b/src/test_atrri_load.c @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2021 CNRS + * Copyright (C) 2021 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