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 --- tests/unit/db/EntityTest.php | 32 ++++++++++--------------------- tests/unit/db/FeedMapperTest.php | 32 ++++++++++--------------------- tests/unit/db/FeedTest.php | 32 ++++++++++--------------------- tests/unit/db/FolderMapperTest.php | 32 ++++++++++--------------------- tests/unit/db/FolderTest.php | 32 ++++++++++--------------------- tests/unit/db/ItemMapperTest.php | 32 ++++++++++--------------------- tests/unit/db/ItemTest.php | 32 ++++++++++--------------------- tests/unit/db/MapperFactoryTest.php | 32 ++++++++++--------------------- tests/unit/db/MapperTest.php | 22 ++++++--------------- tests/unit/db/postgres/ItemMapperTest.php | 32 ++++++++++--------------------- 10 files changed, 96 insertions(+), 214 deletions(-) (limited to 'tests/unit/db') diff --git a/tests/unit/db/EntityTest.php b/tests/unit/db/EntityTest.php index c57d9997e..8356e0336 100644 --- a/tests/unit/db/EntityTest.php +++ b/tests/unit/db/EntityTest.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/tests/unit/db/FeedMapperTest.php b/tests/unit/db/FeedMapperTest.php index 4e78dbf3a..35433bf31 100644 --- a/tests/unit/db/FeedMapperTest.php +++ b/tests/unit/db/FeedMapperTest.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/tests/unit/db/FeedTest.php b/tests/unit/db/FeedTest.php index 0a3226b98..8e627c753 100644 --- a/tests/unit/db/FeedTest.php +++ b/tests/unit/db/FeedTest.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/tests/unit/db/FolderMapperTest.php b/tests/unit/db/FolderMapperTest.php index 9254bf493..5389800aa 100644 --- a/tests/unit/db/FolderMapperTest.php +++ b/tests/unit/db/FolderMapperTest.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/tests/unit/db/FolderTest.php b/tests/unit/db/FolderTest.php index 9899f2305..9c59cdeec 100644 --- a/tests/unit/db/FolderTest.php +++ b/tests/unit/db/FolderTest.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/tests/unit/db/ItemMapperTest.php b/tests/unit/db/ItemMapperTest.php index bf8210f5f..35b371526 100644 --- a/tests/unit/db/ItemMapperTest.php +++ b/tests/unit/db/ItemMapperTest.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/tests/unit/db/ItemTest.php b/tests/unit/db/ItemTest.php index dab4fdd90..b979450aa 100644 --- a/tests/unit/db/ItemTest.php +++ b/tests/unit/db/ItemTest.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/tests/unit/db/MapperFactoryTest.php b/tests/unit/db/MapperFactoryTest.php index 5f07f7cbb..3e82c1555 100644 --- a/tests/unit/db/MapperFactoryTest.php +++ b/tests/unit/db/MapperFactoryTest.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/tests/unit/db/MapperTest.php b/tests/unit/db/MapperTest.php index 1f41c2ba0..b25fc4fcc 100644 --- a/tests/unit/db/MapperTest.php +++ b/tests/unit/db/MapperTest.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/tests/unit/db/postgres/ItemMapperTest.php b/tests/unit/db/postgres/ItemMapperTest.php index 2fbd7a71a..796a59f5f 100644 --- a/tests/unit/db/postgres/ItemMapperTest.php +++ b/tests/unit/db/postgres/ItemMapperTest.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\Postgres; -- cgit v1.2.3