star-enclosures-3d

Extract enclosures from 3D geometry
git clone git://git.meso-star.fr/star-enclosures-3d.git
Log | Files | Refs | README | LICENSE

commit 2023b23df399b6e056bd25fa2f63936ea94b6ebb
parent 8a9b56fd7fe0d9c17159fe32ac5478f86b149dae
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 19 Apr 2024 13:01:13 +0200

Update of copyright years

Diffstat:
MMakefile | 2+-
MREADME.md | 5+++--
Mmake.sh | 2+-
Msrc/senc3d.h | 2+-
Msrc/senc3d_descriptor.c | 2+-
Msrc/senc3d_device.c | 2+-
Msrc/senc3d_device_c.h | 2+-
Msrc/senc3d_enclosure.c | 2+-
Msrc/senc3d_enclosure_c.h | 2+-
Msrc/senc3d_enclosure_data.h | 2+-
Msrc/senc3d_internal_types.h | 2+-
Msrc/senc3d_sXd_helper.h | 2+-
Msrc/senc3d_scene.c | 2+-
Msrc/senc3d_scene_analyze.c | 2+-
Msrc/senc3d_scene_analyze_c.h | 2+-
Msrc/senc3d_scene_c.h | 2+-
Msrc/senc3d_side_range.h | 2+-
Msrc/sencX3d.h | 2+-
Msrc/sencX3d_undefs.h | 2+-
Msrc/test_senc3d_bad_grouping.c | 2+-
Msrc/test_senc3d_cube_behind_cube.c | 2+-
Msrc/test_senc3d_cube_in_cube.c | 2+-
Msrc/test_senc3d_cube_on_cube.c | 2+-
Msrc/test_senc3d_device.c | 2+-
Msrc/test_senc3d_enclosure.c | 2+-
Msrc/test_senc3d_glazing.c | 2+-
Msrc/test_senc3d_inconsistant_cube.c | 2+-
Msrc/test_senc3d_invalid_scenes.c | 2+-
Msrc/test_senc3d_many_enclosures.c | 2+-
Msrc/test_senc3d_many_triangles.c | 2+-
Msrc/test_senc3d_multi_media.c | 2+-
Msrc/test_senc3d_sample_enclosure.c | 2+-
Msrc/test_senc3d_scene.c | 2+-
Msrc/test_senc3d_some_enclosures.c | 2+-
Msrc/test_senc3d_some_triangles.c | 2+-
Msrc/test_senc3d_unspecified_medium.c | 2+-
Msrc/test_senc3d_utils.h | 2+-
Msrc/test_senc3d_utils2.h | 2+-
Msrc/test_senc3d_zero_distance.c | 2+-
39 files changed, 41 insertions(+), 40 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +# Copyright (C) 2018-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 @@ -142,8 +142,9 @@ triangles. License ------- -Copyright © 2018-2020, 2023 [|Méso|Star>](https://www.meso-star.com) -(<contact@meso-star.com>). +Copyright © 2018-2020, 2023, 2024 +[|Méso|Star>](https://www.meso-star.com) (<contact@meso-star.com>). + It is free software released under the GPLv3+ license. You are welcome to redistribute it under certain conditions; refer to the COPYING files for details. diff --git a/make.sh b/make.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +# Copyright (C) 2018-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/senc3d.h b/src/senc3d.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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/senc3d_descriptor.c b/src/senc3d_descriptor.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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/senc3d_device.c b/src/senc3d_device.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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/senc3d_device_c.h b/src/senc3d_device_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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/senc3d_enclosure.c b/src/senc3d_enclosure.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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/senc3d_enclosure_c.h b/src/senc3d_enclosure_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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/senc3d_enclosure_data.h b/src/senc3d_enclosure_data.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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/senc3d_internal_types.h b/src/senc3d_internal_types.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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/senc3d_sXd_helper.h b/src/senc3d_sXd_helper.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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/senc3d_scene.c b/src/senc3d_scene.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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/senc3d_scene_analyze.c b/src/senc3d_scene_analyze.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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/senc3d_scene_analyze_c.h b/src/senc3d_scene_analyze_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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/senc3d_scene_c.h b/src/senc3d_scene_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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/senc3d_side_range.h b/src/senc3d_side_range.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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/sencX3d.h b/src/sencX3d.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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/sencX3d_undefs.h b/src/sencX3d_undefs.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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_senc3d_bad_grouping.c b/src/test_senc3d_bad_grouping.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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_senc3d_cube_behind_cube.c b/src/test_senc3d_cube_behind_cube.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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_senc3d_cube_in_cube.c b/src/test_senc3d_cube_in_cube.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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_senc3d_cube_on_cube.c b/src/test_senc3d_cube_on_cube.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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_senc3d_device.c b/src/test_senc3d_device.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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_senc3d_enclosure.c b/src/test_senc3d_enclosure.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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_senc3d_glazing.c b/src/test_senc3d_glazing.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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_senc3d_inconsistant_cube.c b/src/test_senc3d_inconsistant_cube.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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_senc3d_invalid_scenes.c b/src/test_senc3d_invalid_scenes.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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_senc3d_many_enclosures.c b/src/test_senc3d_many_enclosures.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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_senc3d_many_triangles.c b/src/test_senc3d_many_triangles.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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_senc3d_multi_media.c b/src/test_senc3d_multi_media.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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_senc3d_sample_enclosure.c b/src/test_senc3d_sample_enclosure.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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_senc3d_scene.c b/src/test_senc3d_scene.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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_senc3d_some_enclosures.c b/src/test_senc3d_some_enclosures.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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_senc3d_some_triangles.c b/src/test_senc3d_some_triangles.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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_senc3d_unspecified_medium.c b/src/test_senc3d_unspecified_medium.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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_senc3d_utils.h b/src/test_senc3d_utils.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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_senc3d_utils2.h b/src/test_senc3d_utils2.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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_senc3d_zero_distance.c b/src/test_senc3d_zero_distance.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-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