solstice-solver

Solver library of the solstice app
git clone git://git.meso-star.com/solstice-solver.git
Log | Files | Refs | README | LICENSE

commit 4cfe9d034554a7a198dd4b46c0eb4dfe630394b3
parent 44782765b105af190474897a3f9e37ba0168ac65
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 20 Jan 2017 15:38:05 +0100

Update the copyright year range

Diffstat:
MREADME.md | 2+-
Mcmake/CMakeLists.txt | 2+-
Msrc/ssol.h | 2+-
Msrc/ssol_atmosphere.c | 2+-
Msrc/ssol_atmosphere_c.h | 2+-
Msrc/ssol_c.h | 2+-
Msrc/ssol_camera.c | 2+-
Msrc/ssol_camera.h | 2+-
Msrc/ssol_device.c | 2+-
Msrc/ssol_device_c.h | 2+-
Msrc/ssol_draw.c | 2+-
Msrc/ssol_estimator.c | 2+-
Msrc/ssol_estimator_c.h | 2+-
Msrc/ssol_image.c | 2+-
Msrc/ssol_image_c.h | 2+-
Msrc/ssol_instance.c | 2+-
Msrc/ssol_instance_c.h | 2+-
Msrc/ssol_material.c | 2+-
Msrc/ssol_material_c.h | 2+-
Msrc/ssol_object.c | 2+-
Msrc/ssol_object_c.h | 2+-
Msrc/ssol_param_buffer.c | 2+-
Msrc/ssol_ranst_sun_dir.c | 2+-
Msrc/ssol_ranst_sun_dir.h | 2+-
Msrc/ssol_ranst_sun_wl.c | 2+-
Msrc/ssol_ranst_sun_wl.h | 2+-
Msrc/ssol_scene.c | 2+-
Msrc/ssol_scene_c.h | 2+-
Msrc/ssol_shape.c | 2+-
Msrc/ssol_shape_c.h | 2+-
Msrc/ssol_solver.c | 2+-
Msrc/ssol_spectrum.c | 2+-
Msrc/ssol_spectrum_c.h | 2+-
Msrc/ssol_sun.c | 2+-
Msrc/ssol_sun_c.h | 2+-
Msrc/test_ssol_atmosphere.c | 2+-
Msrc/test_ssol_camera.c | 2+-
Msrc/test_ssol_device.c | 2+-
Msrc/test_ssol_draw.c | 2+-
Msrc/test_ssol_estimator.c | 2+-
Msrc/test_ssol_geometries.h | 2+-
Msrc/test_ssol_image.c | 2+-
Msrc/test_ssol_instance.c | 2+-
Msrc/test_ssol_material.c | 2+-
Msrc/test_ssol_materials.h | 2+-
Msrc/test_ssol_object.c | 2+-
Msrc/test_ssol_param_buffer.c | 2+-
Msrc/test_ssol_rect2D_geometry.h | 2+-
Msrc/test_ssol_rect_geometry.h | 2+-
Msrc/test_ssol_scene.c | 2+-
Msrc/test_ssol_shape.c | 2+-
Msrc/test_ssol_solver1.c | 2+-
Msrc/test_ssol_solver2.c | 2+-
Msrc/test_ssol_solver2b.c | 2+-
Msrc/test_ssol_solver3.c | 2+-
Msrc/test_ssol_solver3N.c | 2+-
Msrc/test_ssol_solver4.c | 2+-
Msrc/test_ssol_solver5.c | 2+-
Msrc/test_ssol_spectrum.c | 2+-
Msrc/test_ssol_sun.c | 2+-
Msrc/test_ssol_utils.c | 2+-
Msrc/test_ssol_utils.h | 2+-
62 files changed, 62 insertions(+), 62 deletions(-)

