star-geometry-3d

Clean and decorate 3D geometries
git clone git://git.meso-star.fr/star-geometry-3d.git
Log | Files | Refs | README | LICENSE

commit 2c94631b9bee24612abdde77c4d536cb4dd33933
parent d01bf5a22a4e2a2fe252c7cc8a2cd4c9719d22a2
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 25 Apr 2023 11:38:08 +0200

Update of copyright yeares

Diffstat:
MREADME.md | 9++++-----
Mcmake/CMakeLists.txt | 4++--
Msrc/sg3d.h | 2+-
Msrc/sg3d_device.c | 2+-
Msrc/sg3d_device.h | 2+-
Msrc/sg3d_geometry.c | 2+-
Msrc/sg3d_geometry.h | 2+-
Msrc/sg3d_misc.h | 2+-
Msrc/sg3d_sXd_helper.h | 2+-
Msrc/sg3d_sdisXd_helper.h | 2+-
Msrc/sg3d_sencXd_helper.h | 2+-
Msrc/sgX3d.h | 2+-
Msrc/sgX3d_undefs.h | 2+-
Msrc/test_sg3d_cube_behind_cube.c | 2+-
Msrc/test_sg3d_cube_in_cube.c | 2+-
Msrc/test_sg3d_cube_on_cube.c | 2+-
Msrc/test_sg3d_device.c | 2+-
Msrc/test_sg3d_geometry.c | 2+-
Msrc/test_sg3d_geometry_2.c | 2+-
Msrc/test_sg3d_invalid_models.c | 2+-
Msrc/test_sg3d_many_enclosures.c | 2+-
Msrc/test_sg3d_many_triangles.c | 2+-
Msrc/test_sg3d_multi_media.c | 2+-
Msrc/test_sg3d_some_enclosures.c | 2+-
Msrc/test_sg3d_some_triangles.c | 2+-
Msrc/test_sg3d_unspecified_properties.c | 2+-
Msrc/test_sg3d_utils.h | 2+-
Msrc/test_sg3d_utils2.h | 2+-
28 files changed, 32 insertions(+), 33 deletions(-)

diff --git a/README.md b/README.md @@ -38,8 +38,7 @@ First version and implementation of the star-geometry-3d API. ## License -Star-geometry-3d is Copyright (C) 2019-2020 |Meso|Star> -(<a href="mailto:contact@meso-star.com" class="email">contact@meso-star.com</a>). -Itis free software released under the GPLv3+ license: GNU GPL -version 3 or later. You are welcome to redistribute it under certain -conditions; refer to the COPYING files for details. +Copyright © 2019, 2020, 2023 [|Méso|Star>](https://www.meso-star.com) +(<contact@meso-star.com>) It is free software released under the GPLv3+ +license: GNU GPL version 3 or later. 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) 2019-2020 |Meso|Star> +# Copyright (C) 2019, 2020, 2023 |Méso|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 @@ -141,7 +141,7 @@ if(NOT NO_TEST) build_test(${_name} ${ARGN}) register_test(${_name} ${_name}) endfunction() - + new_test(test_sg3d_device) new_test(test_sg3d_geometry) new_test(test_sg3d_geometry_2) diff --git a/src/sg3d.h b/src/sg3d.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023 |Méso|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/sg3d_device.c b/src/sg3d_device.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023 |Méso|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/sg3d_device.h b/src/sg3d_device.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023 |Méso|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/sg3d_geometry.c b/src/sg3d_geometry.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023 |Méso|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/sg3d_geometry.h b/src/sg3d_geometry.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023 |Méso|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/sg3d_misc.h b/src/sg3d_misc.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023 |Méso|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/sg3d_sXd_helper.h b/src/sg3d_sXd_helper.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023 |Méso|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/sg3d_sdisXd_helper.h b/src/sg3d_sdisXd_helper.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023 |Méso|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/sg3d_sencXd_helper.h b/src/sg3d_sencXd_helper.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023 |Méso|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/sgX3d.h b/src/sgX3d.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023 |Méso|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/sgX3d_undefs.h b/src/sgX3d_undefs.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023 |Méso|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_sg3d_cube_behind_cube.c b/src/test_sg3d_cube_behind_cube.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023 |Méso|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_sg3d_cube_in_cube.c b/src/test_sg3d_cube_in_cube.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023 |Méso|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_sg3d_cube_on_cube.c b/src/test_sg3d_cube_on_cube.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023 |Méso|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_sg3d_device.c b/src/test_sg3d_device.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023 |Méso|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_sg3d_geometry.c b/src/test_sg3d_geometry.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023 |Méso|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_sg3d_geometry_2.c b/src/test_sg3d_geometry_2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023 |Méso|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_sg3d_invalid_models.c b/src/test_sg3d_invalid_models.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023 |Méso|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_sg3d_many_enclosures.c b/src/test_sg3d_many_enclosures.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023 |Méso|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_sg3d_many_triangles.c b/src/test_sg3d_many_triangles.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023 |Méso|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_sg3d_multi_media.c b/src/test_sg3d_multi_media.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023 |Méso|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_sg3d_some_enclosures.c b/src/test_sg3d_some_enclosures.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023 |Méso|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_sg3d_some_triangles.c b/src/test_sg3d_some_triangles.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023 |Méso|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_sg3d_unspecified_properties.c b/src/test_sg3d_unspecified_properties.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023 |Méso|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_sg3d_utils.h b/src/test_sg3d_utils.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023 |Méso|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_sg3d_utils2.h b/src/test_sg3d_utils2.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023 |Méso|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