From 215aef3cbdc1963be1bb6bca5218ee0a4b7f1665 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Fri, 4 Jun 2021 21:52:51 +0200 Subject: Update php licenses MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- apps/user_ldap/tests/Mapping/AbstractMappingTest.php | 2 -- apps/user_ldap/tests/Mapping/GroupMappingTest.php | 2 -- apps/user_ldap/tests/Mapping/UserMappingTest.php | 2 -- 3 files changed, 6 deletions(-) (limited to 'apps/user_ldap/tests/Mapping') diff --git a/apps/user_ldap/tests/Mapping/AbstractMappingTest.php b/apps/user_ldap/tests/Mapping/AbstractMappingTest.php index 05059a50a4b..cc2b36fb7df 100644 --- a/apps/user_ldap/tests/Mapping/AbstractMappingTest.php +++ b/apps/user_ldap/tests/Mapping/AbstractMappingTest.php @@ -6,7 +6,6 @@ * @author Arthur Schiwon * @author Christoph Wurst * @author Joas Schilling - * @author Morris Jobke * @author Roeland Jago Douma * @author Stefan Weil * @@ -25,7 +24,6 @@ * along with this program. If not, see * */ - namespace OCA\User_LDAP\Tests\Mapping; use OCA\User_LDAP\Mapping\AbstractMapping; diff --git a/apps/user_ldap/tests/Mapping/GroupMappingTest.php b/apps/user_ldap/tests/Mapping/GroupMappingTest.php index 6549ae66671..2bb9445d1ee 100644 --- a/apps/user_ldap/tests/Mapping/GroupMappingTest.php +++ b/apps/user_ldap/tests/Mapping/GroupMappingTest.php @@ -4,7 +4,6 @@ * * @author Arthur Schiwon * @author Joas Schilling - * @author Morris Jobke * @author Thomas Müller * * @license AGPL-3.0 @@ -22,7 +21,6 @@ * along with this program. If not, see * */ - namespace OCA\User_LDAP\Tests\Mapping; use OCA\User_LDAP\Mapping\GroupMapping; diff --git a/apps/user_ldap/tests/Mapping/UserMappingTest.php b/apps/user_ldap/tests/Mapping/UserMappingTest.php index 2417eda0b8c..081266cf3f1 100644 --- a/apps/user_ldap/tests/Mapping/UserMappingTest.php +++ b/apps/user_ldap/tests/Mapping/UserMappingTest.php @@ -4,7 +4,6 @@ * * @author Arthur Schiwon * @author Joas Schilling - * @author Morris Jobke * @author Thomas Müller * * @license AGPL-3.0 @@ -22,7 +21,6 @@ * along with this program. If not, see * */ - namespace OCA\User_LDAP\Tests\Mapping; use OCA\User_LDAP\Mapping\UserMapping; -- cgit v1.2.3