diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-04-01 12:44:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-01 12:44:21 +0200 |
commit | 19ca921676240350abd694d8ca2d7b8c19fbd95a (patch) | |
tree | 440d3c75d6dd2eaffad01b1240a6479037a00b24 /core | |
parent | 9a204adf4850c2bb5f4a8f24ab13d1e3bbacb24f (diff) | |
parent | 1a9330cd69631ef12b71239c4f98836e09e021ea (diff) | |
download | nextcloud-server-19ca921676240350abd694d8ca2d7b8c19fbd95a.tar.gz nextcloud-server-19ca921676240350abd694d8ca2d7b8c19fbd95a.zip |
Merge pull request #20241 from nextcloud/fix/license-headers-19
Update the license headers for Nextcloud 19
Diffstat (limited to 'core')
-rw-r--r-- | core/Application.php | 2 | ||||
-rw-r--r-- | core/Command/App/ListApps.php | 1 | ||||
-rw-r--r-- | core/Command/App/Update.php | 1 | ||||
-rw-r--r-- | core/Command/Db/AddMissingIndices.php | 2 | ||||
-rw-r--r-- | core/Command/Encryption/ListModules.php | 1 | ||||
-rw-r--r-- | core/Command/L10n/CreateJs.php | 1 | ||||
-rw-r--r-- | core/Command/Status.php | 1 | ||||
-rw-r--r-- | core/Command/Upgrade.php | 1 | ||||
-rw-r--r-- | core/Command/User/Report.php | 1 | ||||
-rw-r--r-- | core/Controller/AvatarController.php | 1 | ||||
-rw-r--r-- | core/Controller/CssController.php | 2 | ||||
-rw-r--r-- | core/Controller/JsController.php | 2 | ||||
-rw-r--r-- | core/Controller/LostController.php | 2 | ||||
-rw-r--r-- | core/Controller/OCSController.php | 1 | ||||
-rw-r--r-- | core/Controller/SvgController.php | 2 | ||||
-rw-r--r-- | core/Controller/UserController.php | 1 | ||||
-rw-r--r-- | core/Migrations/Version16000Date20190212081545.php | 1 | ||||
-rw-r--r-- | core/ajax/update.php | 1 |
18 files changed, 18 insertions, 6 deletions
diff --git a/core/Application.php b/core/Application.php index c2da7f8d194..c1ac8971532 100644 --- a/core/Application.php +++ b/core/Application.php @@ -10,7 +10,7 @@ * @author Morris Jobke <hey@morrisjobke.de> * @author Robin Appelman <robin@icewind.nl> * @author Roeland Jago Douma <roeland@famdouma.nl> - * @author Thomas Citharel <tcit@tcit.fr> + * @author Thomas Citharel <nextcloud@tcit.fr> * @author Victor Dubiniuk <dubiniuk@owncloud.com> * * @license AGPL-3.0 diff --git a/core/Command/App/ListApps.php b/core/Command/App/ListApps.php index 6c3d4bb743d..84fdf7f8f41 100644 --- a/core/Command/App/ListApps.php +++ b/core/Command/App/ListApps.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author Joas Schilling <coding@schilljs.com> * @author Morris Jobke <hey@morrisjobke.de> * @author Robin Appelman <robin@icewind.nl> diff --git a/core/Command/App/Update.php b/core/Command/App/Update.php index 19d0251d824..8aa7bccb1a2 100644 --- a/core/Command/App/Update.php +++ b/core/Command/App/Update.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2018, michag86 (michag86@arcor.de) * + * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author michag86 <micha_g@arcor.de> * @author Morris Jobke <hey@morrisjobke.de> * @author Roeland Jago Douma <roeland@famdouma.nl> diff --git a/core/Command/Db/AddMissingIndices.php b/core/Command/Db/AddMissingIndices.php index 0152df21737..b1763575ccf 100644 --- a/core/Command/Db/AddMissingIndices.php +++ b/core/Command/Db/AddMissingIndices.php @@ -10,7 +10,7 @@ declare(strict_types=1); * @author Morris Jobke <hey@morrisjobke.de> * @author Robin Appelman <robin@icewind.nl> * @author Roeland Jago Douma <roeland@famdouma.nl> - * @author Thomas Citharel <tcit@tcit.fr> + * @author Thomas Citharel <nextcloud@tcit.fr> * * @license GNU AGPL version 3 or any later version * diff --git a/core/Command/Encryption/ListModules.php b/core/Command/Encryption/ListModules.php index dd9290eea81..e8b7809c823 100644 --- a/core/Command/Encryption/ListModules.php +++ b/core/Command/Encryption/ListModules.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author Joas Schilling <coding@schilljs.com> * @author Ruben Homs <ruben@homs.codes> * diff --git a/core/Command/L10n/CreateJs.php b/core/Command/L10n/CreateJs.php index 3e67e1329f0..ac6e7339422 100644 --- a/core/Command/L10n/CreateJs.php +++ b/core/Command/L10n/CreateJs.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author Joas Schilling <coding@schilljs.com> * @author Morris Jobke <hey@morrisjobke.de> * @author Thomas Müller <thomas.mueller@tmit.eu> diff --git a/core/Command/Status.php b/core/Command/Status.php index 25632a313f3..7702a672fc8 100644 --- a/core/Command/Status.php +++ b/core/Command/Status.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher <bartv@thisnet.nl> + * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author Joas Schilling <coding@schilljs.com> * @author Morris Jobke <hey@morrisjobke.de> * diff --git a/core/Command/Upgrade.php b/core/Command/Upgrade.php index 0a66d63fd32..7782496c76b 100644 --- a/core/Command/Upgrade.php +++ b/core/Command/Upgrade.php @@ -4,6 +4,7 @@ * * @author Andreas Fischer <bantu@owncloud.com> * @author Björn Schießle <bjoern@schiessle.org> + * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author Joas Schilling <coding@schilljs.com> * @author Jürgen Haas <juergen@paragon-es.de> * @author Lukas Reschke <lukas@statuscode.ch> diff --git a/core/Command/User/Report.php b/core/Command/User/Report.php index 77fbcc124fa..7f4562fc426 100644 --- a/core/Command/User/Report.php +++ b/core/Command/User/Report.php @@ -3,6 +3,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 Morris Jobke <hey@morrisjobke.de> * @author Roeland Jago Douma <roeland@famdouma.nl> diff --git a/core/Controller/AvatarController.php b/core/Controller/AvatarController.php index ac07129a04f..c279edf25ad 100644 --- a/core/Controller/AvatarController.php +++ b/core/Controller/AvatarController.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Daniel Kesselberg <mail@danielkesselberg.de> * @author Joas Schilling <coding@schilljs.com> * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * @author Lukas Reschke <lukas@statuscode.ch> diff --git a/core/Controller/CssController.php b/core/Controller/CssController.php index 3e7215966bc..741d4431578 100644 --- a/core/Controller/CssController.php +++ b/core/Controller/CssController.php @@ -9,7 +9,7 @@ declare(strict_types=1); * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * @author Morris Jobke <hey@morrisjobke.de> * @author Roeland Jago Douma <roeland@famdouma.nl> - * @author Thomas Citharel <tcit@tcit.fr> + * @author Thomas Citharel <nextcloud@tcit.fr> * * @license GNU AGPL version 3 or any later version * diff --git a/core/Controller/JsController.php b/core/Controller/JsController.php index f2accc21b45..05e7bce3368 100644 --- a/core/Controller/JsController.php +++ b/core/Controller/JsController.php @@ -9,7 +9,7 @@ declare(strict_types=1); * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * @author Morris Jobke <hey@morrisjobke.de> * @author Roeland Jago Douma <roeland@famdouma.nl> - * @author Thomas Citharel <tcit@tcit.fr> + * @author Thomas Citharel <nextcloud@tcit.fr> * * @license GNU AGPL version 3 or any later version * diff --git a/core/Controller/LostController.php b/core/Controller/LostController.php index cdeec469e04..a210f3de547 100644 --- a/core/Controller/LostController.php +++ b/core/Controller/LostController.php @@ -5,7 +5,7 @@ * @author Arthur Schiwon <blizzz@arthur-schiwon.de> * @author Bernhard Posselt <dev@bernhard-posselt.com> * @author Bjoern Schiessle <bjoern@schiessle.org> - * @author Björn Schießle <bjoern@schiessle.org> + * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author Daniel Kesselberg <mail@danielkesselberg.de> * @author Joas Schilling <coding@schilljs.com> * @author Julius Haertl <jus@bitgrid.net> diff --git a/core/Controller/OCSController.php b/core/Controller/OCSController.php index 60ea12f017c..2ae2e0ee64e 100644 --- a/core/Controller/OCSController.php +++ b/core/Controller/OCSController.php @@ -2,6 +2,7 @@ /** * * + * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author Joas Schilling <coding@schilljs.com> * @author Julius Härtl <jus@bitgrid.net> * @author Lukas Reschke <lukas@statuscode.ch> diff --git a/core/Controller/SvgController.php b/core/Controller/SvgController.php index 63105e1c0f1..ba0e77602f2 100644 --- a/core/Controller/SvgController.php +++ b/core/Controller/SvgController.php @@ -10,7 +10,7 @@ declare(strict_types=1); * @author Julius Härtl <jus@bitgrid.net> * @author Michael Weimann <mail@michael-weimann.eu> * @author Roeland Jago Douma <roeland@famdouma.nl> - * @author Thomas Citharel <tcit@tcit.fr> + * @author Thomas Citharel <nextcloud@tcit.fr> * * @license GNU AGPL version 3 or any later version * diff --git a/core/Controller/UserController.php b/core/Controller/UserController.php index 54c5202a59f..2b78ba1aaea 100644 --- a/core/Controller/UserController.php +++ b/core/Controller/UserController.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 Roeland Jago Douma <roeland@famdouma.nl> diff --git a/core/Migrations/Version16000Date20190212081545.php b/core/Migrations/Version16000Date20190212081545.php index feb271b1f01..71ad253453c 100644 --- a/core/Migrations/Version16000Date20190212081545.php +++ b/core/Migrations/Version16000Date20190212081545.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2018 Roeland Jago Douma <roeland@famdouma.nl> * + * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author Joas Schilling <coding@schilljs.com> * @author Roeland Jago Douma <roeland@famdouma.nl> * diff --git a/core/ajax/update.php b/core/ajax/update.php index fd0e2c80d64..7a127e76b65 100644 --- a/core/ajax/update.php +++ b/core/ajax/update.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon <blizzz@arthur-schiwon.de> * @author Björn Schießle <bjoern@schiessle.org> + * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author Joas Schilling <coding@schilljs.com> * @author Ko- <k.stoffelen@cs.ru.nl> * @author Lukas Reschke <lukas@statuscode.ch> |