Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace license names with SPDX identifiers #444

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

ppkarwasz
Copy link
Contributor

As suggested by Maven documentation 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.

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 <[email protected]>
@ceki ceki merged commit 0def25e into qos-ch:master Dec 10, 2024
10 checks passed
@ppkarwasz ppkarwasz deleted the fix/license-names branch December 10, 2024 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants