atrtp

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

commit 43fc7f238da6e7a1e726499aeb163c9209e3537a
parent 6d1094d6713e7da81a37264ea629196a54766c0d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon,  1 Feb 2021 16:13:14 +0100

Update the copyright year range

Diffstat:
MREADME.md | 4++--
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+-
9 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md @@ -20,7 +20,7 @@ for further informations on CMake. ## License -Copyright (C) 2020 Centre National de la Recherche Scientifique (CNRS). AtrTP -is free software released under the GPL v3+ license: GNU GPL version 3 or +Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique (CNRS). +AtrTP 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,4 +1,4 @@ -# Copyright (C) 2020 CNRS +# Copyright (C) 2020, 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/atrtp.c b/src/atrtp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 CNRS +/* Copyright (C) 2020, 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/atrtp.h b/src/atrtp.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 CNRS +/* Copyright (C) 2020, 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/atrtp_c.h b/src/atrtp_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 CNRS +/* Copyright (C) 2020, 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/atrtp_log.c b/src/atrtp_log.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 CNRS +/* Copyright (C) 2020, 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/atrtp_log.h b/src/atrtp_log.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 CNRS +/* Copyright (C) 2020, 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_atrtp.c b/src/test_atrtp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 CNRS +/* Copyright (C) 2020, 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_atrtp_load.c b/src/test_atrtp_load.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 CNRS +/* Copyright (C) 2020, 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