From 2a054e6c04e0a40421510eb889cbf59f153c5177 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 24 Aug 2020 14:54:25 +0200 Subject: Update the license headers for Nextcloud 20 Signed-off-by: Christoph Wurst --- apps/settings/tests/Controller/CheckSetupControllerTest.php | 1 - apps/settings/tests/Controller/MailSettingsControllerTest.php | 1 + apps/settings/tests/Controller/UsersControllerTest.php | 1 + apps/settings/tests/Mailer/NewUserMailHelperTest.php | 2 ++ apps/settings/tests/SetupChecks/PhpDefaultCharsetTest.php | 1 - apps/settings/tests/SetupChecks/PhpOutputBufferingTest.php | 1 - 6 files changed, 4 insertions(+), 3 deletions(-) (limited to 'apps/settings/tests') diff --git a/apps/settings/tests/Controller/CheckSetupControllerTest.php b/apps/settings/tests/Controller/CheckSetupControllerTest.php index 0bfecd05b9a..819c8edcca9 100644 --- a/apps/settings/tests/Controller/CheckSetupControllerTest.php +++ b/apps/settings/tests/Controller/CheckSetupControllerTest.php @@ -14,7 +14,6 @@ * @author Robin McCorkell * @author Roeland Jago Douma * @author Sylvia van Os - * @author Thomas Müller * @author Timo Förster * * @license AGPL-3.0 diff --git a/apps/settings/tests/Controller/MailSettingsControllerTest.php b/apps/settings/tests/Controller/MailSettingsControllerTest.php index a4e6a3b7d99..912db85d5d9 100644 --- a/apps/settings/tests/Controller/MailSettingsControllerTest.php +++ b/apps/settings/tests/Controller/MailSettingsControllerTest.php @@ -7,6 +7,7 @@ * @author Daniel Kesselberg * @author Joas Schilling * @author Lukas Reschke + * @author Morris Jobke * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/settings/tests/Controller/UsersControllerTest.php b/apps/settings/tests/Controller/UsersControllerTest.php index 8cfb149188c..f15734d1f86 100644 --- a/apps/settings/tests/Controller/UsersControllerTest.php +++ b/apps/settings/tests/Controller/UsersControllerTest.php @@ -5,6 +5,7 @@ * @author Bjoern Schiessle * @author Christoph Wurst * @author John Molakvoæ (skjnldsv) + * @author Morris Jobke * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/settings/tests/Mailer/NewUserMailHelperTest.php b/apps/settings/tests/Mailer/NewUserMailHelperTest.php index fdb5da3bb54..3d45b9e2ff8 100644 --- a/apps/settings/tests/Mailer/NewUserMailHelperTest.php +++ b/apps/settings/tests/Mailer/NewUserMailHelperTest.php @@ -4,12 +4,14 @@ * * @author Arthur Schiwon * @author Christoph Wurst + * @author Jan-Christoph Borchardt * @author Joas Schilling * @author Julius Härtl * @author Liam JACK * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma + * @author Simon Spannagel * @author zulan * * @license GNU AGPL version 3 or any later version diff --git a/apps/settings/tests/SetupChecks/PhpDefaultCharsetTest.php b/apps/settings/tests/SetupChecks/PhpDefaultCharsetTest.php index 18a72dc2ff8..75756d5246a 100644 --- a/apps/settings/tests/SetupChecks/PhpDefaultCharsetTest.php +++ b/apps/settings/tests/SetupChecks/PhpDefaultCharsetTest.php @@ -22,7 +22,6 @@ declare(strict_types=1); * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . * - * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Settings\Tests; diff --git a/apps/settings/tests/SetupChecks/PhpOutputBufferingTest.php b/apps/settings/tests/SetupChecks/PhpOutputBufferingTest.php index 83d560d281d..9b3de6e0c32 100644 --- a/apps/settings/tests/SetupChecks/PhpOutputBufferingTest.php +++ b/apps/settings/tests/SetupChecks/PhpOutputBufferingTest.php @@ -22,7 +22,6 @@ declare(strict_types=1); * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . * - * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Settings\Tests; -- cgit v1.2.3