htmie

Optical properties of water droplets
git clone git://git.meso-star.fr/htmie.git
Log | Files | Refs | README | LICENSE

commit b11f770522e8daf2335a37aad0f4a9cfe868b02e
parent 77926bb9d272acd4b1c97a771dc783b7bc00d7c9
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 14 Nov 2018 11:04:52 +0100

Add the CNRS and the UPS as copyright owner

Diffstat:
MREADME.md | 10++++++----
Mcmake/CMakeLists.txt | 2+-
Msrc/htmie.c | 2+-
Msrc/htmie.h | 2+-
Msrc/test_htmie.c | 2+-
Msrc/test_htmie_load.c | 2+-
Msrc/test_htmie_utils.h | 2+-
7 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md @@ -20,8 +20,10 @@ informations on CMake. ## Licenses -This is a free software copyright (C) 2018 |Meso|Star 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. - +This is a 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>. It is 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 |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/htmie.c b/src/htmie.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/htmie.h b/src/htmie.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/test_htmie.c b/src/test_htmie.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_htmie_load.c b/src/test_htmie_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_htmie_utils.h b/src/test_htmie_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