atrtp

Thermodynamic properties of a medium in combustion
git clone git://git.meso-star.fr/atrtp.git
Log | Files | Refs | README | LICENSE

commit 420976b5e81dfc4ef555326a1254788e374ec708
parent b7448c8fd60c12af1f910a5b71ab433bdf30b9f4
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 30 Aug 2023 17:21:33 +0200

Small update of the copyright notice

Replace the acronym CNRS with its meaning

Diffstat:
Mcmake/CMakeLists.txt | 2+-
Msrc/atrtp.c | 2+-
Msrc/atrtp.h | 2+-
Msrc/atrtp_c.h | 2+-
Msrc/atrtp_log.c | 2+-
Msrc/atrtp_log.h | 2+-
Msrc/test_atrtp.c | 2+-
Msrc/test_atrtp_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) 2020, 2021 CNRS +# Copyright (C) 2020, 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/atrtp.c b/src/atrtp.c @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2020, 2021 CNRS + * Copyright (C) 2020, 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/atrtp.h b/src/atrtp.h @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2020, 2021 CNRS + * Copyright (C) 2020, 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/atrtp_c.h b/src/atrtp_c.h @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2020, 2021 CNRS + * Copyright (C) 2020, 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/atrtp_log.c b/src/atrtp_log.c @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2020, 2021 CNRS + * Copyright (C) 2020, 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/atrtp_log.h b/src/atrtp_log.h @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2020, 2021 CNRS + * Copyright (C) 2020, 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_atrtp.c b/src/test_atrtp.c @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2020, 2021 CNRS + * Copyright (C) 2020, 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_atrtp_load.c b/src/test_atrtp_load.c @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2020, 2021 CNRS + * Copyright (C) 2020, 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