diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-03-31 10:49:10 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-03-31 14:52:54 +0200 |
commit | 1a9330cd69631ef12b71239c4f98836e09e021ea (patch) | |
tree | 66363d9f0f22263ef5fef8c8f089c56a3841e77b /apps/files/lib/Controller | |
parent | 820e138316d1f8aa626f35dd9420a5ad994f830c (diff) | |
download | nextcloud-server-1a9330cd69631ef12b71239c4f98836e09e021ea.tar.gz nextcloud-server-1a9330cd69631ef12b71239c4f98836e09e021ea.zip |
Update the license headers for Nextcloud 19
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/files/lib/Controller')
-rw-r--r-- | apps/files/lib/Controller/TransferOwnershipController.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/lib/Controller/TransferOwnershipController.php b/apps/files/lib/Controller/TransferOwnershipController.php index 0b33e12e88f..43b198fe18b 100644 --- a/apps/files/lib/Controller/TransferOwnershipController.php +++ b/apps/files/lib/Controller/TransferOwnershipController.php @@ -5,6 +5,8 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2019, Roeland Jago Douma <roeland@famdouma.nl> * + * @author Christoph Wurst <christoph@winzerhof-wurst.at> + * @author Julius Härtl <jus@bitgrid.net> * @author Roeland Jago Douma <roeland@famdouma.nl> * * @license GNU AGPL version 3 or any later version |