commit 687cc3d99049413184212e534456e2e75023bd1c
parent 7faa1a1fa53d3599edf179cd41f0a264bd247e58
Author: vaplv <vaplv@free.fr>
Date: Wed, 7 Jan 2015 14:41:59 +0100
Update the copyright year range
Diffstat:
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr)
+# Copyright (C) 2014-2015 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 Vincent Forest (vaplv@free.fr)
+/* Copyright (C) 2014-2015 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 Vincent Forest (vaplv@free.fr)
+/* Copyright (C) 2014-2015 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 Vincent Forest (vaplv@free.fr)
+/* Copyright (C) 2014-2015 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