star-3daw

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

commit 5a6ddaea7dbab80385480d7fce6c7f1192b17933
parent 38925a3be2ca48e48cad2f998c67c4355a565440
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 28 Apr 2016 16:22:31 +0200

Update the copyright year range

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

diff --git a/README.md b/README.md @@ -1,6 +1,6 @@ # Star 3D shapes from Alias Wavefront geometries -This library creates *Star-3D* shapes from polygonal geometries saved in +This library creates Star-3D shapes from polygonal geometries saved in the Alias Wavefront obj/mtl fileformats. ## How to build @@ -24,7 +24,7 @@ as any CMake project. ## License -*Star-3DAW* is Copyright (C) |Meso|Star> 2015 (<contact@meso-star.com>). It +Star-3DAW 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/s3daw.c b/src/s3daw.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/s3daw.h b/src/s3daw.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/test_s3daw.c b/src/test_s3daw.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,