diff options
author | Joas Schilling <coding@schilljs.com> | 2016-07-21 16:49:16 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-07-21 18:13:57 +0200 |
commit | 813f0a0f40dd42b28cd35d91616f3f87ef400861 (patch) | |
tree | 826eca93adc706cc31635d7cbeadfccc28a20a7f /apps/testing | |
parent | 8ec019e10594857a018d3f9298659a5757930fbf (diff) | |
download | nextcloud-server-813f0a0f40dd42b28cd35d91616f3f87ef400861.tar.gz nextcloud-server-813f0a0f40dd42b28cd35d91616f3f87ef400861.zip |
Fix apps/
Diffstat (limited to 'apps/testing')
-rw-r--r-- | apps/testing/appinfo/routes.php | 5 | ||||
-rw-r--r-- | apps/testing/lib/Config.php | 5 | ||||
-rw-r--r-- | apps/testing/locking/fakedblockingprovider.php | 5 | ||||
-rw-r--r-- | apps/testing/locking/provisioning.php | 5 |
4 files changed, 12 insertions, 8 deletions
diff --git a/apps/testing/appinfo/routes.php b/apps/testing/appinfo/routes.php index 619daf40da9..13caa2289df 100644 --- a/apps/testing/appinfo/routes.php +++ b/apps/testing/appinfo/routes.php @@ -1,8 +1,9 @@ <?php /** - * @author Joas Schilling <nickvergessen@owncloud.com> - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling <coding@schilljs.com> + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/testing/lib/Config.php b/apps/testing/lib/Config.php index d1cb021581d..6cdd28d4b3e 100644 --- a/apps/testing/lib/Config.php +++ b/apps/testing/lib/Config.php @@ -1,8 +1,9 @@ <?php /** - * @author Joas Schilling <nickvergessen@owncloud.com> - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling <coding@schilljs.com> + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/testing/locking/fakedblockingprovider.php b/apps/testing/locking/fakedblockingprovider.php index fd090e0e075..174cc2ec7fe 100644 --- a/apps/testing/locking/fakedblockingprovider.php +++ b/apps/testing/locking/fakedblockingprovider.php @@ -1,8 +1,9 @@ <?php /** - * @author Joas Schilling <nickvergessen@owncloud.com> - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling <coding@schilljs.com> + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/testing/locking/provisioning.php b/apps/testing/locking/provisioning.php index 55a1be0caee..84587fa9a62 100644 --- a/apps/testing/locking/provisioning.php +++ b/apps/testing/locking/provisioning.php @@ -1,8 +1,9 @@ <?php /** - * @author Joas Schilling <nickvergessen@owncloud.com> - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling <coding@schilljs.com> + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify |