From 5bf3d1bb384da56adbf205752be8f840aac3b0c5 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 3 Dec 2019 19:57:53 +0100 Subject: Update license headers Signed-off-by: Christoph Wurst --- apps/updatenotification/tests/Controller/AdminControllerTest.php | 6 ++++-- apps/updatenotification/tests/Notification/BackgroundJobTest.php | 6 +++++- apps/updatenotification/tests/Notification/NotifierTest.php | 5 ++++- apps/updatenotification/tests/ResetTokenBackgroundJobTest.php | 5 ++++- apps/updatenotification/tests/Settings/AdminTest.php | 8 ++++++-- apps/updatenotification/tests/UpdateCheckerTest.php | 7 +++++-- 6 files changed, 28 insertions(+), 9 deletions(-) (limited to 'apps/updatenotification/tests') diff --git a/apps/updatenotification/tests/Controller/AdminControllerTest.php b/apps/updatenotification/tests/Controller/AdminControllerTest.php index ca380184215..597b646ee6b 100644 --- a/apps/updatenotification/tests/Controller/AdminControllerTest.php +++ b/apps/updatenotification/tests/Controller/AdminControllerTest.php @@ -1,11 +1,13 @@ * @author Lukas Reschke - * @author Morris Jobke + * @author Roeland Jago Douma * * @license AGPL-3.0 * @@ -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, version 3, - * along with this program. If not, see + * along with this program. If not, see * */ diff --git a/apps/updatenotification/tests/Notification/BackgroundJobTest.php b/apps/updatenotification/tests/Notification/BackgroundJobTest.php index 117c2ad86ae..966ac1e2949 100644 --- a/apps/updatenotification/tests/Notification/BackgroundJobTest.php +++ b/apps/updatenotification/tests/Notification/BackgroundJobTest.php @@ -1,9 +1,13 @@ + * @author Morris Jobke + * @author Roeland Jago Douma * * @license AGPL-3.0 * @@ -17,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, version 3, - * along with this program. If not, see + * along with this program. If not, see * */ diff --git a/apps/updatenotification/tests/Notification/NotifierTest.php b/apps/updatenotification/tests/Notification/NotifierTest.php index b6620bb9c69..d744b7a97fd 100644 --- a/apps/updatenotification/tests/Notification/NotifierTest.php +++ b/apps/updatenotification/tests/Notification/NotifierTest.php @@ -1,9 +1,12 @@ + * @author Roeland Jago Douma * * @license AGPL-3.0 * @@ -17,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, version 3, - * along with this program. If not, see + * along with this program. If not, see * */ diff --git a/apps/updatenotification/tests/ResetTokenBackgroundJobTest.php b/apps/updatenotification/tests/ResetTokenBackgroundJobTest.php index eb9e11594ba..0de038c5768 100644 --- a/apps/updatenotification/tests/ResetTokenBackgroundJobTest.php +++ b/apps/updatenotification/tests/ResetTokenBackgroundJobTest.php @@ -1,8 +1,11 @@ * @author Lukas Reschke * @author Roeland Jago Douma * @@ -18,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, version 3, - * along with this program. If not, see + * along with this program. If not, see * */ diff --git a/apps/updatenotification/tests/Settings/AdminTest.php b/apps/updatenotification/tests/Settings/AdminTest.php index 049d9bf5b9a..af5db66795a 100644 --- a/apps/updatenotification/tests/Settings/AdminTest.php +++ b/apps/updatenotification/tests/Settings/AdminTest.php @@ -1,11 +1,15 @@ * @author Joas Schilling - * @author Lukas Reschke + * @author Julius Härtl * @author Morris Jobke + * @author Roeland Jago Douma * * @license AGPL-3.0 * @@ -19,7 +23,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, version 3, - * along with this program. If not, see + * along with this program. If not, see * */ diff --git a/apps/updatenotification/tests/UpdateCheckerTest.php b/apps/updatenotification/tests/UpdateCheckerTest.php index 00c8aa569db..b5f7cee60ce 100644 --- a/apps/updatenotification/tests/UpdateCheckerTest.php +++ b/apps/updatenotification/tests/UpdateCheckerTest.php @@ -1,11 +1,14 @@ * @author Joas Schilling * @author Lukas Reschke - * @author Thomas Müller + * @author Roeland Jago Douma * * @license AGPL-3.0 * @@ -19,7 +22,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, version 3, - * along with this program. If not, see + * along with this program. If not, see * */ -- cgit v1.2.3