diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-11-06 15:56:42 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-11-06 16:56:19 +0100 |
commit | 0eebff152a177dd59ed8773df26f1679f8a88e90 (patch) | |
tree | 23c06d5678bc66a5cc6df3442352687591185798 /apps/testing | |
parent | 5411d60b249cc12b429ed8083e7f34d1415d278e (diff) | |
download | nextcloud-server-0eebff152a177dd59ed8773df26f1679f8a88e90.tar.gz nextcloud-server-0eebff152a177dd59ed8773df26f1679f8a88e90.zip |
Update license headers
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/testing')
-rw-r--r-- | apps/testing/appinfo/app.php | 4 | ||||
-rw-r--r-- | apps/testing/appinfo/routes.php | 2 | ||||
-rw-r--r-- | apps/testing/clean_opcode_cache.php | 2 | ||||
-rw-r--r-- | apps/testing/lib/AlternativeHomeUserBackend.php | 3 | ||||
-rw-r--r-- | apps/testing/lib/AppInfo/Application.php | 4 | ||||
-rw-r--r-- | apps/testing/lib/Controller/ConfigController.php | 1 | ||||
-rw-r--r-- | apps/testing/lib/Controller/LockingController.php | 2 | ||||
-rw-r--r-- | apps/testing/lib/Controller/RateLimitTestController.php | 2 |
8 files changed, 16 insertions, 4 deletions
diff --git a/apps/testing/appinfo/app.php b/apps/testing/appinfo/app.php index 5dce74bf786..9b2f582f9d7 100644 --- a/apps/testing/appinfo/app.php +++ b/apps/testing/appinfo/app.php @@ -1,8 +1,10 @@ <?php /** + * @copyright Copyright (c) 2016, ownCloud GmbH. + * + * @author Roeland Jago Douma <roeland@famdouma.nl> * @author Vincent Petry <pvince81@owncloud.com> * - * @copyright Copyright (c) 2016, ownCloud GmbH. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/testing/appinfo/routes.php b/apps/testing/appinfo/routes.php index 3e5fda4fc14..549496aab32 100644 --- a/apps/testing/appinfo/routes.php +++ b/apps/testing/appinfo/routes.php @@ -3,6 +3,8 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling <coding@schilljs.com> + * @author Lukas Reschke <lukas@statuscode.ch> + * @author Roeland Jago Douma <roeland@famdouma.nl> * * @license AGPL-3.0 * diff --git a/apps/testing/clean_opcode_cache.php b/apps/testing/clean_opcode_cache.php index d48d3131b70..d91bd84288b 100644 --- a/apps/testing/clean_opcode_cache.php +++ b/apps/testing/clean_opcode_cache.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Lukas Reschke <lukas@statuscode.ch> * + * @author Lukas Reschke <lukas@statuscode.ch> + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/testing/lib/AlternativeHomeUserBackend.php b/apps/testing/lib/AlternativeHomeUserBackend.php index 1e86b0bc555..21511b6f6e3 100644 --- a/apps/testing/lib/AlternativeHomeUserBackend.php +++ b/apps/testing/lib/AlternativeHomeUserBackend.php @@ -1,8 +1,9 @@ <?php /** + * @copyright Copyright (c) 2016, ownCloud GmbH. + * * @author Vincent Petry <pvince81@owncloud.com> * - * @copyright Copyright (c) 2016, ownCloud GmbH. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/testing/lib/AppInfo/Application.php b/apps/testing/lib/AppInfo/Application.php index 9d2b100e8b0..233af80d9fb 100644 --- a/apps/testing/lib/AppInfo/Application.php +++ b/apps/testing/lib/AppInfo/Application.php @@ -1,8 +1,10 @@ <?php /** + * @copyright Copyright (c) 2016, ownCloud GmbH + * + * @author Roeland Jago Douma <roeland@famdouma.nl> * @author Vincent Petry <pvince81@owncloud.com> * - * @copyright Copyright (c) 2016, ownCloud GmbH * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/testing/lib/Controller/ConfigController.php b/apps/testing/lib/Controller/ConfigController.php index 7b3e73ab173..a7f7cc8a8bb 100644 --- a/apps/testing/lib/Controller/ConfigController.php +++ b/apps/testing/lib/Controller/ConfigController.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling <coding@schilljs.com> + * @author Roeland Jago Douma <roeland@famdouma.nl> * * @license AGPL-3.0 * diff --git a/apps/testing/lib/Controller/LockingController.php b/apps/testing/lib/Controller/LockingController.php index 6056d9d5d7e..7b5c8cbf6c9 100644 --- a/apps/testing/lib/Controller/LockingController.php +++ b/apps/testing/lib/Controller/LockingController.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Joas Schilling <coding@schilljs.com> + * @author Roeland Jago Douma <roeland@famdouma.nl> * * @license AGPL-3.0 * diff --git a/apps/testing/lib/Controller/RateLimitTestController.php b/apps/testing/lib/Controller/RateLimitTestController.php index c43d33e5335..6ee8dde7368 100644 --- a/apps/testing/lib/Controller/RateLimitTestController.php +++ b/apps/testing/lib/Controller/RateLimitTestController.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Lukas Reschke <lukas@statuscode.ch> * + * @author Lukas Reschke <lukas@statuscode.ch> + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify |