From ffa43f3c3b9f44db5efb9831287bef68a80e1432 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 19 Apr 2014 18:16:55 +0200 Subject: update headers to be compatible with phpdoc, slim down license text to make code more visible --- utility/config.php | 32 ++++++++++---------------------- utility/controllertestutility.php | 23 ++++++----------------- utility/faviconfetcher.php | 23 ++++++----------------- utility/mappertestutility.php | 23 ++++++----------------- utility/methodannotationreader.php | 23 ++++++----------------- utility/opmlexporter.php | 32 ++++++++++---------------------- utility/simplepieapifactory.php | 22 ++++++---------------- utility/updater.php | 32 ++++++++++---------------------- 8 files changed, 60 insertions(+), 150 deletions(-) (limited to 'utility') diff --git a/utility/config.php b/utility/config.php index b2416ce9a..fc65339e9 100644 --- a/utility/config.php +++ b/utility/config.php @@ -1,27 +1,15 @@ . -* -*/ + * ownCloud - News + * + * This file is licensed under the Affero General Public License version 3 or + * later. See the COPYING file. + * + * @author Alessandro Cosentino + * @author Bernhard Posselt + * @copyright Alessandro Cosentino 2012 + * @copyright Bernhard Posselt 2012, 2014 + */ namespace OCA\News\Utility; diff --git a/utility/controllertestutility.php b/utility/controllertestutility.php index ab534bfc6..a0b81a226 100644 --- a/utility/controllertestutility.php +++ b/utility/controllertestutility.php @@ -1,27 +1,16 @@ . + * This file is licensed under the Affero General Public License version 3 or + * later. See the COPYING file. * + * @author Alessandro Cosentino + * @author Bernhard Posselt + * @copyright Alessandro Cosentino 2012 + * @copyright Bernhard Posselt 2012, 2014 */ - namespace OCA\News\Utility; use OCP\IRequest; diff --git a/utility/faviconfetcher.php b/utility/faviconfetcher.php index ae5d8c184..96205a088 100644 --- a/utility/faviconfetcher.php +++ b/utility/faviconfetcher.php @@ -1,27 +1,16 @@ . + * This file is licensed under the Affero General Public License version 3 or + * later. See the COPYING file. * + * @author Alessandro Cosentino + * @author Bernhard Posselt + * @copyright Alessandro Cosentino 2012 + * @copyright Bernhard Posselt 2012, 2014 */ - namespace OCA\News\Utility; diff --git a/utility/mappertestutility.php b/utility/mappertestutility.php index 27b513f15..eb7c2a471 100644 --- a/utility/mappertestutility.php +++ b/utility/mappertestutility.php @@ -1,27 +1,16 @@ . + * This file is licensed under the Affero General Public License version 3 or + * later. See the COPYING file. * + * @author Alessandro Cosentino + * @author Bernhard Posselt + * @copyright Alessandro Cosentino 2012 + * @copyright Bernhard Posselt 2012, 2014 */ - namespace OCA\News\Utility; use OCA\News\Core\Db; diff --git a/utility/methodannotationreader.php b/utility/methodannotationreader.php index dc2347b3d..a3732ec21 100644 --- a/utility/methodannotationreader.php +++ b/utility/methodannotationreader.php @@ -1,27 +1,16 @@ . + * This file is licensed under the Affero General Public License version 3 or + * later. See the COPYING file. * + * @author Alessandro Cosentino + * @author Bernhard Posselt + * @copyright Alessandro Cosentino 2012 + * @copyright Bernhard Posselt 2012, 2014 */ - namespace OCA\News\Utility; diff --git a/utility/opmlexporter.php b/utility/opmlexporter.php index b0f4ec70b..2ac735746 100644 --- a/utility/opmlexporter.php +++ b/utility/opmlexporter.php @@ -1,27 +1,15 @@ . -* -*/ + * ownCloud - News + * + * This file is licensed under the Affero General Public License version 3 or + * later. See the COPYING file. + * + * @author Alessandro Cosentino + * @author Bernhard Posselt + * @copyright Alessandro Cosentino 2012 + * @copyright Bernhard Posselt 2012, 2014 + */ namespace OCA\News\Utility; diff --git a/utility/simplepieapifactory.php b/utility/simplepieapifactory.php index 65f482095..2184cd994 100644 --- a/utility/simplepieapifactory.php +++ b/utility/simplepieapifactory.php @@ -1,24 +1,14 @@ . + * This file is licensed under the Affero General Public License version 3 or + * later. See the COPYING file. * + * @author Alessandro Cosentino + * @author Bernhard Posselt + * @copyright Alessandro Cosentino 2012 + * @copyright Bernhard Posselt 2012, 2014 */ diff --git a/utility/updater.php b/utility/updater.php index cfe9cc16a..670837656 100644 --- a/utility/updater.php +++ b/utility/updater.php @@ -1,27 +1,15 @@ . -* -*/ + * ownCloud - News + * + * This file is licensed under the Affero General Public License version 3 or + * later. See the COPYING file. + * + * @author Alessandro Cosentino + * @author Bernhard Posselt + * @copyright Alessandro Cosentino 2012 + * @copyright Bernhard Posselt 2012, 2014 + */ namespace OCA\News\Utility; -- cgit v1.2.3