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/federatedfilesharing/appinfo | |
parent | 8ec019e10594857a018d3f9298659a5757930fbf (diff) | |
download | nextcloud-server-813f0a0f40dd42b28cd35d91616f3f87ef400861.tar.gz nextcloud-server-813f0a0f40dd42b28cd35d91616f3f87ef400861.zip |
Fix apps/
Diffstat (limited to 'apps/federatedfilesharing/appinfo')
-rw-r--r-- | apps/federatedfilesharing/appinfo/app.php | 5 | ||||
-rw-r--r-- | apps/federatedfilesharing/appinfo/routes.php | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/apps/federatedfilesharing/appinfo/app.php b/apps/federatedfilesharing/appinfo/app.php index e6fbe615e7f..f54c47b7829 100644 --- a/apps/federatedfilesharing/appinfo/app.php +++ b/apps/federatedfilesharing/appinfo/app.php @@ -1,9 +1,10 @@ <?php /** + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Bjoern Schiessle <bjoern@schiessle.org> * @author Björn Schießle <bjoern@schiessle.org> - * @author Joas Schilling <nickvergessen@owncloud.com> * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federatedfilesharing/appinfo/routes.php b/apps/federatedfilesharing/appinfo/routes.php index ec7b662686f..a4f56e372c9 100644 --- a/apps/federatedfilesharing/appinfo/routes.php +++ b/apps/federatedfilesharing/appinfo/routes.php @@ -2,6 +2,9 @@ /** * @copyright Copyright (c) 2016 Bjoern Schiessle <bjoern@schiessle.org> * + * @author Bjoern Schiessle <bjoern@schiessle.org> + * @author Björn Schießle <bjoern@schiessle.org> + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify |