star-ck

Describe the radiative properties of gas mixtures
git clone git://git.meso-star.fr/star-ck.git
Log | Files | Refs | README | LICENSE

commit da7948028f98b4d68419471b13cfaabce076ccba
parent d5e520d214c340bb9173a01b2c732d694e9a4f7e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 24 Mar 2022 09:34:02 +0100

Update the copyright notice

Diffstat:
MREADME.md | 4++--
Mcmake/CMakeLists.txt | 1+
Msrc/sck.c | 3++-
Msrc/sck.h | 3++-
Msrc/sck_c.h | 3++-
Msrc/sck_log.c | 3++-
Msrc/sck_log.h | 3++-
Msrc/test_sck.c | 3++-
Msrc/test_sck_load.c | 3++-
9 files changed, 17 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md @@ -1,7 +1,7 @@ # Star-CorrelatedK This C library loads the radiative properties of a gas mixture saved wrt the -Star-CK fileformat. +Star-CK file format. ## How to build @@ -22,7 +22,7 @@ for further informations on CMake. ## Copyright notice -Copyright (C) 2022 [|Meso|Star>](https://www.meso-star.com) (<contact@meso-star.com>). +Copyright (C) 2022 [|Méso|Star>](https://www.meso-star.com) (<contact@meso-star.com>). Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique (CNRS). ## License 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/src/sck.c b/src/sck.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/sck.h b/src/sck.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/sck_c.h b/src/sck_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/sck_log.c b/src/sck_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/sck_log.h b/src/sck_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_sck.c b/src/test_sck.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_sck_load.c b/src/test_sck_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