mirror of https://github.com/qos-ch/slf4j
Replace license names with SPDX identifiers
As suggested by [Maven documentation](https://maven.apache.org/pom.html#Licenses) the `/project/licenses/licence/name` element in the POM file should contain a SPDX identifier of the license. The license element is often used by external tools, such as SBOM generators. This PR: - Replaces the current content of the `<name>` element with the appropriate SPDX identifier. - Follows all HTTP 301 redirections of the currently provided license URLs. Signed-off-by: Piotr P. Karwasz <piotr.github@karwasz.org>
This commit is contained in:
parent
69c333de28
commit
0def25ebfa
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<name>Apache-2.0</name>
|
||||
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
|
|
|
|||
|
|
@ -21,8 +21,8 @@
|
|||
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache Software Licenses</name>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||
<name>Apache-2.0</name>
|
||||
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue