diff options
Diffstat (limited to 'apps/files/command')
-rw-r--r-- | apps/files/command/deleteorphanedfiles.php | 1 | ||||
-rw-r--r-- | apps/files/command/scan.php | 2 | ||||
-rw-r--r-- | apps/files/command/transferownership.php | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/apps/files/command/deleteorphanedfiles.php b/apps/files/command/deleteorphanedfiles.php index f897c68fd8d..91043471ce5 100644 --- a/apps/files/command/deleteorphanedfiles.php +++ b/apps/files/command/deleteorphanedfiles.php @@ -1,5 +1,6 @@ <?php /** + * @author Joas Schilling <nickvergessen@owncloud.com> * @author Morris Jobke <hey@morrisjobke.de> * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/apps/files/command/scan.php b/apps/files/command/scan.php index 3251682445c..f607b3e1af1 100644 --- a/apps/files/command/scan.php +++ b/apps/files/command/scan.php @@ -5,7 +5,7 @@ * @author martin.mattel@diemattels.at <martin.mattel@diemattels.at> * @author Morris Jobke <hey@morrisjobke.de> * @author Robin Appelman <icewind@owncloud.com> - * @author Vincent Petry <pvince81@owncloud.com> + * @author Thomas Müller <thomas.mueller@tmit.eu> * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/files/command/transferownership.php b/apps/files/command/transferownership.php index 4cc2f34c3a3..c248620d5c5 100644 --- a/apps/files/command/transferownership.php +++ b/apps/files/command/transferownership.php @@ -2,7 +2,7 @@ /** * @author Thomas Müller <thomas.mueller@tmit.eu> * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify |