diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2021-01-04 11:06:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-04 11:06:30 +0100 |
commit | 969d4312e2a861f7cc69bc76421a695c953fdf11 (patch) | |
tree | 50c6326ac9c7f8c9c2116dea4d4fb3ce2ee6ca8d /apps/settings | |
parent | 8d22ba4a33db99d3f20d6e582c922b55ff733786 (diff) | |
parent | 9ce3ea3368937f827171d1ee3aa6a202d93e6cd2 (diff) | |
download | nextcloud-server-969d4312e2a861f7cc69bc76421a695c953fdf11.tar.gz nextcloud-server-969d4312e2a861f7cc69bc76421a695c953fdf11.zip |
Merge pull request #24907 from nextcloud/fix/license-headers-21-II
Update license headers
Diffstat (limited to 'apps/settings')
-rw-r--r-- | apps/settings/lib/AppInfo/Application.php | 1 | ||||
-rw-r--r-- | apps/settings/lib/Controller/CheckSetupController.php | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/lib/AppInfo/Application.php b/apps/settings/lib/AppInfo/Application.php index af45c56e517..8240b310558 100644 --- a/apps/settings/lib/AppInfo/Application.php +++ b/apps/settings/lib/AppInfo/Application.php @@ -12,7 +12,6 @@ declare(strict_types=1); * @author Daniel Kesselberg <mail@danielkesselberg.de> * @author Joas Schilling <coding@schilljs.com> * @author Lukas Reschke <lukas@statuscode.ch> - * @author Maxence Lange <maxence@artificial-owl.com> * @author Morris Jobke <hey@morrisjobke.de> * @author Robin Appelman <robin@icewind.nl> * @author Roeland Jago Douma <roeland@famdouma.nl> diff --git a/apps/settings/lib/Controller/CheckSetupController.php b/apps/settings/lib/Controller/CheckSetupController.php index 7c72f7b3b45..5b004d753e2 100644 --- a/apps/settings/lib/Controller/CheckSetupController.php +++ b/apps/settings/lib/Controller/CheckSetupController.php @@ -8,6 +8,7 @@ * @author Daniel Kesselberg <mail@danielkesselberg.de> * @author Derek <derek.kelly27@gmail.com> * @author Georg Ehrke <oc.list@georgehrke.com> + * @author J0WI <J0WI@users.noreply.github.com> * @author Joas Schilling <coding@schilljs.com> * @author Julius Härtl <jus@bitgrid.net> * @author Ko- <k.stoffelen@cs.ru.nl> |