Add new license purple-computer-sal-1.1 for the Purple Computer Source-Available License 1.1 - #5286
Open
MGpromax wants to merge 1 commit into
Open
Conversation
Add new license purple-computer-sal-1.1, requested in issue aboutcode-org#5248. The license text now detects as purple-computer-sal-1.1 with score 100; it previously matched a spurious combination of unrelated licenses. Reference: aboutcode-org#5248 Signed-off-by: Manoj Gowda <manojgowdabs18@gmail.com>
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.
Fixes #5248
Adds
purple-computer-sal-1.1for the Purple Computer Source-Available License 1.1 (personal, private use only), text from the homepage URL in the issue. Key andcategory: Source-availablefollow the existing*-sal-*entries;owner: Purple Computerper the copyright line.Detection before this change: the text matched
unknown-license-reference AND mit, which badly misrepresents a license that reserves all redistribution and commercial rights. It now detects aspurple-computer-sal-1.1with score 100.Validation (same for all six license additions from this batch):
scancode-reindex-licensesruns clean--test-suite=validate tests/licensedcode/test_detection_validate.py), with ignorables generated by the test regen tooling rather than by handpytest tests/licensedcode/test_license_models.pypasses locallyTasks