star-3dut

Generate meshes of simple geometric shapes
git clone git://git.meso-star.fr/star-3dut.git
Log | Files | Refs | README | LICENSE

commit c60b05fb2dbfd997ecf5970085c6ae15bf7ccfc9
parent d3f06f911e594df5299ee341f29c9e2c111ff23c
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 29 May 2017 15:32:37 +0200

Update the copyright year range

Diffstat:
MREADME.md | 2+-
Mcmake/CMakeLists.txt | 2+-
Msrc/s3dut.h | 2+-
Msrc/s3dut_cuboid.c | 2+-
Msrc/s3dut_cylinder.c | 2+-
Msrc/s3dut_hemisphere.c | 2+-
Msrc/s3dut_mesh.c | 2+-
Msrc/s3dut_mesh.h | 2+-
Msrc/s3dut_sphere.c | 2+-
Msrc/test_s3dut_cuboid.c | 2+-
Msrc/test_s3dut_cylinder.c | 2+-
Msrc/test_s3dut_hemisphere.c | 2+-
Msrc/test_s3dut_sphere.c | 2+-
Msrc/test_s3dut_utils.h | 2+-
14 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/README.md b/README.md @@ -15,7 +15,7 @@ the install directories of its dependencies. ## License -Star-3DUtilityToolkit is Copyright (C) |Meso|Star> 2016 +Star-3DUtilityToolkit is Copyright (C) |Meso|Star> 2016-2017 (<contact@meso-star.com>). It is a free software released under the [OSI](http://opensource.org)-approved GPL v3+ license. You are welcome to redistribute it under certain conditions; refer to the COPYING file for diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2016 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2016-2017 |Meso|Star> (contact@meso-star.com) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/s3dut.h b/src/s3dut.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/s3dut_cuboid.c b/src/s3dut_cuboid.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/s3dut_cylinder.c b/src/s3dut_cylinder.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/s3dut_hemisphere.c b/src/s3dut_hemisphere.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/s3dut_mesh.c b/src/s3dut_mesh.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/s3dut_mesh.h b/src/s3dut_mesh.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/s3dut_sphere.c b/src/s3dut_sphere.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test_s3dut_cuboid.c b/src/test_s3dut_cuboid.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test_s3dut_cylinder.c b/src/test_s3dut_cylinder.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test_s3dut_hemisphere.c b/src/test_s3dut_hemisphere.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test_s3dut_sphere.c b/src/test_s3dut_sphere.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test_s3dut_utils.h b/src/test_s3dut_utils.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by