htrdr

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

commit 1315121184224d8c30e8fe9dff267af1d3ed503b
parent d7427ffd741f3b3072864479b9fe3d00bae5736f
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 21 Feb 2020 14:54:33 +0100

Update the copyright notice

Diffstat:
MREADME.md | 13+++++++------
Mdoc/htrdr-image.5.txt | 3++-
Mdoc/htrdr.1.txt.in | 7++++---
Msrc/htrdr.c | 4++--
Msrc/htrdr.h | 4++--
Msrc/htrdr_args.c | 8++++----
Msrc/htrdr_buffer.c | 4++--
Msrc/htrdr_buffer.h | 4++--
Msrc/htrdr_c.h | 4++--
Msrc/htrdr_camera.c | 4++--
Msrc/htrdr_camera.h | 4++--
Msrc/htrdr_compute_radiance_sw.c | 4++--
Msrc/htrdr_draw_radiance_sw.c | 4++--
Msrc/htrdr_grid.c | 4++--
Msrc/htrdr_grid.h | 4++--
Msrc/htrdr_ground.c | 4++--
Msrc/htrdr_ground.h | 4++--
Msrc/htrdr_main.c | 4++--
Msrc/htrdr_rectangle.c | 4++--
Msrc/htrdr_rectangle.h | 4++--
Msrc/htrdr_slab.c | 4++--
Msrc/htrdr_slab.h | 4++--
Msrc/htrdr_solve.h | 4++--
Msrc/htrdr_sun.c | 4++--
Msrc/htrdr_sun.h | 4++--
25 files changed, 59 insertions(+), 56 deletions(-)

diff --git a/README.md b/README.md @@ -94,10 +94,11 @@ informations on CMake. ## License -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. +Copyright (C) 2018, 2019, 2020 [|Meso|Star>](http://www.meso-star.com) +<contact@meso-star.com>. Copyright (C) 2018, 2019 Centre National de la +Recherche Scientifique (CNRS), 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. diff --git a/doc/htrdr-image.5.txt b/doc/htrdr-image.5.txt @@ -1,4 +1,5 @@ -// Copyright (C) 2018-2019 CNRS, |Meso|Star>, Université Paul Sabatier +// Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) +// Copyright (C) 2018-2019 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/htrdr.1.txt.in b/doc/htrdr.1.txt.in @@ -1,4 +1,5 @@ -// Copyright (C) 2018-2019 CNRS, |Meso|Star>, Université Paul Sabatier +// Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) +// Copyright (C) 2018-2019 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 @@ -270,9 +271,9 @@ NOTES COPYRIGHT --------- +Copyright &copy; 2018, 2019, 2020 |Meso|Star> <contact@meso-star.com>. Copyright &copy; 2018, 2019 CNRS, Université Paul Sabatier -<contact-edstar@laplace.univ-tlse.fr>. Copyright &copy; 2018, 2019, 2020 -|Meso|Star> <contact@meso-star.com>. *htrdr* is free software released under +<contact-edstar@laplace.univ-tlse.fr>. *htrdr* 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/htrdr.c b/src/htrdr.c @@ -1,5 +1,5 @@ -/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier - * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018, 2019 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/htrdr.h b/src/htrdr.h @@ -1,5 +1,5 @@ -/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier - * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018, 2019 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/htrdr_args.c b/src/htrdr_args.c @@ -1,5 +1,5 @@ -/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier - * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018, 2019 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 @@ -104,8 +104,8 @@ print_help(const char* cmd) " --version display version information and exit.\n"); printf("\n"); printf( -"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" +"Copyright (C) 2018, 2019, 2020 |Meso|Star> <contact@meso-star.com>. Copyright\n" +"(C) 2018, 2019 CNRS, Université Paul Sabatier. 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,5 +1,5 @@ -/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier - * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018, 2019 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/htrdr_buffer.h b/src/htrdr_buffer.h @@ -1,5 +1,5 @@ -/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier - * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018, 2019 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/htrdr_c.h b/src/htrdr_c.h @@ -1,5 +1,5 @@ -/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier - * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018, 2019 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/htrdr_camera.c b/src/htrdr_camera.c @@ -1,5 +1,5 @@ -/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier - * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018, 2019 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/htrdr_camera.h b/src/htrdr_camera.h @@ -1,5 +1,5 @@ -/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier - * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018, 2019 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/htrdr_compute_radiance_sw.c b/src/htrdr_compute_radiance_sw.c @@ -1,5 +1,5 @@ -/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier - * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018, 2019 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/htrdr_draw_radiance_sw.c b/src/htrdr_draw_radiance_sw.c @@ -1,5 +1,5 @@ -/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier - * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018, 2019 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/htrdr_grid.c b/src/htrdr_grid.c @@ -1,5 +1,5 @@ -/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier - * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018, 2019 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/htrdr_grid.h b/src/htrdr_grid.h @@ -1,5 +1,5 @@ -/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier - * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018, 2019 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/htrdr_ground.c b/src/htrdr_ground.c @@ -1,5 +1,5 @@ -/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier - * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018, 2019 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/htrdr_ground.h b/src/htrdr_ground.h @@ -1,5 +1,5 @@ -/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier - * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018, 2019 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/htrdr_main.c b/src/htrdr_main.c @@ -1,5 +1,5 @@ -/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier - * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018, 2019 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/htrdr_rectangle.c b/src/htrdr_rectangle.c @@ -1,5 +1,5 @@ -/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier - * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018, 2019 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/htrdr_rectangle.h b/src/htrdr_rectangle.h @@ -1,5 +1,5 @@ -/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier - * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018, 2019 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/htrdr_slab.c b/src/htrdr_slab.c @@ -1,5 +1,5 @@ -/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier - * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018, 2019 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/htrdr_slab.h b/src/htrdr_slab.h @@ -1,5 +1,5 @@ -/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier - * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018, 2019 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/htrdr_solve.h b/src/htrdr_solve.h @@ -1,5 +1,5 @@ -/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier - * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018, 2019 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/htrdr_sun.c b/src/htrdr_sun.c @@ -1,5 +1,5 @@ -/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier - * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018, 2019 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/htrdr_sun.h b/src/htrdr_sun.h @@ -1,5 +1,5 @@ -/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier - * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018, 2019 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