star-schiff

Library for estimating radiative properties
git clone git://git.meso-star.com/star-schiff.git
Log | Files | Refs | README | LICENSE

commit 66fa585aff034ac42504b3b92ab3ea0058291f30
parent e6ac9308d7222f5109e2fda19838ad143146eb00
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 16 Feb 2016 09:33:05 +0100

Update the copyright year range

Diffstat:
MREADME.md | 2+-
Mcmake/CMakeLists.txt | 2+-
Msrc/sschiff.h | 2+-
Msrc/sschiff_device.c | 2+-
Msrc/sschiff_device.h | 2+-
Msrc/sschiff_estimator.c | 2+-
Msrc/test_sschiff_device.c | 2+-
Msrc/test_sschiff_estimator_cylinder.c | 2+-
Msrc/test_sschiff_estimator_sphere.c | 2+-
Msrc/test_sschiff_utils.h | 2+-
10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md @@ -20,7 +20,7 @@ the RCMake package. ## Licenses -*Star-Schiff* is Copyright (C) |Meso|Star> 2015 (<contact@meso-star.com>). It is a +*Star-Schiff* is Copyright (C) |Meso|Star> 2015-2016 (<contact@meso-star.com>). It is a free software released under the [OSI](http://opensource.org)-approved CeCILL license. You are welcome to redistribute it under certain conditions; refer to the COPYING files for details. diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) |Meso|Star> 2015 (contact@meso-star.com) +# Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com) # # This software is governed by the CeCILL license under French law and # abiding by the rules of distribution of free software. You can use, diff --git a/src/sschiff.h b/src/sschiff.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com) * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/src/sschiff_device.c b/src/sschiff_device.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com) * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/src/sschiff_device.h b/src/sschiff_device.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com) * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/src/sschiff_estimator.c b/src/sschiff_estimator.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com) * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/src/test_sschiff_device.c b/src/test_sschiff_device.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com) * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/src/test_sschiff_estimator_cylinder.c b/src/test_sschiff_estimator_cylinder.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com) * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/src/test_sschiff_estimator_sphere.c b/src/test_sschiff_estimator_sphere.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com) * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/src/test_sschiff_utils.h b/src/test_sschiff_utils.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com) * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use,