star-cpr

Clip 2D meshes with 2D polygons
git clone git://git.meso-star.fr/star-cpr.git
Log | Files | Refs | README | LICENSE

commit 3b2afb653b7210388bdb5b5d5093e1d9944595ea
parent a1c8a47d56bd45cc4093c2b53c5d9c591bf4394a
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon,  6 May 2024 16:25:36 +0200

Update of copyright years

Diffstat:
MMakefile | 2+-
MREADME.md | 2+-
Mmake.sh | 2+-
Msrc/scpr.h | 2+-
Msrc/scpr_c.h | 2+-
Msrc/scpr_clipper.h | 2+-
Msrc/scpr_device.c | 2+-
Msrc/scpr_intersector.c | 2+-
Msrc/scpr_mesh.c | 2+-
Msrc/scpr_polygon.c | 2+-
Msrc/test_scpr_clip.c | 2+-
Msrc/test_scpr_device.c | 2+-
Msrc/test_scpr_intersector.c | 2+-
Msrc/test_scpr_is_in.c | 2+-
Msrc/test_scpr_mesh.c | 2+-
Msrc/test_scpr_offset.c | 2+-
Msrc/test_scpr_polygon.c | 2+-
Msrc/test_scpr_utils.h | 2+-
18 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2016-2018, 2021-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 @@ -75,7 +75,7 @@ Update the version of the RSys dependency to 0.6: replace the deprecated ## License -Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +Copyright (C) 2016-2018, 2021-2024 |Méso|Star> (contact@meso-star.com) Star-CliPpeR is free software released under the GPL v3+ license: GNU GPL version 3 or later. You are welcome to redistribute it under certain diff --git a/make.sh b/make.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2016-2018, 2021-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/scpr.h b/src/scpr.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021-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/scpr_c.h b/src/scpr_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021-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/scpr_clipper.h b/src/scpr_clipper.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021-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/scpr_device.c b/src/scpr_device.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021-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/scpr_intersector.c b/src/scpr_intersector.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021-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/scpr_mesh.c b/src/scpr_mesh.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021-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/scpr_polygon.c b/src/scpr_polygon.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021-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_scpr_clip.c b/src/test_scpr_clip.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021-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_scpr_device.c b/src/test_scpr_device.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021-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_scpr_intersector.c b/src/test_scpr_intersector.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021-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_scpr_is_in.c b/src/test_scpr_is_in.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021-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_scpr_mesh.c b/src/test_scpr_mesh.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021-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_scpr_offset.c b/src/test_scpr_offset.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021-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_scpr_polygon.c b/src/test_scpr_polygon.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021-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_scpr_utils.h b/src/test_scpr_utils.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021-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