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 /apps/settings/lib | |
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 'apps/settings/lib')
-rw-r--r-- | apps/settings/lib/Controller/CheckSetupController.php | 1 | ||||
-rw-r--r-- | apps/settings/lib/Settings/Admin/Sharing.php | 1 | ||||
-rw-r--r-- | apps/settings/lib/Settings/Personal/PersonalInfo.php | 3 |
3 files changed, 4 insertions, 1 deletions
diff --git a/apps/settings/lib/Controller/CheckSetupController.php b/apps/settings/lib/Controller/CheckSetupController.php index 0828ef522f7..f323590ad84 100644 --- a/apps/settings/lib/Controller/CheckSetupController.php +++ b/apps/settings/lib/Controller/CheckSetupController.php @@ -7,6 +7,7 @@ * @author Cthulhux <git@tuxproject.de> * @author Daniel Kesselberg <mail@danielkesselberg.de> * @author Derek <derek.kelly27@gmail.com> + * @author Georg Ehrke <oc.list@georgehrke.com> * @author Joas Schilling <coding@schilljs.com> * @author Ko- <k.stoffelen@cs.ru.nl> * @author Lukas Reschke <lukas@statuscode.ch> diff --git a/apps/settings/lib/Settings/Admin/Sharing.php b/apps/settings/lib/Settings/Admin/Sharing.php index 6d0e4496208..591d6a64b8b 100644 --- a/apps/settings/lib/Settings/Admin/Sharing.php +++ b/apps/settings/lib/Settings/Admin/Sharing.php @@ -8,6 +8,7 @@ * @author Lukas Reschke <lukas@statuscode.ch> * @author Morris Jobke <hey@morrisjobke.de> * @author Roeland Jago Douma <roeland@famdouma.nl> + * @author Sascha Wiswedel <sascha.wiswedel@nextcloud.com> * * @license GNU AGPL version 3 or any later version * diff --git a/apps/settings/lib/Settings/Personal/PersonalInfo.php b/apps/settings/lib/Settings/Personal/PersonalInfo.php index 646ad04b236..a91be782431 100644 --- a/apps/settings/lib/Settings/Personal/PersonalInfo.php +++ b/apps/settings/lib/Settings/Personal/PersonalInfo.php @@ -8,7 +8,8 @@ * @author Joas Schilling <coding@schilljs.com> * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * @author Morris Jobke <hey@morrisjobke.de> - * @author Roeland Jago Douma <rullzer@users.noreply.github.com> + * @author Robin Appelman <robin@icewind.nl> + * @author Roeland Jago Douma <roeland@famdouma.nl> * @author Thomas Citharel <tcit@tcit.fr> * * @license GNU AGPL version 3 or any later version |