From 5b94705cf3918dc7986c6043b1fbe776bf22958f Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Tue, 27 Mar 2018 15:35:06 +0200 Subject: Core: Fix compatibility with nextcloud codestyle (#280) --- appinfo/app.php | 4 ++-- appinfo/routes.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'appinfo') diff --git a/appinfo/app.php b/appinfo/app.php index 65c53725c..9ce7f366f 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -7,8 +7,8 @@ * * @author Alessandro Cosentino * @author Bernhard Posselt - * @copyright Alessandro Cosentino 2012 - * @copyright Bernhard Posselt 2012, 2014 + * @copyright 2012 Alessandro Cosentino + * @copyright 2012-2014 Bernhard Posselt */ namespace OCA\News\AppInfo; diff --git a/appinfo/routes.php b/appinfo/routes.php index 1f1e19517..7bf843cb2 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -7,8 +7,8 @@ * * @author Alessandro Cosentino * @author Bernhard Posselt - * @copyright Alessandro Cosentino 2012 - * @copyright Bernhard Posselt 2012, 2014 + * @copyright 2012 Alessandro Cosentino + * @copyright 2012-2014 Bernhard Posselt */ return ['routes' => [ -- cgit v1.2.3