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 77fdae274f4fad076d80f8d24cc48a3096dd5335
parent a302a16d8fb1d30bc931b05decc5897244ffa297
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 22 Jun 2021 16:55:05 +0200

Update the copyright notice

Diffstat:
Mcmake/CMakeLists.txt | 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_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_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+-
35 files changed, 35 insertions(+), 35 deletions(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +# Copyright (C) 2016-2021 |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/senc3d.h b/src/senc3d.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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/senc3d_descriptor.c b/src/senc3d_descriptor.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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/senc3d_device.c b/src/senc3d_device.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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/senc3d_device_c.h b/src/senc3d_device_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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/senc3d_enclosure.c b/src/senc3d_enclosure.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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/senc3d_enclosure_c.h b/src/senc3d_enclosure_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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/senc3d_enclosure_data.h b/src/senc3d_enclosure_data.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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/senc3d_internal_types.h b/src/senc3d_internal_types.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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/senc3d_sXd_helper.h b/src/senc3d_sXd_helper.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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/senc3d_scene.c b/src/senc3d_scene.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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/senc3d_scene_analyze.c b/src/senc3d_scene_analyze.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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/senc3d_scene_analyze_c.h b/src/senc3d_scene_analyze_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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/senc3d_scene_c.h b/src/senc3d_scene_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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/senc3d_side_range.h b/src/senc3d_side_range.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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/sencX3d.h b/src/sencX3d.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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/sencX3d_undefs.h b/src/sencX3d_undefs.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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_senc3d_cube_behind_cube.c b/src/test_senc3d_cube_behind_cube.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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_senc3d_cube_in_cube.c b/src/test_senc3d_cube_in_cube.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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_senc3d_cube_on_cube.c b/src/test_senc3d_cube_on_cube.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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_senc3d_device.c b/src/test_senc3d_device.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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_senc3d_enclosure.c b/src/test_senc3d_enclosure.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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_senc3d_inconsistant_cube.c b/src/test_senc3d_inconsistant_cube.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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_senc3d_invalid_scenes.c b/src/test_senc3d_invalid_scenes.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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_senc3d_many_enclosures.c b/src/test_senc3d_many_enclosures.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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_senc3d_many_triangles.c b/src/test_senc3d_many_triangles.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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_senc3d_multi_media.c b/src/test_senc3d_multi_media.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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_senc3d_sample_enclosure.c b/src/test_senc3d_sample_enclosure.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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_senc3d_scene.c b/src/test_senc3d_scene.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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_senc3d_some_enclosures.c b/src/test_senc3d_some_enclosures.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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_senc3d_some_triangles.c b/src/test_senc3d_some_triangles.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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_senc3d_unspecified_medium.c b/src/test_senc3d_unspecified_medium.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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_senc3d_utils.h b/src/test_senc3d_utils.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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_senc3d_utils2.h b/src/test_senc3d_utils2.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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_senc3d_zero_distance.c b/src/test_senc3d_zero_distance.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2020 (contact@meso-star.com) +/* Copyright (C) 2016-2021 |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