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 /apps/dav | |
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 'apps/dav')
-rw-r--r-- | apps/dav/lib/CalDAV/CalDavBackend.php | 1 | ||||
-rw-r--r-- | apps/dav/lib/CardDAV/CardDavBackend.php | 1 | ||||
-rw-r--r-- | apps/dav/lib/Command/MoveCalendar.php | 1 | ||||
-rw-r--r-- | apps/dav/lib/DAV/Sharing/Backend.php | 1 | ||||
-rw-r--r-- | apps/dav/lib/Migration/BuildSocialSearchIndex.php | 4 | ||||
-rw-r--r-- | apps/dav/lib/Migration/BuildSocialSearchIndexBackgroundJob.php | 2 |
6 files changed, 6 insertions, 4 deletions
diff --git a/apps/dav/lib/CalDAV/CalDavBackend.php b/apps/dav/lib/CalDAV/CalDavBackend.php index 2fecc7affc2..ad1eea10820 100644 --- a/apps/dav/lib/CalDAV/CalDavBackend.php +++ b/apps/dav/lib/CalDAV/CalDavBackend.php @@ -8,6 +8,7 @@ * @author dartcafe <github@dartcafe.de> * @author Georg Ehrke <oc.list@georgehrke.com> * @author Joas Schilling <coding@schilljs.com> + * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * @author leith abdulla <online-nextcloud@eleith.com> * @author Lukas Reschke <lukas@statuscode.ch> * @author Morris Jobke <hey@morrisjobke.de> diff --git a/apps/dav/lib/CardDAV/CardDavBackend.php b/apps/dav/lib/CardDAV/CardDavBackend.php index 51d24351c05..c95f6b072e9 100644 --- a/apps/dav/lib/CardDAV/CardDavBackend.php +++ b/apps/dav/lib/CardDAV/CardDavBackend.php @@ -9,6 +9,7 @@ * @author Georg Ehrke <oc.list@georgehrke.com> * @author Joas Schilling <coding@schilljs.com> * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> + * @author matt <34400929+call-me-matt@users.noreply.github.com> * @author Morris Jobke <hey@morrisjobke.de> * @author Robin Appelman <robin@icewind.nl> * @author Roeland Jago Douma <roeland@famdouma.nl> diff --git a/apps/dav/lib/Command/MoveCalendar.php b/apps/dav/lib/Command/MoveCalendar.php index 00bf5966832..8b77eda47a3 100644 --- a/apps/dav/lib/Command/MoveCalendar.php +++ b/apps/dav/lib/Command/MoveCalendar.php @@ -5,6 +5,7 @@ * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author Georg Ehrke <oc.list@georgehrke.com> * @author Joas Schilling <coding@schilljs.com> + * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * @author Roeland Jago Douma <roeland@famdouma.nl> * @author Thomas Citharel <nextcloud@tcit.fr> * diff --git a/apps/dav/lib/DAV/Sharing/Backend.php b/apps/dav/lib/DAV/Sharing/Backend.php index 9dbbc2f3970..71d2accb9cf 100644 --- a/apps/dav/lib/DAV/Sharing/Backend.php +++ b/apps/dav/lib/DAV/Sharing/Backend.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Arthur Schiwon <blizzz@arthur-schiwon.de> * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author Joas Schilling <coding@schilljs.com> * @author Lukas Reschke <lukas@statuscode.ch> diff --git a/apps/dav/lib/Migration/BuildSocialSearchIndex.php b/apps/dav/lib/Migration/BuildSocialSearchIndex.php index 612c32bc571..44986436882 100644 --- a/apps/dav/lib/Migration/BuildSocialSearchIndex.php +++ b/apps/dav/lib/Migration/BuildSocialSearchIndex.php @@ -2,9 +2,7 @@ /** * @copyright 2017 Georg Ehrke <oc.list@georgehrke.com> * - * @author Georg Ehrke <oc.list@georgehrke.com> - * @author Morris Jobke <hey@morrisjobke.de> - * @author Roeland Jago Douma <roeland@famdouma.nl> + * @author call-me-matt <nextcloud@matthiasheinisch.de> * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/lib/Migration/BuildSocialSearchIndexBackgroundJob.php b/apps/dav/lib/Migration/BuildSocialSearchIndexBackgroundJob.php index 3b6df0e3d0c..1769ab3b644 100644 --- a/apps/dav/lib/Migration/BuildSocialSearchIndexBackgroundJob.php +++ b/apps/dav/lib/Migration/BuildSocialSearchIndexBackgroundJob.php @@ -2,7 +2,7 @@ /** * @copyright 2020 Matthias Heinisch <nextcloud@matthiasheinisch.de> * - * @author Matthias Heinisch <nextcloud@matthiasheinisch.de> + * @author call-me-matt <nextcloud@matthiasheinisch.de> * * @license GNU AGPL version 3 or any later version * |