diff --git a/README.md b/README.md @@ -28,7 +28,7 @@ variable the install directories of its dependencies. Solstice-Solver is developed by [|Meso|Star>](http://www.meso-star.com) for the [National Center for Scientific Research](http://www.cnrs.fr/index.php) (CNRS). -It is a free software copyright (C) CNRS 2016 and it is released under the +It is a free software copyright (C) CNRS 2016-2017 and it is released under the [OSI](http://opensource.org)-approved GPL v3+ license. 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) CNRS 2016 +# Copyright (C) CNRS 2016-2017 # # 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/ssol.h b/src/ssol.h @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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/ssol_atmosphere.c b/src/ssol_atmosphere.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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/ssol_atmosphere_c.h b/src/ssol_atmosphere_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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/ssol_c.h b/src/ssol_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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/ssol_camera.c b/src/ssol_camera.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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/ssol_camera.h b/src/ssol_camera.h @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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/ssol_device.c b/src/ssol_device.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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/ssol_device_c.h b/src/ssol_device_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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/ssol_draw.c b/src/ssol_draw.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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/ssol_estimator.c b/src/ssol_estimator.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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/ssol_estimator_c.h b/src/ssol_estimator_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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/ssol_image.c b/src/ssol_image.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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/ssol_image_c.h b/src/ssol_image_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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/ssol_instance.c b/src/ssol_instance.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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/ssol_instance_c.h b/src/ssol_instance_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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/ssol_material.c b/src/ssol_material.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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/ssol_material_c.h b/src/ssol_material_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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/ssol_object.c b/src/ssol_object.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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/ssol_object_c.h b/src/ssol_object_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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/ssol_param_buffer.c b/src/ssol_param_buffer.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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/ssol_ranst_sun_dir.c b/src/ssol_ranst_sun_dir.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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/ssol_ranst_sun_dir.h b/src/ssol_ranst_sun_dir.h @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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/ssol_ranst_sun_wl.c b/src/ssol_ranst_sun_wl.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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/ssol_ranst_sun_wl.h b/src/ssol_ranst_sun_wl.h @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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/ssol_scene.c b/src/ssol_scene.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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/ssol_scene_c.h b/src/ssol_scene_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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/ssol_shape.c b/src/ssol_shape.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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/ssol_shape_c.h b/src/ssol_shape_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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/ssol_solver.c b/src/ssol_solver.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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/ssol_spectrum.c b/src/ssol_spectrum.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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/ssol_spectrum_c.h b/src/ssol_spectrum_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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/ssol_sun.c b/src/ssol_sun.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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/ssol_sun_c.h b/src/ssol_sun_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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_ssol_atmosphere.c b/src/test_ssol_atmosphere.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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_ssol_camera.c b/src/test_ssol_camera.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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_ssol_device.c b/src/test_ssol_device.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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_ssol_draw.c b/src/test_ssol_draw.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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_ssol_estimator.c b/src/test_ssol_estimator.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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_ssol_geometries.h b/src/test_ssol_geometries.h @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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_ssol_image.c b/src/test_ssol_image.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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_ssol_instance.c b/src/test_ssol_instance.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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_ssol_material.c b/src/test_ssol_material.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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_ssol_materials.h b/src/test_ssol_materials.h @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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_ssol_object.c b/src/test_ssol_object.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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_ssol_param_buffer.c b/src/test_ssol_param_buffer.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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_ssol_rect2D_geometry.h b/src/test_ssol_rect2D_geometry.h @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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_ssol_rect_geometry.h b/src/test_ssol_rect_geometry.h @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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_ssol_scene.c b/src/test_ssol_scene.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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_ssol_shape.c b/src/test_ssol_shape.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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_ssol_solver1.c b/src/test_ssol_solver1.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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_ssol_solver2.c b/src/test_ssol_solver2.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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_ssol_solver2b.c b/src/test_ssol_solver2b.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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_ssol_solver3.c b/src/test_ssol_solver3.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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_ssol_solver3N.c b/src/test_ssol_solver3N.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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_ssol_solver4.c b/src/test_ssol_solver4.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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_ssol_solver5.c b/src/test_ssol_solver5.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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_ssol_spectrum.c b/src/test_ssol_spectrum.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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_ssol_sun.c b/src/test_ssol_sun.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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_ssol_utils.c b/src/test_ssol_utils.c @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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_ssol_utils.h b/src/test_ssol_utils.h @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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