htrdr

Solving radiative transfer in heterogeneous media
git clone git://git.meso-star.fr/htrdr.git
Log | Files | Refs | README | LICENSE

commit 7273442b427d477c9861e550d9c190bfe5b32914
parent 4abcb91e3cf587e19abd49291d1e4594233f560f
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 27 Jan 2020 09:14:52 +0100

Update the copyright notice

Diffstat:
MREADME.md | 13++++++-------
Mcmake/CMakeLists.txt | 3++-
Msrc/htrdr.c | 3++-
Msrc/htrdr.h | 3++-
Msrc/htrdr_args.c | 9+++++----
Msrc/htrdr_buffer.c | 3++-
Msrc/htrdr_buffer.h | 3++-
Msrc/htrdr_c.h | 3++-
Msrc/htrdr_camera.c | 3++-
Msrc/htrdr_camera.h | 3++-
Msrc/htrdr_compute_radiance_sw.c | 3++-
Msrc/htrdr_draw_radiance_sw.c | 3++-
Msrc/htrdr_grid.c | 3++-
Msrc/htrdr_grid.h | 3++-
Msrc/htrdr_ground.c | 3++-
Msrc/htrdr_ground.h | 3++-
Msrc/htrdr_main.c | 3++-
Msrc/htrdr_rectangle.c | 3++-
Msrc/htrdr_rectangle.h | 3++-
Msrc/htrdr_slab.c | 3++-
Msrc/htrdr_slab.h | 3++-
Msrc/htrdr_solve.h | 3++-
Msrc/htrdr_sun.c | 3++-
Msrc/htrdr_sun.h | 3++-
24 files changed, 55 insertions(+), 33 deletions(-)

diff --git a/README.md b/README.md @@ -94,11 +94,10 @@ informations on CMake. ## License -Copyright (C) 2018-2019 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>. htrdr is 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. +Copyright (C) 2018, 2019 Centre National de la Recherche Scientifique +(CNRS), Université Paul Sabatier <contact-edstar@laplace.univ-tlse.fr>. +Copyright (C) 2018, 2019, 2020 [|Meso|Star](http://www.meso-star.com) +<contact@meso-star.com>. htrdr is 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,5 @@ -# Copyright (C) 2018-2019 CNRS, |Meso|Star>, Université Paul Sabatier +# Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier +# Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) # # 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/htrdr.c b/src/htrdr.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2018-2019 CNRS, |Meso|Star>, Université Paul Sabatier +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htrdr.h b/src/htrdr.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2018-2019 CNRS, |Meso|Star>, Université Paul Sabatier +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htrdr_args.c b/src/htrdr_args.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2018-2019 CNRS, |Meso|Star>, Université Paul Sabatier +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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 @@ -101,9 +102,9 @@ print_help(const char* cmd) " --version display version information and exit.\n"); printf("\n"); printf( -"htrdr (C) 2018-2019 CNRS, |Meso|Star> <contact@meso-star.com>, Université Paul\n" -"Sabatier <contact-edstar@laplace.univ-tlse.fr>. This is free software released\n" -"under the GNU GPL license, version 3 or later. You are free to change or\n" +"Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier. Copyright (C), 2018,\n" +"2019, 2020 |Meso|Star> <contact@meso-star.com>. htrdr is free software released\n" +"under the GNU GPL license, version 3 or later. You are free to change or\n" "redistribute it under certain conditions <http://gnu.org/licenses/gpl.html>\n"); } diff --git a/src/htrdr_buffer.c b/src/htrdr_buffer.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2018-2019 CNRS, |Meso|Star>, Université Paul Sabatier +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htrdr_buffer.h b/src/htrdr_buffer.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2018-2019 CNRS, |Meso|Star>, Université Paul Sabatier +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htrdr_c.h b/src/htrdr_c.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2018-2019 CNRS, |Meso|Star>, Université Paul Sabatier +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htrdr_camera.c b/src/htrdr_camera.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2018-2019 CNRS, |Meso|Star>, Université Paul Sabatier +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htrdr_camera.h b/src/htrdr_camera.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2018-2019 CNRS, |Meso|Star>, Université Paul Sabatier +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htrdr_compute_radiance_sw.c b/src/htrdr_compute_radiance_sw.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2018-2019 CNRS, |Meso|Star>, Université Paul Sabatier +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htrdr_draw_radiance_sw.c b/src/htrdr_draw_radiance_sw.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2018-2019 CNRS, |Meso|Star>, Université Paul Sabatier +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htrdr_grid.c b/src/htrdr_grid.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2018-2019 CNRS, |Meso|Star>, Université Paul Sabatier +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htrdr_grid.h b/src/htrdr_grid.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2018-2019 CNRS, |Meso|Star>, Université Paul Sabatier +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htrdr_ground.c b/src/htrdr_ground.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2018-2019 CNRS, |Meso|Star>, Université Paul Sabatier +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htrdr_ground.h b/src/htrdr_ground.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2018-2019 CNRS, |Meso|Star>, Université Paul Sabatier +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htrdr_main.c b/src/htrdr_main.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2018-2019 CNRS, |Meso|Star>, Université Paul Sabatier +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htrdr_rectangle.c b/src/htrdr_rectangle.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2018-2019 CNRS, |Meso|Star>, Université Paul Sabatier +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htrdr_rectangle.h b/src/htrdr_rectangle.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2018-2019 CNRS, |Meso|Star>, Université Paul Sabatier +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htrdr_slab.c b/src/htrdr_slab.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2018-2019 CNRS, |Meso|Star>, Université Paul Sabatier +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htrdr_slab.h b/src/htrdr_slab.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2018-2019 CNRS, |Meso|Star>, Université Paul Sabatier +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htrdr_solve.h b/src/htrdr_solve.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2018-2019 CNRS, |Meso|Star>, Université Paul Sabatier +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htrdr_sun.c b/src/htrdr_sun.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2018-2019 CNRS, |Meso|Star>, Université Paul Sabatier +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htrdr_sun.h b/src/htrdr_sun.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2018-2019 CNRS, |Meso|Star>, Université Paul Sabatier +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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