From 65ea9a891ab7df568e277761aa73898c5b884426 Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Wed, 9 Apr 2014 19:04:33 +0300 Subject: [PATCH] Fix year in copyright --- appinfo/app.php | 2 +- index.php | 2 +- lib/storage.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/appinfo/app.php b/appinfo/app.php index b9786995..ae84f71b 100755 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -4,7 +4,7 @@ * ownCloud - Documents App * * @author Frank Karlitschek - * @copyright 2011 Frank Karlitschek karlitschek@kde.org + * @copyright 2013-2014 Frank Karlitschek karlitschek@kde.org * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/index.php b/index.php index 235192b3..5ad10608 100755 --- a/index.php +++ b/index.php @@ -4,7 +4,7 @@ * ownCloud - Documents App * * @author Frank Karlitschek - * @copyright 2011 Frank Karlitschek karlitschek@kde.org + * @copyright 2013-2014 Frank Karlitschek karlitschek@kde.org * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/lib/storage.php b/lib/storage.php index d8f0e3fc..141d8014 100644 --- a/lib/storage.php +++ b/lib/storage.php @@ -4,7 +4,7 @@ * ownCloud - Documents App * * @author Frank Karlitschek - * @copyright 2012 Frank Karlitschek frank@owncloud.org + * @copyright 2013-2014 Frank Karlitschek frank@owncloud.org * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE