aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-09-07 14:37:44 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-09-07 14:37:44 +0200
commit1f7f93a695be6c5491ba526dd25d5c57c850e73e (patch)
tree284f375c664f3a506f67ab352693f4e14c06d511 /apps/files
parent3eb748fc39e24c57f2ba57ed4fd089dd746bdd61 (diff)
downloadnextcloud-server-1f7f93a695be6c5491ba526dd25d5c57c850e73e.tar.gz
nextcloud-server-1f7f93a695be6c5491ba526dd25d5c57c850e73e.zip
Update license headers for Nextcloud 20 (again)
There are still lots of outdated headers, so time for another round of updates. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/lib/Service/OwnershipTransferService.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/lib/Service/OwnershipTransferService.php b/apps/files/lib/Service/OwnershipTransferService.php
index 9f3e530478d..a8a1b9bd1d6 100644
--- a/apps/files/lib/Service/OwnershipTransferService.php
+++ b/apps/files/lib/Service/OwnershipTransferService.php
@@ -7,6 +7,7 @@ declare(strict_types=1);
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
+ * @author Julius Härtl <jus@bitgrid.net>
* @author Morris Jobke <hey@morrisjobke.de>
* @author rawtaz <rawtaz@users.noreply.github.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>