star-3dut

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

commit af2a33650c3649f5d146fb085214838f36b82c6d
parent fd76d1948261a67a1b16b1bcac9386ad1460b7e6
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed,  2 Dec 2020 12:53:37 +0100

Update the copyright notice

Diffstat:
MREADME.md | 4++--
Msrc/s3dut.h | 2+-
Msrc/s3dut_cuboid.c | 2+-
Msrc/s3dut_cylinder.c | 2+-
Msrc/s3dut_mesh.c | 2+-
Msrc/s3dut_mesh.h | 2+-
Msrc/s3dut_sphere.c | 2+-
Msrc/s3dut_super_shape.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_super_shape.c | 2+-
Msrc/test_s3dut_thick_cylinder.c | 2+-
Msrc/test_s3dut_thick_truncated_sphere.c | 2+-
Msrc/test_s3dut_thick_truncated_super_shape.c | 2+-
Msrc/test_s3dut_thin_cylinder.c | 2+-
Msrc/test_s3dut_truncated_sphere.c | 2+-
Msrc/test_s3dut_utils.h | 2+-
19 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/README.md b/README.md @@ -50,8 +50,8 @@ the install directories of its dependencies. ## License -Star-3DUtilityToolkit is Copyright (C) |Meso|Star> 2016-2017 -(<contact@meso-star.com>). It is a free software released under the +Copyright (C) 2016, 2017, 2020 |Meso|Star> (<contact@meso-star.com>). +Star-3DUtilityToolkit is 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 details. diff --git a/src/s3dut.h b/src/s3dut.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) +/* Copyright (C) 2016, 2017, 2020 |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_cuboid.c b/src/s3dut_cuboid.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) +/* Copyright (C) 2016, 2017, 2020 |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_cylinder.c b/src/s3dut_cylinder.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) +/* Copyright (C) 2016, 2017, 2020 |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_mesh.c b/src/s3dut_mesh.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) +/* Copyright (C) 2016, 2017, 2020 |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_mesh.h b/src/s3dut_mesh.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) +/* Copyright (C) 2016, 2017, 2020 |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_sphere.c b/src/s3dut_sphere.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) +/* Copyright (C) 2016, 2017, 2020 |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_super_shape.c b/src/s3dut_super_shape.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) +/* Copyright (C) 2016, 2017, 2020 |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/test_s3dut_cuboid.c b/src/test_s3dut_cuboid.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) +/* Copyright (C) 2016, 2017, 2020 |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/test_s3dut_cylinder.c b/src/test_s3dut_cylinder.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) +/* Copyright (C) 2016, 2017, 2020 |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/test_s3dut_hemisphere.c b/src/test_s3dut_hemisphere.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) +/* Copyright (C) 2016, 2017, 2020 |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/test_s3dut_sphere.c b/src/test_s3dut_sphere.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) +/* Copyright (C) 2016, 2017, 2020 |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/test_s3dut_super_shape.c b/src/test_s3dut_super_shape.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) +/* Copyright (C) 2016, 2017, 2020 |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/test_s3dut_thick_cylinder.c b/src/test_s3dut_thick_cylinder.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) +/* Copyright (C) 2016, 2017, 2020 |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/test_s3dut_thick_truncated_sphere.c b/src/test_s3dut_thick_truncated_sphere.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) +/* Copyright (C) 2016, 2017, 2020 |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/test_s3dut_thick_truncated_super_shape.c b/src/test_s3dut_thick_truncated_super_shape.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) +/* Copyright (C) 2016, 2017, 2020 |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/test_s3dut_thin_cylinder.c b/src/test_s3dut_thin_cylinder.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) +/* Copyright (C) 2016, 2017, 2020 |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/test_s3dut_truncated_sphere.c b/src/test_s3dut_truncated_sphere.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) +/* Copyright (C) 2016, 2017, 2020 |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/test_s3dut_utils.h b/src/test_s3dut_utils.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) +/* Copyright (C) 2016, 2017, 2020 |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