Skip to content

Commit 4a961ad

Browse files
committed
Fix duplicate license header in AppTest.java
1 parent 84b132b commit 4a961ad

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

src/test/java/de/htw_berlin/fb4/examples/AppTest.java

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,6 @@
1818
* SPDX-License-Identifier: GPL-3.0-or-later
1919
*/
2020

21-
/*
22-
* My Prose App - A Java project demonstrating text composition
23-
* Copyright (c) 2025 Jana Maire
24-
*
25-
* This program is free software: you can redistribute it and/or modify
26-
* it under the terms of the GNU General Public License as published by
27-
* the Free Software Foundation, either version 3 of the License, or
28-
* (at your option) any later version.
29-
*
30-
* This program is distributed in the hope that it will be useful,
31-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
32-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
33-
* GNU General Public License for more details.
34-
*
35-
* You should have received a copy of the GNU General Public License
36-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
37-
*
38-
* SPDX-License-Identifier: GPL-3.0-or-later
39-
*/
40-
4121
package de.htw_berlin.fb4.examples;
4222

4323
import static org.junit.Assert.*;

0 commit comments

Comments
 (0)