Use SPDX identifier in POMs#5408
Closed
TheMrMilchmann wants to merge 1 commit intoJetBrains:masterfrom
TheMrMilchmann:tmm/spdx-identifier
Closed
Use SPDX identifier in POMs#5408TheMrMilchmann wants to merge 1 commit intoJetBrains:masterfrom TheMrMilchmann:tmm/spdx-identifier
TheMrMilchmann wants to merge 1 commit intoJetBrains:masterfrom
TheMrMilchmann:tmm/spdx-identifier
Conversation
This replaces the custom name with an SPDX identifier to enable tooling to automatically detect the correct license. See https://spdx.org/licenses/Apache-2.0.html
Contributor
Author
|
Rebased on 4b67e71 and created https://youtrack.jetbrains.com/issue/KT-77711 to track this. |
Badya
added a commit
that referenced
this pull request
May 28, 2025
This replaces the custom name with an SPDX identifier to enable tooling to automatically detect the correct license. See https://spdx.org/licenses/Apache-2.0.html Original author: @TheMrMilchmann #5408
Contributor
|
Will merge after CI passed |
Badya
added a commit
that referenced
this pull request
May 28, 2025
This replaces the custom name with an SPDX identifier to enable tooling to automatically detect the correct license. See https://spdx.org/licenses/Apache-2.0.html Original author: @TheMrMilchmann #5408
Badya
pushed a commit
that referenced
this pull request
May 28, 2025
This replaces the custom name with an SPDX identifier to enable tooling to automatically detect the correct license. See https://spdx.org/licenses/Apache-2.0.html #5408
KotlinBuild
pushed a commit
that referenced
this pull request
May 30, 2025
This replaces the custom name with an SPDX identifier to enable tooling to automatically detect the correct license. See https://spdx.org/licenses/Apache-2.0.html #5408
Contributor
|
Hi @TheMrMilchmann, thanks for your contribution, I've merged your commit manually retaining your authorship |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This replaces the custom name with an SPDX identifier to enable tooling to automatically detect the correct license. Using an SPDX identifier is recommended by the official Maven documentation.
See https://spdx.org/licenses/Apache-2.0.html