polygon

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

commit c57b660d954eb89d78b92ad60614cb261e1c3351
parent 558fa8fe3569cbb0fc68c5169f25910fce9a2f58
Author: vaplv <vaplv@free.fr>
Date:   Thu,  7 Oct 2021 10:23:07 +0200

Update the copyright notice

Diffstat:
MREADME.md | 9++++-----
Mcmake/CMakeLists.txt | 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+-
7 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/README.md b/README.md @@ -29,8 +29,7 @@ Update the version of the RSys dependency to 0.6: replace the deprecated ## License -Polygon is Copyright (C) 2014-2017 Vincent Forest (vaplv@free.fr). It is a free -software released under the [OSI](https://opensource.org)-approved GPL v3+ -license. You are welcome to redistribute it under certain conditions; refer to -the COPYING file for details. - +Copyright (C) 2014-2017, 2021 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 the COPYING file +for details. diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2017 Vincent Forest (vaplv@free.fr) +# Copyright (C) 2014-2017, 2021 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.c b/src/polygon.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2017 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2017, 2021 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 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2017, 2021 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 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2017, 2021 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 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2017, 2021 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 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2017, 2021 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