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 --- db/doesnotexistexception.php | 23 ++++++----------------- db/entity.php | 30 ++++++++++-------------------- db/feed.php | 32 ++++++++++---------------------- db/feedmapper.php | 32 ++++++++++---------------------- db/feedtype.php | 32 ++++++++++---------------------- db/folder.php | 32 ++++++++++---------------------- db/foldermapper.php | 32 ++++++++++---------------------- db/iapi.php | 32 ++++++++++---------------------- db/imapper.php | 31 ++++++++++--------------------- db/item.php | 32 ++++++++++---------------------- db/itemmapper.php | 31 ++++++++++--------------------- db/mapper.php | 25 ++++++------------------- db/mapperfactory.php | 32 ++++++++++---------------------- db/multipleobjectsreturnedexception.php | 23 ++++++----------------- db/postgres/itemmapper.php | 31 ++++++++++--------------------- db/statusflag.php | 32 ++++++++++---------------------- 16 files changed, 148 insertions(+), 334 deletions(-) (limited to 'db') diff --git a/db/doesnotexistexception.php b/db/doesnotexistexception.php index a6cdaa19d..ef2e9dd7d 100644 --- a/db/doesnotexistexception.php +++ b/db/doesnotexistexception.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\Db; diff --git a/db/entity.php b/db/entity.php index 7e1075027..ae781e1e5 100644 --- a/db/entity.php +++ b/db/entity.php @@ -1,25 +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\Db; diff --git a/db/feed.php b/db/feed.php index 4d7318842..571a25f80 100644 --- a/db/feed.php +++ b/db/feed.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\Db; diff --git a/db/feedmapper.php b/db/feedmapper.php index 06267b19d..a69f1fa89 100644 --- a/db/feedmapper.php +++ b/db/feedmapper.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\Db; diff --git a/db/feedtype.php b/db/feedtype.php index 530301f61..2539214ed 100644 --- a/db/feedtype.php +++ b/db/feedtype.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\Db; diff --git a/db/folder.php b/db/folder.php index 4e388cbe5..747a6eb79 100644 --- a/db/folder.php +++ b/db/folder.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\Db; diff --git a/db/foldermapper.php b/db/foldermapper.php index f3bedd70e..017ccd0db 100644 --- a/db/foldermapper.php +++ b/db/foldermapper.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\Db; diff --git a/db/iapi.php b/db/iapi.php index 2f4043641..e5de5bd38 100644 --- a/db/iapi.php +++ b/db/iapi.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\Db; diff --git a/db/imapper.php b/db/imapper.php index b8332f44c..0cd4123cb 100644 --- a/db/imapper.php +++ b/db/imapper.php @@ -1,26 +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\Db; diff --git a/db/item.php b/db/item.php index 141c0b8a6..fc193cc5d 100644 --- a/db/item.php +++ b/db/item.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\Db; diff --git a/db/itemmapper.php b/db/itemmapper.php index 33b09e357..884405e6b 100644 --- a/db/itemmapper.php +++ b/db/itemmapper.php @@ -1,26 +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\Db; diff --git a/db/mapper.php b/db/mapper.php index dae59a84e..bae26910a 100644 --- a/db/mapper.php +++ b/db/mapper.php @@ -1,29 +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\Db; use \OCA\News\Core\Db; diff --git a/db/mapperfactory.php b/db/mapperfactory.php index 178e62160..6a1038af0 100644 --- a/db/mapperfactory.php +++ b/db/mapperfactory.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\Db; diff --git a/db/multipleobjectsreturnedexception.php b/db/multipleobjectsreturnedexception.php index 0a8ca5686..922d7a22a 100644 --- a/db/multipleobjectsreturnedexception.php +++ b/db/multipleobjectsreturnedexception.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\Db; diff --git a/db/postgres/itemmapper.php b/db/postgres/itemmapper.php index d5395f008..af746ecc1 100644 --- a/db/postgres/itemmapper.php +++ b/db/postgres/itemmapper.php @@ -1,26 +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\Db\Postgres; diff --git a/db/statusflag.php b/db/statusflag.php index 7a63cb129..d24f81275 100644 --- a/db/statusflag.php +++ b/db/statusflag.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\Db; -- cgit v1.2.3