star-3dstl

Create star-3d geometries from StL files
git clone git://git.meso-star.fr/star-3dstl.git
Log | Files | Refs | README | LICENSE

commit 2b83a48e988ee8f13a1765a360345d3c3aaf074f
parent 37d1c55953d710793fb0d25ae4d625e1fd555046
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 23 Jan 2018 10:16:22 +0100

Update the copyright year range

Diffstat:
MREADME.md | 2+-
Mcmake/CMakeLists.txt | 2+-
Msrc/s3dstl.c | 2+-
Msrc/s3dstl.h | 2+-
Msrc/test_s3dstl.c | 2+-
5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -23,7 +23,7 @@ as any CMake project. ## License -Star-3DSTL is Copyright (C) |Meso|Star> 2015-2016 (<contact@meso-star.com>). +Star-3DSTL 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 details. diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) |Meso|Star> 2015-2016 (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/s3dstl.c b/src/s3dstl.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2016 (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/s3dstl.h b/src/s3dstl.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2016 (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_s3dstl.c b/src/test_s3dstl.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2016 (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,