diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-12-19 13:16:31 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-12-20 09:23:25 +0100 |
commit | 1b46621cd31dabb48084c8e23f741de77e7007b4 (patch) | |
tree | 82c9c97d06b9519b6941eed7f1ea0782675ccdb1 /lib/private/Hooks | |
parent | 9db15459b9d39681965b3a599960e6d2225c57a0 (diff) | |
download | nextcloud-server-1b46621cd31dabb48084c8e23f741de77e7007b4.tar.gz nextcloud-server-1b46621cd31dabb48084c8e23f741de77e7007b4.zip |
Update license headers for 18
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/private/Hooks')
-rw-r--r-- | lib/private/Hooks/BasicEmitter.php | 1 | ||||
-rw-r--r-- | lib/private/Hooks/Emitter.php | 1 | ||||
-rw-r--r-- | lib/private/Hooks/PublicEmitter.php | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/lib/private/Hooks/BasicEmitter.php b/lib/private/Hooks/BasicEmitter.php index 37c38b4be1d..ce15dcb3db2 100644 --- a/lib/private/Hooks/BasicEmitter.php +++ b/lib/private/Hooks/BasicEmitter.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author Morris Jobke <hey@morrisjobke.de> * @author Robin Appelman <robin@icewind.nl> * diff --git a/lib/private/Hooks/Emitter.php b/lib/private/Hooks/Emitter.php index 65c99f2b94d..cd4793ef3f9 100644 --- a/lib/private/Hooks/Emitter.php +++ b/lib/private/Hooks/Emitter.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author Jörn Friedrich Dreyer <jfd@butonic.de> * @author Morris Jobke <hey@morrisjobke.de> * @author Robin Appelman <robin@icewind.nl> diff --git a/lib/private/Hooks/PublicEmitter.php b/lib/private/Hooks/PublicEmitter.php index abb4dedd667..88c3d7ff327 100644 --- a/lib/private/Hooks/PublicEmitter.php +++ b/lib/private/Hooks/PublicEmitter.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author Lukas Reschke <lukas@statuscode.ch> * @author Morris Jobke <hey@morrisjobke.de> * @author Robin Appelman <robin@icewind.nl> |