commit d9f3ae51a0a17de30a4ae4c9ca8615955e8391e0 parent 707da9571340eea1df52ea1caff33081d3716931 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Tue, 25 Apr 2023 12:00:35 +0200 Update of copyright years Diffstat:
49 files changed, 52 insertions(+), 56 deletions(-)
diff --git a/README.md b/README.md @@ -37,11 +37,7 @@ First version and implementation of the star-geometry-2d API. ## License -License -------- - -Star-geometry-2d is Copyright (C) 2019-2020 |Meso|Star> -(<a href="mailto:contact@meso-star.com" class="email">contact@meso-star.com</a>). -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. +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 diff --git a/src/sg2.h b/src/sg2.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/sg2_device.c b/src/sg2_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/sg2_device.h b/src/sg2_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/sg2_geometry.c b/src/sg2_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/sg2_geometry.h b/src/sg2_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/sg2_misc.h b/src/sg2_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/sg2_s2d_helper.h b/src/sg2_s2d_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/sg2_senc2d_helper.h b/src/sg2_senc2d_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/sg2d.h b/src/sg2d.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/sg2d_device.c b/src/sg2d_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/sg2d_device.h b/src/sg2d_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/sg2d_geometry.c b/src/sg2d_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/sg2d_geometry.h b/src/sg2d_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/sg2d_misc.h b/src/sg2d_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/sg2d_sXd_helper.h b/src/sg2d_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/sg2d_sdisXd_helper.h b/src/sg2d_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/sg2d_sencXd_helper.h b/src/sg2d_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/sgX2.h b/src/sgX2.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/sgX2d.h b/src/sgX2d.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/sgX2d_undefs.h b/src/sgX2d_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_sg2_device.c b/src/test_sg2_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_sg2_geometry.c b/src/test_sg2_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_sg2_geometry_2.c b/src/test_sg2_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_sg2_many_enclosures.c b/src/test_sg2_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_sg2_many_segments.c b/src/test_sg2_many_segments.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_sg2_some_enclosures.c b/src/test_sg2_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_sg2_some_segments.c b/src/test_sg2_some_segments.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_sg2_square_behind_square.c b/src/test_sg2_square_behind_square.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_sg2_square_in_square.c b/src/test_sg2_square_in_square.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_sg2_square_on_square.c b/src/test_sg2_square_on_square.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_sg2_unspecified_properties.c b/src/test_sg2_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_sg2_utils.h b/src/test_sg2_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_sg2_utils2.h b/src/test_sg2_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 diff --git a/src/test_sg2d_device.c b/src/test_sg2d_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_sg2d_geometry.c b/src/test_sg2d_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_sg2d_geometry_2.c b/src/test_sg2d_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_sg2d_invalid_models.c b/src/test_sg2d_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_sg2d_many_enclosures.c b/src/test_sg2d_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_sg2d_many_segments.c b/src/test_sg2d_many_segments.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_sg2d_some_enclosures.c b/src/test_sg2d_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_sg2d_some_segments.c b/src/test_sg2d_some_segments.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_sg2d_square_behind_square.c b/src/test_sg2d_square_behind_square.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_sg2d_square_in_square.c b/src/test_sg2d_square_in_square.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_sg2d_square_on_square.c b/src/test_sg2d_square_on_square.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_sg2d_unspecified_properties.c b/src/test_sg2d_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_sg2d_utils.h b/src/test_sg2d_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_sg2d_utils2.h b/src/test_sg2d_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