diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-12-30 14:07:05 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-12-30 14:07:05 +0100 |
commit | 9ce3ea3368937f827171d1ee3aa6a202d93e6cd2 (patch) | |
tree | 0fe703551664514f41f254f5ddab775e26d4c7db /lib/public/Share | |
parent | c96bb21ab9723a4dc3f23d61de21238c64316978 (diff) | |
download | nextcloud-server-9ce3ea3368937f827171d1ee3aa6a202d93e6cd2.tar.gz nextcloud-server-9ce3ea3368937f827171d1ee3aa6a202d93e6cd2.zip |
Update license headers
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/public/Share')
-rw-r--r-- | lib/public/Share/Events/ShareDeletedEvent.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/Share/Events/ShareDeletedEvent.php b/lib/public/Share/Events/ShareDeletedEvent.php index 4dca946aff3..e87799f568b 100644 --- a/lib/public/Share/Events/ShareDeletedEvent.php +++ b/lib/public/Share/Events/ShareDeletedEvent.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2020, Maxence Lange <maxence@artificial-owl.com> * * @author Maxence Lange <maxence@artificial-owl.com> + * @author Roeland Jago Douma <roeland@famdouma.nl> * * @license GNU AGPL version 3 or any later version * |