polygon

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

commit 5486b27ac870d8bfc38792050543219ef1cff73b
parent cd191ce1786ba49ad76e6d06b1368229b4751390
Author: vaplv <vaplv@free.fr>
Date:   Wed, 26 Apr 2017 11:49:02 +0200

Update the copyright year range

Diffstat:
MREADME.md | 2+-
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, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md @@ -17,7 +17,7 @@ can be edited, built, tested and installed as any CMake project. ## License -Polygon is Copyright (C) 2014-2016 Vincent Forest (vaplv@free.fr). It is a free +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. diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Vincent Forest (vaplv@free.fr) +# Copyright (C) 2014-2017 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-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2017 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-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2017 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-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2017 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-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2017 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-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2017 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