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/user_ldap/tests/Integration/AbstractIntegrationTest.php | 1 + .../tests/Integration/Lib/IntegrationTestAttributeDetection.php | 2 +- .../tests/Integration/Lib/IntegrationTestFetchUsersByLoginName.php | 2 +- apps/user_ldap/tests/Integration/Lib/IntegrationTestPaging.php | 2 +- apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserAvatar.php | 1 - .../user_ldap/tests/Integration/Lib/User/IntegrationTestUserCleanUp.php | 2 +- .../tests/Integration/Lib/User/IntegrationTestUserDisplayName.php | 2 +- apps/user_ldap/tests/Jobs/SyncTest.php | 1 + apps/user_ldap/tests/LDAPTest.php | 1 + apps/user_ldap/tests/Migration/AbstractUUIDFixTest.php | 1 + apps/user_ldap/tests/Migration/UUIDFixInsertTest.php | 1 + apps/user_ldap/tests/Settings/SectionTest.php | 1 + apps/user_ldap/tests/User/DeletedUsersIndexTest.php | 1 + apps/user_ldap/tests/User_ProxyTest.php | 1 + 14 files changed, 13 insertions(+), 6 deletions(-) (limited to 'apps/user_ldap/tests') diff --git a/apps/user_ldap/tests/Integration/AbstractIntegrationTest.php b/apps/user_ldap/tests/Integration/AbstractIntegrationTest.php index 2bbea237090..e40f73a7596 100644 --- a/apps/user_ldap/tests/Integration/AbstractIntegrationTest.php +++ b/apps/user_ldap/tests/Integration/AbstractIntegrationTest.php @@ -5,6 +5,7 @@ * @author Arthur Schiwon * @author Christoph Wurst * @author Joas Schilling + * @author Morris Jobke * @author Roeland Jago Douma * @author root * @author Vinicius Cubas Brand diff --git a/apps/user_ldap/tests/Integration/Lib/IntegrationTestAttributeDetection.php b/apps/user_ldap/tests/Integration/Lib/IntegrationTestAttributeDetection.php index e0c9e9b73df..5669e2164b7 100644 --- a/apps/user_ldap/tests/Integration/Lib/IntegrationTestAttributeDetection.php +++ b/apps/user_ldap/tests/Integration/Lib/IntegrationTestAttributeDetection.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2017 Arthur Schiwon * * @author Arthur Schiwon - * @author Vinicius Cubas Brand + * @author Morris Jobke * * @license GNU AGPL version 3 or any later version * diff --git a/apps/user_ldap/tests/Integration/Lib/IntegrationTestFetchUsersByLoginName.php b/apps/user_ldap/tests/Integration/Lib/IntegrationTestFetchUsersByLoginName.php index 95d218710d7..7fc10996640 100644 --- a/apps/user_ldap/tests/Integration/Lib/IntegrationTestFetchUsersByLoginName.php +++ b/apps/user_ldap/tests/Integration/Lib/IntegrationTestFetchUsersByLoginName.php @@ -4,8 +4,8 @@ * * @author Arthur Schiwon * @author Joas Schilling + * @author Morris Jobke * @author Roeland Jago Douma - * @author Vinicius Cubas Brand * * @license AGPL-3.0 * diff --git a/apps/user_ldap/tests/Integration/Lib/IntegrationTestPaging.php b/apps/user_ldap/tests/Integration/Lib/IntegrationTestPaging.php index 2648aec62ac..066c91a149b 100644 --- a/apps/user_ldap/tests/Integration/Lib/IntegrationTestPaging.php +++ b/apps/user_ldap/tests/Integration/Lib/IntegrationTestPaging.php @@ -5,8 +5,8 @@ * @author Arthur Schiwon * @author Christoph Wurst * @author Joas Schilling + * @author Morris Jobke * @author Roeland Jago Douma - * @author Vinicius Cubas Brand * * @license AGPL-3.0 * diff --git a/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserAvatar.php b/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserAvatar.php index 9f8f6746505..8c0bf6cde86 100644 --- a/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserAvatar.php +++ b/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserAvatar.php @@ -9,7 +9,6 @@ * @author Roeland Jago Douma * @author Roger Szabo * @author Thomas Müller - * @author Vinicius Cubas Brand * * @license AGPL-3.0 * diff --git a/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserCleanUp.php b/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserCleanUp.php index ee5f8982ff7..c48f51368bc 100644 --- a/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserCleanUp.php +++ b/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserCleanUp.php @@ -4,7 +4,7 @@ * * @author Arthur Schiwon * @author Christoph Wurst - * @author Vinicius Cubas Brand + * @author Morris Jobke * * @license AGPL-3.0 * diff --git a/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserDisplayName.php b/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserDisplayName.php index b6038666619..a5712b164d1 100644 --- a/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserDisplayName.php +++ b/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserDisplayName.php @@ -4,7 +4,7 @@ * * @author Arthur Schiwon * @author Joas Schilling - * @author Vinicius Cubas Brand + * @author Morris Jobke * * @license AGPL-3.0 * diff --git a/apps/user_ldap/tests/Jobs/SyncTest.php b/apps/user_ldap/tests/Jobs/SyncTest.php index cfe6bda5977..71868dcc617 100644 --- a/apps/user_ldap/tests/Jobs/SyncTest.php +++ b/apps/user_ldap/tests/Jobs/SyncTest.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Christoph Wurst + * @author Morris Jobke * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/user_ldap/tests/LDAPTest.php b/apps/user_ldap/tests/LDAPTest.php index aa2d4f2a6ec..443bafe505b 100644 --- a/apps/user_ldap/tests/LDAPTest.php +++ b/apps/user_ldap/tests/LDAPTest.php @@ -5,6 +5,7 @@ * @author Arthur Schiwon * @author Christoph Wurst * @author Lukas Reschke + * @author Morris Jobke * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/user_ldap/tests/Migration/AbstractUUIDFixTest.php b/apps/user_ldap/tests/Migration/AbstractUUIDFixTest.php index 68b6338e5be..ec484dfe7eb 100644 --- a/apps/user_ldap/tests/Migration/AbstractUUIDFixTest.php +++ b/apps/user_ldap/tests/Migration/AbstractUUIDFixTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2017 Arthur Schiwon * * @author Arthur Schiwon + * @author Morris Jobke * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/user_ldap/tests/Migration/UUIDFixInsertTest.php b/apps/user_ldap/tests/Migration/UUIDFixInsertTest.php index 5e39b974fa8..492f0c657ac 100644 --- a/apps/user_ldap/tests/Migration/UUIDFixInsertTest.php +++ b/apps/user_ldap/tests/Migration/UUIDFixInsertTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2017 Arthur Schiwon * * @author Arthur Schiwon + * @author Morris Jobke * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/user_ldap/tests/Settings/SectionTest.php b/apps/user_ldap/tests/Settings/SectionTest.php index 510b94e4b61..f27ac0843e8 100644 --- a/apps/user_ldap/tests/Settings/SectionTest.php +++ b/apps/user_ldap/tests/Settings/SectionTest.php @@ -4,6 +4,7 @@ * * @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/user_ldap/tests/User/DeletedUsersIndexTest.php b/apps/user_ldap/tests/User/DeletedUsersIndexTest.php index d9847725c7b..77fdd31c173 100644 --- a/apps/user_ldap/tests/User/DeletedUsersIndexTest.php +++ b/apps/user_ldap/tests/User/DeletedUsersIndexTest.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Christoph Wurst + * @author Morris Jobke * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/user_ldap/tests/User_ProxyTest.php b/apps/user_ldap/tests/User_ProxyTest.php index 6cb37d5294a..5753990a736 100644 --- a/apps/user_ldap/tests/User_ProxyTest.php +++ b/apps/user_ldap/tests/User_ProxyTest.php @@ -5,6 +5,7 @@ * @author Arthur Schiwon * @author Christoph Wurst * @author Lukas Reschke + * @author Morris Jobke * @author Roeland Jago Douma * @author Roger Szabo * @author Vinicius Cubas Brand -- cgit v1.2.3