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 --- apps/settings/lib/Activity/Provider.php | 1 + apps/settings/lib/AppInfo/Application.php | 1 + apps/settings/lib/Controller/CheckSetupController.php | 1 + apps/settings/lib/Controller/HelpController.php | 1 + apps/settings/lib/Controller/WebAuthnController.php | 3 ++- apps/settings/lib/Hooks.php | 1 + apps/settings/lib/Settings/Personal/Security/WebAuthn.php | 3 ++- 7 files changed, 9 insertions(+), 2 deletions(-) (limited to 'apps/settings/lib') diff --git a/apps/settings/lib/Activity/Provider.php b/apps/settings/lib/Activity/Provider.php index 5ece4dddfc1..6697f85a101 100644 --- a/apps/settings/lib/Activity/Provider.php +++ b/apps/settings/lib/Activity/Provider.php @@ -8,6 +8,7 @@ declare(strict_types=1); * @author Christoph Wurst * @author Daniel Kesselberg * @author Joas Schilling + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/settings/lib/AppInfo/Application.php b/apps/settings/lib/AppInfo/Application.php index 0f1a529ae81..8f70ca426ad 100644 --- a/apps/settings/lib/AppInfo/Application.php +++ b/apps/settings/lib/AppInfo/Application.php @@ -12,6 +12,7 @@ * @author Maxence Lange * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * @author zulan * * @license AGPL-3.0 diff --git a/apps/settings/lib/Controller/CheckSetupController.php b/apps/settings/lib/Controller/CheckSetupController.php index b48ec4a45bb..603a1941336 100644 --- a/apps/settings/lib/Controller/CheckSetupController.php +++ b/apps/settings/lib/Controller/CheckSetupController.php @@ -10,6 +10,7 @@ * @author Georg Ehrke * @author Joas Schilling * @author Ko- + * @author Lauris Binde * @author Lukas Reschke * @author Michael Weimann * @author Morris Jobke diff --git a/apps/settings/lib/Controller/HelpController.php b/apps/settings/lib/Controller/HelpController.php index 58fb18ea2c5..8ebfeb2d4ca 100644 --- a/apps/settings/lib/Controller/HelpController.php +++ b/apps/settings/lib/Controller/HelpController.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2019 Julius Härtl * * @author Arthur Schiwon + * @author Christoph Wurst * @author Julius Härtl * * @license GNU AGPL version 3 or any later version diff --git a/apps/settings/lib/Controller/WebAuthnController.php b/apps/settings/lib/Controller/WebAuthnController.php index c1ce7a6cf98..6f41bdf6321 100644 --- a/apps/settings/lib/Controller/WebAuthnController.php +++ b/apps/settings/lib/Controller/WebAuthnController.php @@ -1,6 +1,7 @@ * @@ -19,7 +20,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/apps/settings/lib/Hooks.php b/apps/settings/lib/Hooks.php index e4e86e278c1..24dc40f2494 100644 --- a/apps/settings/lib/Hooks.php +++ b/apps/settings/lib/Hooks.php @@ -7,6 +7,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/settings/lib/Settings/Personal/Security/WebAuthn.php b/apps/settings/lib/Settings/Personal/Security/WebAuthn.php index 4608e472ff4..e3d087a4e06 100644 --- a/apps/settings/lib/Settings/Personal/Security/WebAuthn.php +++ b/apps/settings/lib/Settings/Personal/Security/WebAuthn.php @@ -1,6 +1,7 @@ * @@ -19,7 +20,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 . * */ -- cgit v1.2.3