polygon

Polygon triangulation
git clone git://git.meso-star.fr/polygon.git
Log | Files | Refs | README | LICENSE

commit a77d248c814f8b874e53d0fb59e56c340113f613
parent 44e0aeb962133a7910d63773543ac06ff07b6c06
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 29 Jun 2023 10:09:31 +0200

Update copyright year range

Diffstat:
MMakefile | 2+-
MREADME.md | 2+-
Mcmake/CMakeLists.txt | 2+-
Mmake.sh | 2+-
Msrc/polygon.c | 2+-
Msrc/polygon.h | 2+-
Msrc/test_polygon.c | 2+-
Msrc/test_polygon1.c | 2+-
Msrc/test_polygon_utils.h | 2+-
9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2017, 2021 Vincent Forest (vaplv@free.fr) +# Copyright (C) 2014-2017, 2021-2023 Vincent Forest (vaplv@free.fr) # # This CMake script 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 @@ -33,7 +33,7 @@ Update the version of the RSys dependency to 0.6: replace the deprecated ## License -Copyright (C) 2014-2017, 2021 Vincent Forest (vaplv@free.fr) +Copyright (C) 2014-2017, 2021-2023 Vincent Forest (vaplv@free.fr) Polygon is free software released under GPL v3+ license: GNU GPL version 3 or later. You are welcome to redistribute it under certain conditions; refer to diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2017, 2021 Vincent Forest (vaplv@free.fr) +# Copyright (C) 2014-2017, 2021-2023 Vincent Forest (vaplv@free.fr) # # 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/make.sh b/make.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -# Copyright (C) 2014-2017, 2021 Vincent Forest (vaplv@free.fr) +# Copyright (C) 2014-2017, 2021-2023 Vincent Forest (vaplv@free.fr) # # This CMake script 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/polygon.c b/src/polygon.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2017, 2021 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2017, 2021-2023 Vincent Forest (vaplv@free.fr) * * 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/polygon.h b/src/polygon.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2017, 2021 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2017, 2021-2023 Vincent Forest (vaplv@free.fr) * * 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_polygon.c b/src/test_polygon.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2017, 2021 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2017, 2021-2023 Vincent Forest (vaplv@free.fr) * * 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_polygon1.c b/src/test_polygon1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2017, 2021 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2017, 2021-2023 Vincent Forest (vaplv@free.fr) * * 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_polygon_utils.h b/src/test_polygon_utils.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2017, 2021 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2017, 2021-2023 Vincent Forest (vaplv@free.fr) * * 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