htcp

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

commit 84933537ea258dcf2a0d6d71e1686465f81c2f23
parent 5bb7f7e258dd6c494f49d4307a788ff6aa8a8e95
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 27 Mar 2020 15:00:08 +0100

Update the copyright notice

Diffstat:
Mcmake/CMakeLists.txt | 3++-
Mcmake/doc/CMakeLists.txt | 3++-
Mcmake/htcp/CMakeLists.txt | 3++-
Mcmake/les2htcp/CMakeLists.txt | 3++-
Mdoc/les2htcp.1.txt | 6++++--
Msrc/htcp.c | 3++-
Msrc/htcp.h | 3++-
Msrc/les2htcp.c | 6++++--
Msrc/test_htcp.c | 3++-
Msrc/test_htcp_load.c | 3++-
Msrc/test_htcp_load_from_file.c | 3++-
Msrc/test_htcp_utils.h | 3++-
12 files changed, 28 insertions(+), 14 deletions(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,4 +1,5 @@ -# Copyright (C) 2018 CNRS, |Meso|Star>, Université Paul Sabatier +# Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2018 CNRS, 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,5 @@ -# Copyright (C) 2018 CNRS, |Meso|Star>, Université Paul Sabatier +# Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2018 CNRS, 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,5 @@ -# Copyright (C) 2018 CNRS, |Meso|Star>, Université Paul Sabatier +# Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2018 CNRS, 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,5 @@ -# Copyright (C) 2018 CNRS, |Meso|Star>, Université Paul Sabatier +# Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2018 CNRS, 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/doc/les2htcp.1.txt b/doc/les2htcp.1.txt @@ -1,4 +1,5 @@ -// Copyright (C) 2018 CNRS, |Meso|Star>, Université Paul Sabatier +// Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +// Copyright (C) 2018 CNRS, 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 @@ -121,8 +122,9 @@ NOTES COPYRIGHT --------- +Copyright &copy; 2018, 2020 |Meso|Star> <contact@meso-star.com>. Copyright &copy; 2018 CNRS, Université Paul Sabatier -<contact-edstar@laplace.univ-tlse.fr>, |Meso|Star> <contact@meso-star.com>. +<contact-edstar@laplace.univ-tlse.fr>. *les2htcp* is free software released under the GPLv3+ license: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>. You are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. diff --git a/src/htcp.c b/src/htcp.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2018 CNRS, |Meso|Star>, Université Paul Sabatier +/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) CNRS, 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,5 @@ -/* Copyright (C) 2018 CNRS, |Meso|Star>, Université Paul Sabatier +/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) CNRS, 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,5 @@ -/* Copyright (C) 2018 CNRS, |Meso|Star>, Université Paul Sabatier +/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) CNRS, 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 @@ -80,7 +81,8 @@ print_help(const char* cmd) " -v display version information and exit.\n"); printf("\n"); printf( -"les2htcp (C) 2018 CNRS, |Meso|Star>, Université Paul Sabatier. This is free\n" +"les2htcp (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) CNRS, Université Paul Sabatier. This is free\n" "software released under the GNU GPL license, version 3 or later. You are free\n" "to change or redistribute it under certain conditions\n" "<http://gnu.org/licenses/gpl.html>\n"); diff --git a/src/test_htcp.c b/src/test_htcp.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2018 CNRS, |Meso|Star>, Université Paul Sabatier +/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) CNRS, 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,5 @@ -/* Copyright (C) 2018 CNRS, |Meso|Star>, Université Paul Sabatier +/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) CNRS, 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,5 @@ -/* Copyright (C) 2018 CNRS, |Meso|Star>, Université Paul Sabatier +/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) CNRS, 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,5 @@ -/* Copyright (C) 2018 CNRS, |Meso|Star>, Université Paul Sabatier +/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) CNRS, 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