polygon

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

commit 6b1c246347e2343860307f3467d38fa4e08c0137
parent 87ea1a6619d8ad99b8a9ffd5515a629010dd0743
Author: vaplv <vaplv@free.fr>
Date:   Fri, 22 Apr 2016 14:50:08 +0200

Update the copyright year range

Diffstat:
Mcmake/CMakeLists.txt | 2+-
Msrc/polygon.c | 2+-
Msrc/polygon.h | 2+-
Msrc/test_polygon.c | 2+-
4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 Vincent Forest (vaplv@free.fr) +# Copyright (C) 2014-2016 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-2015 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2016 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-2015 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2016 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-2015 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2016 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