htcp

Properties of water suspended in clouds
git clone git://git.meso-star.fr/htcp.git
Log | Files | Refs | README | LICENSE

commit 37187a1cdf409829fb10cb71321dd538d0743dd1
parent e133ea093858ab9096e82ceefcf61ecb372e9559
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 14 Nov 2018 10:01:55 +0100

Add CNRS and UPS as copyright owner

Diffstat:
MREADME.md | 11++++++-----
Mcmake/CMakeLists.txt | 2+-
Mcmake/doc/CMakeLists.txt | 2+-
Mcmake/htcp/CMakeLists.txt | 2+-
Mcmake/les2htcp/CMakeLists.txt | 2+-
Msrc/htcp.c | 2+-
Msrc/htcp.h | 2+-
Msrc/les2htcp.c | 2+-
Msrc/test_htcp.c | 2+-
Msrc/test_htcp_load.c | 2+-
Msrc/test_htcp_load_from_file.c | 2+-
Msrc/test_htcp_utils.h | 2+-
12 files changed, 17 insertions(+), 16 deletions(-)

diff --git a/README.md b/README.md @@ -28,8 +28,9 @@ informations on CMake. ## Licenses -The `les2htcp` tool and the `htcp` library are free software copyright -(C) |Meso|Star 2018. They are released under the GPL v3+ license: GNU GPL -version 3 or later. You are welcome to redistribute them under certain -conditions; refer to the COPYING file for details. - +The `les2htcp` tool and the `htcp` library are free software copyright (C) 2018 +Centre National de la Recherche Scientifique CNRS, +[|Meso|Star](http://www.meso-star.com) <contact@meso-star.com>, Université Paul +Sabatier <contact-edstar@laplace.univ-tlse.fr>. They are released under the GPL +v3+ license: GNU GPL version 3 or later. You are welcome to redistribute them +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) 2018 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2018 CNRS, |Meso|Star>, Université Paul Sabatier # # 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/cmake/doc/CMakeLists.txt b/cmake/doc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018 CNRS, Université Paul Sabatier, |Meso|Star> +# Copyright (C) 2018 CNRS, |Meso|Star>, Université Paul Sabatier # # 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/cmake/htcp/CMakeLists.txt b/cmake/htcp/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2018 CNRS, |Meso|Star>, Université Paul Sabatier # # 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/cmake/les2htcp/CMakeLists.txt b/cmake/les2htcp/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2018 CNRS, |Meso|Star>, Université Paul Sabatier # # 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/htcp.c b/src/htcp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018 CNRS, |Meso|Star>, Université Paul Sabatier * * 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/htcp.h b/src/htcp.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018 CNRS, |Meso|Star>, Université Paul Sabatier * * 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/les2htcp.c b/src/les2htcp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018 CNRS, |Meso|Star>, Université Paul Sabatier * * 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_htcp.c b/src/test_htcp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018 CNRS, |Meso|Star>, Université Paul Sabatier * * 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_htcp_load.c b/src/test_htcp_load.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018 CNRS, |Meso|Star>, Université Paul Sabatier * * 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_htcp_load_from_file.c b/src/test_htcp_load_from_file.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018 CNRS, |Meso|Star>, Université Paul Sabatier * * 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_htcp_utils.h b/src/test_htcp_utils.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018 CNRS, |Meso|Star>, Université Paul Sabatier * * 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