star-stl

Load STereo Lithography (StL) file format
git clone git://git.meso-star.fr/star-stl.git
Log | Files | Refs | README | LICENSE

commit bfd214d9a050f9f828a96331e25d4269664f0afa
parent 9bdb9b6a87b39a5c3efb98b19f35c7dba6c6002b
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 18 Nov 2019 15:51:49 +0100

Update the copyright year range

Diffstat:
MREADME.md | 12++++++------
Mcmake/CMakeLists.txt | 2+-
Msrc/sstl.c | 2+-
Msrc/sstl.h | 2+-
Msrc/test_sstl.c | 2+-
Msrc/test_sstl_load.c | 2+-
6 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/README.md b/README.md @@ -17,8 +17,8 @@ can be edited, built, tested and installed as any CMake project. ### Version 0.3.3 -- Fix star-stl lack of reentrancy. When used from a code using strtok, - star-stl was corrupting the strtok context. +- Fix star-stl lack of reentrancy. When used from a code using strtok, star-stl + was corrupting the strtok context. ### Version 0.3.2 @@ -27,8 +27,8 @@ can be edited, built, tested and installed as any CMake project. ## License -Star-STL 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. +Copyright (C) 2015, 2016, 2019 |Méso|Star> (<contact@meso-star.com>). Star-STL +is free software released under the CeCILLv2.1 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) 2015, 2016, 2019 |Meso|Star> (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/sstl.c b/src/sstl.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com) +/* Copyright (C) 2015, 2016, 2019 |Meso|Star> (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/sstl.h b/src/sstl.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com) +/* Copyright (C) 2015, 2016, 2019 |Meso|Star> (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_sstl.c b/src/test_sstl.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com) +/* Copyright (C) 2015, 2016, 2019 |Meso|Star> (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_sstl_load.c b/src/test_sstl_load.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2015-2016 (contact@meso-star.com) +/* Copyright (C) 2015, 2016, 2019 |Meso|Star> (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,