htcp

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

commit befa9a409fc2faf5aaee6ba2f09b16a726259a06
parent 0a1591d29ddc276d285bfae37868354821d3add6
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri,  2 Jul 2021 15:55:08 +0200

Update the copyright notice

Diffstat:
MREADME.md | 19+++++++++++--------
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 | 4++--
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, 23 insertions(+), 20 deletions(-)

diff --git a/README.md b/README.md @@ -26,11 +26,14 @@ resulting project can be edited, built, tested and installed as any CMake project. Refer to the [CMake](https://cmake.org/documentation) for further informations on CMake. -## Licenses - -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. +## Copyright notice + +Copyright (C) 2018, 2020, 2021 |Meso|Star> (<contact@meso-star.com>). +Copyright (C) 2018 Centre National de la Recherche Scientifique (CNRS). +Copyright (C) 2018 Université Paul Sabatier (<contact-edstar@laplace.univ-tlse.fr>) + +## License + +`htcp` and `les2htcp` are 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,4 +1,4 @@ -# Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2018, 2020, 2021 |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 diff --git a/cmake/doc/CMakeLists.txt b/cmake/doc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2018, 2020, 2021 |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 diff --git a/cmake/htcp/CMakeLists.txt b/cmake/htcp/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2018, 2020, 2021 |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 diff --git a/cmake/les2htcp/CMakeLists.txt b/cmake/les2htcp/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2018, 2020, 2021 |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 diff --git a/src/htcp.c b/src/htcp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2020, 2021 |Meso|Star> (contact@meso-star.com) * Copyright (C) CNRS, Université Paul Sabatier * * This program is free software: you can redistribute it and/or modify diff --git a/src/htcp.h b/src/htcp.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2020, 2021 |Meso|Star> (contact@meso-star.com) * Copyright (C) CNRS, Université Paul Sabatier * * This program is free software: you can redistribute it and/or modify diff --git a/src/les2htcp.c b/src/les2htcp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2020, 2021 |Meso|Star> (contact@meso-star.com) * Copyright (C) CNRS, Université Paul Sabatier * * This program is free software: you can redistribute it and/or modify @@ -81,7 +81,7 @@ print_help(const char* cmd) " -v display version information and exit.\n"); printf("\n"); printf( -"Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com).\n" +"Copyright (C) 2018, 2020, 2021 |Meso|Star> (contact@meso-star.com).\n" "Copyright (C) 2018 CNRS, Université Paul Sabatier. les2htcp is free software\n" "released under the GNU GPL license, version 3 or later. You are free to\n" "change or redistribute it under certain conditions\n" diff --git a/src/test_htcp.c b/src/test_htcp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2020, 2021 |Meso|Star> (contact@meso-star.com) * Copyright (C) CNRS, Université Paul Sabatier * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_htcp_load.c b/src/test_htcp_load.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2020, 2021 |Meso|Star> (contact@meso-star.com) * Copyright (C) CNRS, Université Paul Sabatier * * This program is free software: you can redistribute it and/or modify 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, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2020, 2021 |Meso|Star> (contact@meso-star.com) * Copyright (C) CNRS, Université Paul Sabatier * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_htcp_utils.h b/src/test_htcp_utils.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2020, 2021 |Meso|Star> (contact@meso-star.com) * Copyright (C) CNRS, Université Paul Sabatier * * This program is free software: you can redistribute it and/or modify