From 625f38a7decfc1ed72e0120c6ff34fcbe2d55100 Mon Sep 17 00:00:00 2001 From: Jerome Jutteau Date: Tue, 10 Mar 2015 10:18:48 +0100 Subject: [PATCH] adapt license year to 2015 --- admin.php | 2 +- f.php | 2 +- lib/functions.js | 2 +- lib/functions.php | 2 +- lib/lang.php | 2 +- script.php | 3 ++- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/admin.php b/admin.php index a91d529..afcccb5 100644 --- a/admin.php +++ b/admin.php @@ -1,7 +1,7 @@ + * Copyright (C) 2015 Jerome Jutteau * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/f.php b/f.php index 7faf028..fd8b89f 100644 --- a/f.php +++ b/f.php @@ -2,7 +2,7 @@ /* * Jirafeau, your web file repository * Copyright (C) 2008 Julien "axolotl" BERNARD - * Copyright (C) 2012 Jerome Jutteau + * Copyright (C) 2015 Jerome Jutteau * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/functions.js b/lib/functions.js index 8922e0e..ee8c6e8 100644 --- a/lib/functions.js +++ b/lib/functions.js @@ -1,6 +1,6 @@ /* * Jirafeau, your web file repository - * Copyright (C) 2012 Jerome Jutteau + * Copyright (C) 2015 Jerome Jutteau * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/functions.php b/lib/functions.php index b26d7b4..6f84649 100644 --- a/lib/functions.php +++ b/lib/functions.php @@ -2,7 +2,7 @@ /* * Jirafeau, your web file repository * Copyright (C) 2008 Julien "axolotl" BERNARD - * Copyright (C) 2012 Jerome Jutteau + * Copyright (C) 2015 Jerome Jutteau * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/lang.php b/lib/lang.php index bf74e8d..86ffd4d 100644 --- a/lib/lang.php +++ b/lib/lang.php @@ -1,7 +1,7 @@ + * Copyright (C) 2015 Jerome Jutteau * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/script.php b/script.php index 17173e9..7f80209 100644 --- a/script.php +++ b/script.php @@ -1,7 +1,7 @@ + * Copyright (C) 2015 Jerome Jutteau * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -550,3 +550,4 @@ else echo "Error"; exit; ?> + -- 2.34.1