Skip to content

Add full license text rule for the Jakub Jirak proprietary license - #5293

Open
MGpromax wants to merge 1 commit into
aboutcode-org:developfrom
MGpromax:add-proprietary-rule-5290
Open

Add full license text rule for the Jakub Jirak proprietary license#5293
MGpromax wants to merge 1 commit into
aboutcode-org:developfrom
MGpromax:add-proprietary-rule-5290

Conversation

@MGpromax

Copy link
Copy Markdown
Contributor

Fixes #5290

The license text at the URL in the issue was detected as proprietary-license but only through two partial fragment matches (scores 90 and 10.87). This adds the complete text as a new proprietary-license full-text rule (proprietary-license_1064.RULE, with the ignorables generated by the validation test regen tooling), so the text now detects in full:

proprietary-license score=100.0 rule=proprietary-license_1064.RULE

Validation: scancode-reindex-licenses clean; the self-detection and ignorables validation tests for the new rule pass.

Tasks

  • Reviewed contribution guidelines
  • PR is descriptively titled 📑 and links the original issue above 🔗
  • Tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR
  • Commits are in uniquely-named feature branch and has no merge conflicts 📁

The text was only detected through two partial fragment matches with
scores of 90 and 10.87. Add the complete text as a new
proprietary-license rule so it is detected in full with a single
100-score match.

Reference: aboutcode-org#5290
Signed-off-by: Manoj Gowda <manojgowdabs18@gmail.com>

@AyanSinhaMahapatra AyanSinhaMahapatra left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @MGpromax see comments for changes. Also rebase with develop

license_expression: proprietary-license
is_license_text: yes
notes: proprietary license text of Jakub Jirak as seen in https://github.com/JirakJ/lincense
reported in scancode-toolkit issue 5290

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as long as the reference is present in the commit this need not be there on the notes.

- support@jakubjirak.com
---

Copyright (c) 2025 Jakub Jirák. All rights reserved. This software and its source code are proprietary and confidential. Unauthorized copying, modification, distribution, or reverse engineering of this software, via any medium, is strictly prohibited. You are granted a non-exclusive, non-transferable license to use this software only in accordance with the terms agreed upon at the time of purchase or download. For licensing or support inquiries, contact: support@jakubjirak.com No newline at end of file

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you remove the copyright part? Not required in the rule

---
license_expression: proprietary-license
is_license_text: yes
notes: proprietary license text of Jakub Jirak as seen in https://github.com/JirakJ/lincense

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add a high, 95 minimum_coverage

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.

Check license is detected in full

2 participants