Skip to content

Commit 05875c8

Browse files
authored
Merge pull request #419 from hazendaz/master
Use spdx for epl 1.0 license headers
2 parents 4dc2960 + 8252a73 commit 05875c8

File tree

5 files changed

+16
-41
lines changed

5 files changed

+16
-41
lines changed

.mvn/extensions.xml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Tomcat-Slf4j-Logback-Parent (https://github.com/tomcat-slf4j-logback/tomcat-slf4j-logback-parent/)
4+
SPDX-License-Identifier: EPL-1.0
5+
See LICENSE file for details.
56
6-
Copyright (c) 2010-2025 Tomcat-Slf4j-Logback.
7-
8-
All rights reserved. This program and the accompanying materials are made available under the
9-
terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available
10-
at https://www.eclipse.org/legal/epl-v10.html.
11-
12-
Contributors: Tomcat-Slf4j-Logback Team.
7+
Copyright 2010-2026 tomcat-slf4j-logback
138
149
-->
1510
<extensions>

.mvn/settings.xml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Tomcat-Slf4j-Logback-Parent (https://github.com/tomcat-slf4j-logback/tomcat-slf4j-logback-parent/)
4+
SPDX-License-Identifier: EPL-1.0
5+
See LICENSE file for details.
56
6-
Copyright (c) 2010-2025 Tomcat-Slf4j-Logback.
7-
8-
All rights reserved. This program and the accompanying materials are made available under the
9-
terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available
10-
at https://www.eclipse.org/legal/epl-v10.html.
11-
12-
Contributors: Tomcat-Slf4j-Logback Team.
7+
Copyright 2010-2026 tomcat-slf4j-logback
138
149
-->
1510
<settings xmlns="http://maven.apache.org/SETTINGS/1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

LICENSE_HEADER

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
Tomcat-Slf4j-Logback-Parent (https://github.com/tomcat-slf4j-logback/tomcat-slf4j-logback-parent/)
1+
SPDX-License-Identifier: EPL-1.0
2+
See LICENSE file for details.
23

3-
Copyright (c) ${license.git.copyrightYears} Tomcat-Slf4j-Logback.
4-
5-
All rights reserved. This program and the accompanying materials are made available under the
6-
terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available
7-
at https://www.eclipse.org/legal/epl-v10.html.
8-
9-
Contributors: Tomcat-Slf4j-Logback Team.
4+
Copyright ${license.git.copyrightYears} ${owner}

pom.xml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Tomcat-Slf4j-Logback-Parent (https://github.com/tomcat-slf4j-logback/tomcat-slf4j-logback-parent/)
4+
SPDX-License-Identifier: EPL-1.0
5+
See LICENSE file for details.
56
6-
Copyright (c) 2010-2026 Tomcat-Slf4j-Logback.
7-
8-
All rights reserved. This program and the accompanying materials are made available under the
9-
terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available
10-
at https://www.eclipse.org/legal/epl-v10.html.
11-
12-
Contributors: Tomcat-Slf4j-Logback Team.
7+
Copyright 2010-2026 tomcat-slf4j-logback
138
149
-->
1510
<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -35,7 +30,7 @@
3530
<licenses>
3631
<license>
3732
<name>Eclipse Public License, 1.0</name>
38-
<url>https://raw.githubusercontent.com/tomcat-slf4j-logback/tomcat-slf4j-logback-parent/refs/heads/master/LICENSE</url>
33+
<url>https://www.eclipse.org/legal/epl-v10.html</url>
3934
<distribution>repo</distribution>
4035
</license>
4136
<license>

src/site/site.xml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Tomcat-Slf4j-Logback-Parent (https://github.com/tomcat-slf4j-logback/tomcat-slf4j-logback-parent/)
4+
SPDX-License-Identifier: EPL-1.0
5+
See LICENSE file for details.
56
6-
Copyright (c) 2010-2025 Tomcat-Slf4j-Logback.
7-
8-
All rights reserved. This program and the accompanying materials are made available under the
9-
terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available
10-
at https://www.eclipse.org/legal/epl-v10.html.
11-
12-
Contributors: Tomcat-Slf4j-Logback Team.
7+
Copyright 2010-2026 tomcat-slf4j-logback
138
149
-->
1510
<site name="${project.name}" xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

0 commit comments

Comments
 (0)