aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/DB/Exception/DbalExceptionTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/DB/Exception/DbalExceptionTest.php')
-rw-r--r--tests/lib/DB/Exception/DbalExceptionTest.php18
1 files changed, 2 insertions, 16 deletions
diff --git a/tests/lib/DB/Exception/DbalExceptionTest.php b/tests/lib/DB/Exception/DbalExceptionTest.php
index da57264aa76..97f0efa4b65 100644
--- a/tests/lib/DB/Exception/DbalExceptionTest.php
+++ b/tests/lib/DB/Exception/DbalExceptionTest.php
@@ -1,24 +1,10 @@
<?php
declare(strict_types=1);
-
/**
- * @author Daniel Kesselberg <mail@danielkesselberg.de>
- *
- * This code is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License, version 3,
- * as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * 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 <http://www.gnu.org/licenses/>
- *
+ * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-License-Identifier: AGPL-3.0-only
*/
-
namespace Test\DB\Exception;
use Doctrine\DBAL\ConnectionException;