Skip to content

Commit a56b3f8

Browse files
fix(reuse): Move license info to separate file
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
1 parent 29e6f25 commit a56b3f8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

tests/psalm-baseline.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--
3-
- SPDX-FileCopyrightText: 2023 Joas Schilling <coding@schilljs.com>
4-
- SPDX-License-Identifier: AGPL-3.0-or-later
5-
-->
62
<files psalm-version="4.x-dev@">
73
<file src="lib/Controller/PageController.php">
84
<UndefinedClass occurrences="3">

tests/psalm-baseline.xml.license

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SPDX-FileCopyrightText: 2023 Joas Schilling <coding@schilljs.com>
2+
SPDX-License-Identifier: AGPL-3.0-or-later

0 commit comments

Comments
 (0)