atrstm

Load and structure a combustion gas mixture
git clone git://git.meso-star.fr/atrstm.git
Log | Files | Refs | README | LICENSE

commit de72c8d071324b8b73664dda1a2698f8ad7cb50a
parent 0320ac6a3fb476ffe6cea86bbe7d7a40eba6ea3f
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 26 Jan 2021 13:29:34 +0100

Update the copyright year range

Diffstat:
MREADME.md | 6+++---
Msrc/atrstm.c | 2+-
Msrc/atrstm.h | 2+-
Msrc/atrstm_c.h | 2+-
Msrc/atrstm_cache.c | 2+-
Msrc/atrstm_cache.h | 2+-
Msrc/atrstm_dump_svx_octree.c | 2+-
Msrc/atrstm_log.c | 2+-
Msrc/atrstm_log.h | 2+-
Msrc/atrstm_partition.c | 2+-
Msrc/atrstm_partition.h | 2+-
Msrc/atrstm_radcoefs.c | 2+-
Msrc/atrstm_radcoefs.h | 2+-
Msrc/atrstm_radprops.c | 2+-
Msrc/atrstm_radprops.h | 2+-
Msrc/atrstm_setup_octrees.c | 2+-
Msrc/atrstm_setup_octrees.h | 2+-
Msrc/atrstm_setup_uvm.c | 2+-
Msrc/atrstm_svx.c | 2+-
Msrc/atrstm_svx.h | 2+-
Msrc/test_atrstm.c | 4++--
Msrc/test_atrstm_radcoefs.c | 2+-
22 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/README.md b/README.md @@ -25,7 +25,7 @@ for further informations on CMake. ## License -Copyright (C) 2020 Centre National de la Recherche Scientifique (CNRS). AtrSTM -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 +Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique (CNRS). +AtrSTM 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/src/atrstm.c b/src/atrstm.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/atrstm.h b/src/atrstm.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/atrstm_c.h b/src/atrstm_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/atrstm_cache.c b/src/atrstm_cache.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/atrstm_cache.h b/src/atrstm_cache.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/atrstm_dump_svx_octree.c b/src/atrstm_dump_svx_octree.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/atrstm_log.c b/src/atrstm_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/atrstm_log.h b/src/atrstm_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/atrstm_partition.c b/src/atrstm_partition.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/atrstm_partition.h b/src/atrstm_partition.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/atrstm_radcoefs.c b/src/atrstm_radcoefs.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/atrstm_radcoefs.h b/src/atrstm_radcoefs.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/atrstm_radprops.c b/src/atrstm_radprops.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/atrstm_radprops.h b/src/atrstm_radprops.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/atrstm_setup_octrees.c b/src/atrstm_setup_octrees.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/atrstm_setup_octrees.h b/src/atrstm_setup_octrees.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/atrstm_setup_uvm.c b/src/atrstm_setup_uvm.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/atrstm_svx.c b/src/atrstm_svx.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/atrstm_svx.h b/src/atrstm_svx.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_atrstm.c b/src/test_atrstm.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 @@ -88,7 +88,7 @@ print_help(const char* cmd) ATRSTM_ARGS_DEFAULT.wlen_range[0]); printf("\n"); printf( -"Copyright (C) 2020 CNRS.\n" +"Copyright (C) 2020, 2021 CNRS.\n" "This is free software released under the GNU GPL license, version 3 or\n" "later. You are free to change or redistribute it under certain\n" "conditions <http://gnu.org.licenses/gpl.html>\n"); diff --git a/src/test_atrstm_radcoefs.c b/src/test_atrstm_radcoefs.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