ci/schemacheck.py: use BSD-3-Clause instead of MIT#237
Open
gagath wants to merge 1 commit intoqualcomm-linux:mainfrom
Open
ci/schemacheck.py: use BSD-3-Clause instead of MIT#237gagath wants to merge 1 commit intoqualcomm-linux:mainfrom
gagath wants to merge 1 commit intoqualcomm-linux:mainfrom
Conversation
Running the `reuse lint` tool reports two different licenses being used in the project, while the README states that the whole project is BSD-3-Clause. This file was added to the repository by a Qualcomm contributor, update its copyright notice and SPDX-License-Identifier to match the rest of the repository. The spacing between the shebang and the license notice was automatically added by `reuse annotate`, so it is believed to be a good practise to split the two by an empty line. Signed-off-by: Agathe Porte <agathe.porte@oss.qualcomm.com>
Test jobs for commit 1cf5fe1 |
Contributor
|
@gagath this file was contributed as part of the LAVA integration, and predates qcom-deb-images; I am not sure of its exact origin, but I'm sure @mwasilew would know, except he's OoO right now; so let's check with him when he's back, it's likely that this was developed by Foundries before its acquisition and that the license is indeed correct, not sure about the copyright though. |
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.
Running the
reuse linttool reports two different licenses being used in the project, while the README states that the whole project is BSD-3-Clause.This file was added to the repository by a Qualcomm contributor, update its copyright notice and SPDX-License-Identifier to match the rest of the repository.
The spacing between the shebang and the license notice was automatically added by
reuse annotate, so it is believed to be a good practise to split the two by an empty line.