From cb057829f72c70e819f456edfadbb29d72dba832 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 29 Apr 2020 11:57:22 +0200 Subject: Update license headers for 19 Signed-off-by: Christoph Wurst --- core/Controller/AutoCompleteController.php | 1 + core/Controller/AvatarController.php | 1 + core/Controller/ClientFlowLoginController.php | 1 + core/Controller/ClientFlowLoginV2Controller.php | 1 + core/Controller/CssController.php | 1 + core/Controller/JsController.php | 1 + core/Controller/LoginController.php | 1 + core/Controller/OCJSController.php | 1 + core/Controller/PreviewController.php | 1 + core/Controller/SvgController.php | 2 +- core/Controller/WalledGardenController.php | 1 + core/Controller/WebAuthnController.php | 4 +++- core/Controller/WhatsNewController.php | 1 + 13 files changed, 15 insertions(+), 2 deletions(-) (limited to 'core/Controller') diff --git a/core/Controller/AutoCompleteController.php b/core/Controller/AutoCompleteController.php index 31d0a7ab7b3..0eebaabafd6 100644 --- a/core/Controller/AutoCompleteController.php +++ b/core/Controller/AutoCompleteController.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2017 Arthur Schiwon * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Roeland Jago Douma * diff --git a/core/Controller/AvatarController.php b/core/Controller/AvatarController.php index 34280c6094f..ac0f9535dca 100644 --- a/core/Controller/AvatarController.php +++ b/core/Controller/AvatarController.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Daniel Kesselberg * @author Joas Schilling * @author John Molakvoæ (skjnldsv) diff --git a/core/Controller/ClientFlowLoginController.php b/core/Controller/ClientFlowLoginController.php index 748a4cf50d2..d5beded9581 100644 --- a/core/Controller/ClientFlowLoginController.php +++ b/core/Controller/ClientFlowLoginController.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2017 Lukas Reschke * * @author Bjoern Schiessle + * @author Christoph Wurst * @author Daniel Kesselberg * @author Lukas Reschke * @author Mario Danic diff --git a/core/Controller/ClientFlowLoginV2Controller.php b/core/Controller/ClientFlowLoginV2Controller.php index 43e17c77dde..d5b50dd413c 100644 --- a/core/Controller/ClientFlowLoginV2Controller.php +++ b/core/Controller/ClientFlowLoginV2Controller.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2019, Roeland Jago Douma * + * @author Christoph Wurst * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/core/Controller/CssController.php b/core/Controller/CssController.php index f7368003d55..05c1bd5e6cf 100644 --- a/core/Controller/CssController.php +++ b/core/Controller/CssController.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, John Molakvoæ (skjnldsv@protonmail.com) * + * @author Christoph Wurst * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Morris Jobke diff --git a/core/Controller/JsController.php b/core/Controller/JsController.php index 730a1cf0cb8..2adb0ac374d 100644 --- a/core/Controller/JsController.php +++ b/core/Controller/JsController.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright 2017, Roeland Jago Douma * + * @author Christoph Wurst * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Morris Jobke diff --git a/core/Controller/LoginController.php b/core/Controller/LoginController.php index a2828599251..7073584a66b 100644 --- a/core/Controller/LoginController.php +++ b/core/Controller/LoginController.php @@ -7,6 +7,7 @@ * @author Christoph Wurst * @author Daniel Kesselberg * @author Joas Schilling + * @author John Molakvoæ (skjnldsv) * @author Julius Härtl * @author Lukas Reschke * @author Michael Weimann diff --git a/core/Controller/OCJSController.php b/core/Controller/OCJSController.php index 29a210a092d..2a377e56f66 100644 --- a/core/Controller/OCJSController.php +++ b/core/Controller/OCJSController.php @@ -4,6 +4,7 @@ * * @author Bjoern Schiessle * @author Joas Schilling + * @author John Molakvoæ (skjnldsv) * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/core/Controller/PreviewController.php b/core/Controller/PreviewController.php index f47104bc533..0b762094086 100644 --- a/core/Controller/PreviewController.php +++ b/core/Controller/PreviewController.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, Roeland Jago Douma * + * @author Christoph Wurst * @author Morris Jobke * @author Roeland Jago Douma * diff --git a/core/Controller/SvgController.php b/core/Controller/SvgController.php index af71ca17330..573f245c5a1 100644 --- a/core/Controller/SvgController.php +++ b/core/Controller/SvgController.php @@ -5,10 +5,10 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2018, John Molakvoæ (skjnldsv@protonmail.com) * + * @author Daniel Kesselberg * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Julius Härtl - * @author Michael Weimann * @author Roeland Jago Douma * @author Thomas Citharel * diff --git a/core/Controller/WalledGardenController.php b/core/Controller/WalledGardenController.php index fd2b3cbf902..208162c754e 100644 --- a/core/Controller/WalledGardenController.php +++ b/core/Controller/WalledGardenController.php @@ -2,6 +2,7 @@ /** * @copyright 2017, Roeland Jago Douma * + * @author Christoph Wurst * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/core/Controller/WebAuthnController.php b/core/Controller/WebAuthnController.php index 7315053f12d..b602fe4c728 100644 --- a/core/Controller/WebAuthnController.php +++ b/core/Controller/WebAuthnController.php @@ -1,9 +1,11 @@ * + * @author Christoph Wurst * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version @@ -19,7 +21,7 @@ declare(strict_types=1); * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . * */ diff --git a/core/Controller/WhatsNewController.php b/core/Controller/WhatsNewController.php index 3a72486b26a..48cd26a1b59 100644 --- a/core/Controller/WhatsNewController.php +++ b/core/Controller/WhatsNewController.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2018 Arthur Schiwon * * @author Arthur Schiwon + * @author Christoph Wurst * * @license GNU AGPL version 3 or any later version * -- cgit v1.2.3