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 --- controller/apicontroller.php | 32 ++++++++++---------------------- controller/exportcontroller.php | 32 ++++++++++---------------------- controller/feedapicontroller.php | 32 ++++++++++---------------------- controller/feedcontroller.php | 32 ++++++++++---------------------- controller/folderapicontroller.php | 32 ++++++++++---------------------- controller/foldercontroller.php | 32 ++++++++++---------------------- controller/itemapicontroller.php | 32 ++++++++++---------------------- controller/itemcontroller.php | 32 ++++++++++---------------------- controller/pagecontroller.php | 32 ++++++++++---------------------- 9 files changed, 90 insertions(+), 198 deletions(-) (limited to 'controller') diff --git a/controller/apicontroller.php b/controller/apicontroller.php index 25b230016..7af08d56a 100644 --- a/controller/apicontroller.php +++ b/controller/apicontroller.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\Controller; diff --git a/controller/exportcontroller.php b/controller/exportcontroller.php index a0011f9e6..61cf37c9c 100644 --- a/controller/exportcontroller.php +++ b/controller/exportcontroller.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\Controller; diff --git a/controller/feedapicontroller.php b/controller/feedapicontroller.php index 51aa48dd9..14902693d 100644 --- a/controller/feedapicontroller.php +++ b/controller/feedapicontroller.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\Controller; diff --git a/controller/feedcontroller.php b/controller/feedcontroller.php index 9d7f091bc..e9be7e811 100644 --- a/controller/feedcontroller.php +++ b/controller/feedcontroller.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\Controller; diff --git a/controller/folderapicontroller.php b/controller/folderapicontroller.php index 24a7ba151..4e566541c 100644 --- a/controller/folderapicontroller.php +++ b/controller/folderapicontroller.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\Controller; diff --git a/controller/foldercontroller.php b/controller/foldercontroller.php index 1e0eea390..bdea99753 100644 --- a/controller/foldercontroller.php +++ b/controller/foldercontroller.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\Controller; diff --git a/controller/itemapicontroller.php b/controller/itemapicontroller.php index 7b1852545..533fb2032 100644 --- a/controller/itemapicontroller.php +++ b/controller/itemapicontroller.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\Controller; diff --git a/controller/itemcontroller.php b/controller/itemcontroller.php index ff340ce30..ec316aabb 100644 --- a/controller/itemcontroller.php +++ b/controller/itemcontroller.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\Controller; diff --git a/controller/pagecontroller.php b/controller/pagecontroller.php index 25caf19e2..5b7cf7ea1 100644 --- a/controller/pagecontroller.php +++ b/controller/pagecontroller.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\Controller; -- cgit v1.2.3