diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-01-13 16:47:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-13 16:47:12 +0100 |
commit | 1bf44e1d973593014e63095f3e7d1348af45b52a (patch) | |
tree | 28a9aa89cf1f109e09e9372193f577104f93e6cc /core | |
parent | f2428f8b0cb614cb0bb5ac7a4f75c355a4330956 (diff) | |
parent | 6127c288e836a78a9cb77da5f05f131b019fe868 (diff) | |
download | nextcloud-server-1bf44e1d973593014e63095f3e7d1348af45b52a.tar.gz nextcloud-server-1bf44e1d973593014e63095f3e7d1348af45b52a.zip |
Merge pull request #18860 from nextcloud/fix/license-headers
Fix license headers
Diffstat (limited to 'core')
-rw-r--r-- | core/Command/Db/ConvertType.php | 1 | ||||
-rw-r--r-- | core/Command/User/Setting.php | 1 | ||||
-rw-r--r-- | core/Controller/CSRFTokenController.php | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/core/Command/Db/ConvertType.php b/core/Command/Db/ConvertType.php index 3c5d62aa4bd..c79ece79915 100644 --- a/core/Command/Db/ConvertType.php +++ b/core/Command/Db/ConvertType.php @@ -4,6 +4,7 @@ * * @author Andreas Fischer <bantu@owncloud.com> * @author Bart Visscher <bartv@thisnet.nl> + * @author Bernhard Ostertag <bernieo.code@gmx.de> * @author Joas Schilling <coding@schilljs.com> * @author Lukas Reschke <lukas@statuscode.ch> * @author Łukasz Buśko <busko.lukasz@pm.me> diff --git a/core/Command/User/Setting.php b/core/Command/User/Setting.php index 969e0372158..521ac850b92 100644 --- a/core/Command/User/Setting.php +++ b/core/Command/User/Setting.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling <coding@schilljs.com> + * @author Kim Brose <kim.brose@rwth-aachen.de> * @author Roeland Jago Douma <roeland@famdouma.nl> * * @license AGPL-3.0 diff --git a/core/Controller/CSRFTokenController.php b/core/Controller/CSRFTokenController.php index b4b04ba2669..b120acbcd5f 100644 --- a/core/Controller/CSRFTokenController.php +++ b/core/Controller/CSRFTokenController.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright 2017 Christoph Wurst <christoph@winzerhof-wurst.at> * * @author Christoph Wurst <christoph@winzerhof-wurst.at> + * @author Roeland Jago Douma <roeland@famdouma.nl> * * @license GNU AGPL version 3 or any later version * |