Add new license segv-1.1 for the SEGV License 1.1 - #5287
Open
MGpromax wants to merge 1 commit into
Open
Conversation
Add new license segv-1.1, requested in issue aboutcode-org#5247. The license text now detects as segv-1.1 with score 100; it previously matched a spurious combination of unrelated licenses. Reference: aboutcode-org#5247 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 #5247
Adds
segv-1.1for the SEGV License Version 1.1 (July 2026), text from the cloudcash LICENSE file referenced in the issue, homepage set to https://xn--gckvb8fzb.com/segv/.As the issue notes, its Appendix B states it is adapted from the Hippocratic License 3.0 with modified and additional terms; this is recorded in the
notesfield, andcategory: Free Restrictedmirrors the existinghippocratic-3.0entry.owner: Unspecifiedsince the license text itself names no steward -- happy to change if you prefer attributing it to its author.Detection before this change: the text partially matched
hippocratic-1.2plus unknown license references. It now detects assegv-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