commit 651b47c52e10522ea80a3c4252d3045d8239b5c1 parent b6b1eb7b36edb65cd7e290680baf77ea737b0029 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Wed, 17 Jan 2018 10:10:08 +0100 Update the copyright year range Diffstat:
33 files changed, 33 insertions(+), 33 deletions(-)
diff --git a/README.md b/README.md @@ -71,7 +71,7 @@ variable to the directory that contains the `boost` include directory. ## Licenses -Star-Sampling is Copyright (C) |Meso|Star> 2015-2017 +Star-Sampling is Copyright (C) |Meso|Star> 2015-2018 (<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 diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) |Meso|Star> 2015-2017 (contact@meso-star.com) +# Copyright (C) |Meso|Star> 2015-2018 (contact@meso-star.com) # # This software is a computer program whose purpose is to generate files # used to build the Star-SP library. diff --git a/src/ssp.h b/src/ssp.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2018 (contact@meso-star.com) * * This software is a library whose purpose is to generate [pseudo] random * numbers and random variates. diff --git a/src/ssp_ran.c b/src/ssp_ran.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2018 (contact@meso-star.com) * * This software is a library whose purpose is to generate [pseudo] random * numbers and random variates. diff --git a/src/ssp_ranst_discrete.c b/src/ssp_ranst_discrete.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2018 (contact@meso-star.com) * * This software is a library whose purpose is to generate [pseudo] random * numbers and random variates. diff --git a/src/ssp_ranst_gaussian.c b/src/ssp_ranst_gaussian.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2018 (contact@meso-star.com) * * This software is a library whose purpose is to generate [pseudo] random * numbers and random variates. diff --git a/src/ssp_ranst_piecewise_linear.c b/src/ssp_ranst_piecewise_linear.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2018 (contact@meso-star.com) * * This software is a library whose purpose is to generate [pseudo] random * numbers and random variates. diff --git a/src/ssp_rng.c b/src/ssp_rng.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2018 (contact@meso-star.com) * * This software is a library whose purpose is to generate [pseudo] random * numbers and random variates. diff --git a/src/ssp_rng_c.h b/src/ssp_rng_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2018 (contact@meso-star.com) * * This software is a library whose purpose is to generate [pseudo] random * numbers and random variates. diff --git a/src/ssp_rng_proxy.c b/src/ssp_rng_proxy.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2018 (contact@meso-star.com) * * This software is a library whose purpose is to generate [pseudo] random * numbers and random variates. diff --git a/src/test_ssp_ran_circle.c b/src/test_ssp_ran_circle.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2018 (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_ssp_ran_circle.h b/src/test_ssp_ran_circle.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2018 (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_ssp_ran_discrete.c b/src/test_ssp_ran_discrete.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2018 (contact@meso-star.com) * * This software is a library whose purpose is to generate [pseudo] random * numbers and random variates. diff --git a/src/test_ssp_ran_discrete.h b/src/test_ssp_ran_discrete.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2018 (contact@meso-star.com) * * This software is a program whose purpose is to test the spp library. * diff --git a/src/test_ssp_ran_gaussian.c b/src/test_ssp_ran_gaussian.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2018 (contact@meso-star.com) * * This software is a program whose purpose is to test the spp library. * diff --git a/src/test_ssp_ran_gaussian.h b/src/test_ssp_ran_gaussian.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2018 (contact@meso-star.com) * * This software is a library whose purpose is to generate [pseudo] random * numbers and random variates. diff --git a/src/test_ssp_ran_hemisphere.c b/src/test_ssp_ran_hemisphere.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2018 (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_ssp_ran_hemisphere.h b/src/test_ssp_ran_hemisphere.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2018 (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_ssp_ran_hg.c b/src/test_ssp_ran_hg.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2018 (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_ssp_ran_hg.h b/src/test_ssp_ran_hg.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2018 (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_ssp_ran_piecewise_linear.c b/src/test_ssp_ran_piecewise_linear.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2018 (contact@meso-star.com) * * This software is a program whose purpose is to test the spp library. * diff --git a/src/test_ssp_ran_piecewise_linear.h b/src/test_ssp_ran_piecewise_linear.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2018 (contact@meso-star.com) * * This software is a program whose purpose is to test the spp library. * diff --git a/src/test_ssp_ran_sphere.c b/src/test_ssp_ran_sphere.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2018 (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_ssp_ran_sphere.h b/src/test_ssp_ran_sphere.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2018 (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_ssp_ran_triangle.c b/src/test_ssp_ran_triangle.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2018 (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_ssp_ran_triangle.h b/src/test_ssp_ran_triangle.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2018 (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_ssp_ran_uniform_disk.c b/src/test_ssp_ran_uniform_disk.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2018 (contact@meso-star.com) * * This software is a program whose purpose is to test the spp library. * diff --git a/src/test_ssp_ran_uniform_disk.h b/src/test_ssp_ran_uniform_disk.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2018 (contact@meso-star.com) * * This software is a program whose purpose is to test the spp library. * diff --git a/src/test_ssp_rng.c b/src/test_ssp_rng.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2018 (contact@meso-star.com) * * This software is a program whose purpose is to test the spp library. * diff --git a/src/test_ssp_rng.h b/src/test_ssp_rng.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2018 (contact@meso-star.com) * * This software is a program whose purpose is to test the spp library. * diff --git a/src/test_ssp_rng_proxy.c b/src/test_ssp_rng_proxy.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2018 (contact@meso-star.com) * * This software is a program whose purpose is to test the spp library. * diff --git a/src/test_ssp_rng_proxy.h b/src/test_ssp_rng_proxy.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2018 (contact@meso-star.com) * * This software is a program whose purpose is to test the spp library. * diff --git a/src/test_ssp_utils.h b/src/test_ssp_utils.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2015-2018 (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,