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/files_external/appinfo | |
parent | 8ec019e10594857a018d3f9298659a5757930fbf (diff) | |
download | nextcloud-server-813f0a0f40dd42b28cd35d91616f3f87ef400861.tar.gz nextcloud-server-813f0a0f40dd42b28cd35d91616f3f87ef400861.zip |
Fix apps/
Diffstat (limited to 'apps/files_external/appinfo')
-rw-r--r-- | apps/files_external/appinfo/app.php | 7 | ||||
-rw-r--r-- | apps/files_external/appinfo/register_command.php | 5 | ||||
-rw-r--r-- | apps/files_external/appinfo/routes.php | 5 | ||||
-rw-r--r-- | apps/files_external/appinfo/update.php | 5 |
4 files changed, 13 insertions, 9 deletions
diff --git a/apps/files_external/appinfo/app.php b/apps/files_external/appinfo/app.php index 7ec094a536a..cec58332d6c 100644 --- a/apps/files_external/appinfo/app.php +++ b/apps/files_external/appinfo/app.php @@ -1,15 +1,16 @@ <?php /** - * @author j-ed <juergen@eisfair.org> + * @copyright Copyright (c) 2016, ownCloud, Inc. + * * @author Jan-Christoph Borchardt <hey@jancborchardt.net> - * @author Joas Schilling <nickvergessen@owncloud.com> + * @author j-ed <juergen@eisfair.org> + * @author Joas Schilling <coding@schilljs.com> * @author Robin Appelman <icewind@owncloud.com> * @author Robin McCorkell <robin@mccorkell.me.uk> * @author Ross Nicoll <jrn@jrn.me.uk> * @author Thomas Müller <thomas.mueller@tmit.eu> * @author Vincent Petry <pvince81@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/files_external/appinfo/register_command.php b/apps/files_external/appinfo/register_command.php index 629970722de..e45f1866b0b 100644 --- a/apps/files_external/appinfo/register_command.php +++ b/apps/files_external/appinfo/register_command.php @@ -1,9 +1,10 @@ <?php /** - * @author Joas Schilling <nickvergessen@owncloud.com> + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling <coding@schilljs.com> * @author Robin Appelman <icewind@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/files_external/appinfo/routes.php b/apps/files_external/appinfo/routes.php index 1062ae524ff..717315e9c79 100644 --- a/apps/files_external/appinfo/routes.php +++ b/apps/files_external/appinfo/routes.php @@ -1,6 +1,8 @@ <?php /** - * @author Joas Schilling <nickvergessen@owncloud.com> + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling <coding@schilljs.com> * @author Jörn Friedrich Dreyer <jfd@butonic.de> * @author Morris Jobke <hey@morrisjobke.de> * @author Robin Appelman <icewind@owncloud.com> @@ -8,7 +10,6 @@ * @author Ross Nicoll <jrn@jrn.me.uk> * @author Vincent Petry <pvince81@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/files_external/appinfo/update.php b/apps/files_external/appinfo/update.php index 6b955044f21..9a90f08b6b1 100644 --- a/apps/files_external/appinfo/update.php +++ b/apps/files_external/appinfo/update.php @@ -1,9 +1,10 @@ <?php /** - * @author Joas Schilling <nickvergessen@owncloud.com> + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling <coding@schilljs.com> * @author Robin Appelman <icewind@owncloud.com> * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify |