summaryrefslogtreecommitdiffstats
path: root/core/Controller
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2020-04-01 12:44:21 +0200
committerGitHub <noreply@github.com>2020-04-01 12:44:21 +0200
commit19ca921676240350abd694d8ca2d7b8c19fbd95a (patch)
tree440d3c75d6dd2eaffad01b1240a6479037a00b24 /core/Controller
parent9a204adf4850c2bb5f4a8f24ab13d1e3bbacb24f (diff)
parent1a9330cd69631ef12b71239c4f98836e09e021ea (diff)
downloadnextcloud-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/Controller')
-rw-r--r--core/Controller/AvatarController.php1
-rw-r--r--core/Controller/CssController.php2
-rw-r--r--core/Controller/JsController.php2
-rw-r--r--core/Controller/LostController.php2
-rw-r--r--core/Controller/OCSController.php1
-rw-r--r--core/Controller/SvgController.php2
-rw-r--r--core/Controller/UserController.php1
7 files changed, 7 insertions, 4 deletions
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>