atrtp

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

commit 40a7c4027c5330ed937f6517994d70d81cc13dd9
parent e3e576099b3a7f98e4a8efb527a2c69702a7fdec
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 17 Oct 2022 17:10:26 +0200

Update copyright notice

Diffstat:
MREADME.md | 6+++++-
Mcmake/CMakeLists.txt | 1+
Mdoc/atrtp.5.scd | 1+
Msrc/atrtp.c | 3++-
Msrc/atrtp.h | 3++-
Msrc/atrtp_c.h | 3++-
Msrc/atrtp_log.c | 3++-
Msrc/atrtp_log.h | 3++-
Msrc/test_atrtp.c | 3++-
Msrc/test_atrtp_load.c | 3++-
10 files changed, 21 insertions(+), 8 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 [|Méso|Star](http://www.meso-star.com) (<contact@meso-star.com>) +Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique (CNRS) + ## License -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,3 +1,4 @@ +# Copyright (C) 2022 |Méso|Star> (contact@meso-star.com) # Copyright (C) 2020, 2021 CNRS # # This program is free software: you can redistribute it and/or modify diff --git a/doc/atrtp.5.scd b/doc/atrtp.5.scd @@ -1,5 +1,6 @@ atrtp(5) +; Copyright (C) 2022 |Méso|Star> (contact@meso-star.com) ; Copyright (C) 2020, 2021 CNRS ; ; This program is free software: you can redistribute it and/or modify diff --git a/src/atrtp.c b/src/atrtp.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2020, 2021 CNRS +/* Copyright (C) 2022 |Méso|Star> (contact@meso-star.com) + * 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,5 @@ -/* Copyright (C) 2020, 2021 CNRS +/* Copyright (C) 2022 |Méso|Star> (contact@meso-star.com) + * 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,5 @@ -/* Copyright (C) 2020, 2021 CNRS +/* Copyright (C) 2022 |Méso|Star> (contact@meso-star.com) + * 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,5 @@ -/* Copyright (C) 2020, 2021 CNRS +/* Copyright (C) 2022 |Méso|Star> (contact@meso-star.com) + * 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,5 @@ -/* Copyright (C) 2020, 2021 CNRS +/* Copyright (C) 2022 |Méso|Star> (contact@meso-star.com) + * 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,5 @@ -/* Copyright (C) 2020, 2021 CNRS +/* Copyright (C) 2022 |Méso|Star> (contact@meso-star.com) + * 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,5 @@ -/* Copyright (C) 2020, 2021 CNRS +/* Copyright (C) 2022 |Méso|Star> (contact@meso-star.com) + * 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