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 85526e17f138b5449fd4eca64b025fa723ed9163
parent e0ebc7c913625527a8728b064c0f584b8f37f4b9
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 24 Apr 2024 15:11:24 +0200

Update of copyright years

Diffstat:
MMakefile | 2+-
MREADME.md | 9+++++----
Mmake.sh | 2+-
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+-
29 files changed, 33 insertions(+), 32 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2019, 2020, 2023 |Méso|Star> (contact@meso-star.com) +# Copyright (C) 2019, 2020, 2023, 2024 |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/README.md b/README.md @@ -25,8 +25,9 @@ Edit config.mk as needed, then run: ### Version 0.1.3 -- BugFix: when property conflicts where found, a wrong triangle was flaged. - As a consequence, geometry dumps of conflicting geometries where wrong. +- BugFix: when property conflicts where found, a wrong triangle was + flaged. As a consequence, geometry dumps of conflicting geometries + where wrong. ### Version 0.1.2 @@ -47,8 +48,8 @@ First version and implementation of the star-geometry-3d API. ## License -Copyright © 2019, 2020, 2023 [|Méso|Star>](https://www.meso-star.com) -(contact@meso-star.com) +Copyright © 2019, 2020, 2023, 2024 +[|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; diff --git a/make.sh b/make.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2019, 2020, 2023 |Méso|Star> (contact@meso-star.com) +# Copyright (C) 2019, 2020, 2023, 2024 |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.h b/src/sg3d.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2019, 2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023, 2024 |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, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023, 2024 |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, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023, 2024 |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, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023, 2024 |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, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023, 2024 |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, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023, 2024 |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, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023, 2024 |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, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023, 2024 |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, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023, 2024 |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, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023, 2024 |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, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023, 2024 |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, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023, 2024 |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, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023, 2024 |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, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023, 2024 |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, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023, 2024 |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, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023, 2024 |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, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023, 2024 |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, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023, 2024 |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, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023, 2024 |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, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023, 2024 |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, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023, 2024 |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, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023, 2024 |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, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023, 2024 |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, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023, 2024 |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, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023, 2024 |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, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2019, 2020, 2023, 2024 |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