atrri

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

commit e6f4dcca8cc19db303eb6621580c931c68f9c5e9
parent 07efa139b58fa7ee10de0aac7bc741942f2cc272
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 17 Oct 2022 16:55:30 +0200

Update copyright notice

Diffstat:
MREADME.md | 8++++++--
Mcmake/CMakeLists.txt | 1+
Mdoc/atrri.5.scd | 1+
Msrc/atrri.c | 3++-
Msrc/atrri.h | 3++-
Msrc/atrri_c.h | 3++-
Msrc/atrri_log.c | 3++-
Msrc/atrri_log.h | 3++-
Msrc/test_atrri.c | 3++-
Msrc/test_atrri_load.c | 3++-
10 files changed, 22 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md @@ -20,9 +20,13 @@ resulting project can be edited, built, tested and installed as any CMake project. Refer to the [CMake documentation](https://cmake.org/documentation) for further informations on CMake. +## Copyright + +Copyright (C) 2022 [|Meso|Star](http://www.meso-star.com) (<contact@meso-star.com>) +Copyright (C) 2021 Centre National de la Recherche Scientifique (CNRS) + ## License -Copyright (C) 2021 Centre National de la Recherche Scientifique (CNRS). AtrRI -is free software released under the GPL v3+ license: GNU GPL version 3 or +AtrRI 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,3 +1,4 @@ +# Copyright (C) 2022 |Méso|Star> (contact@meso-star.com) # Copyright (C) 2021 CNRS # # This program is free software: you can redistribute it and/or modify diff --git a/doc/atrri.5.scd b/doc/atrri.5.scd @@ -1,5 +1,6 @@ atrri(5) +; Copyright (C) 2022 |Méso|Star> (contact@meso-star.com) ; Copyright (C) 2021 CNRS ; ; This program is free software: you can redistribute it and/or modify diff --git a/src/atrri.c b/src/atrri.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2021 CNRS +/* Copyright (C) 2022 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2021 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/atrri.h b/src/atrri.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2021 CNRS +/* Copyright (C) 2022 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2021 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/atrri_c.h b/src/atrri_c.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2021 CNRS +/* Copyright (C) 2022 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2021 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/atrri_log.c b/src/atrri_log.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2021 CNRS +/* Copyright (C) 2022 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2021 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/atrri_log.h b/src/atrri_log.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2021 CNRS +/* Copyright (C) 2022 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2021 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_atrri.c b/src/test_atrri.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2021 CNRS +/* Copyright (C) 2022 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2021 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_atrri_load.c b/src/test_atrri_load.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2021 CNRS +/* Copyright (C) 2022 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2021 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