aboutcode-org / scancode-toolkit

:mag: ScanCode detects licenses, copyrights, dependencies by "scanning code" ... to discover and inventory open source and third-party packages used in your code. Sponsored by NLnet project https://nlnet.nl/project/vulnerabilitydatabase, the Google Summer of Code, Azure credits, nexB and others generous sponsors!
https://aboutcode.org/scancode/
2.11k stars 546 forks source link

Add "Web Template Output Additional Permission" AGPL exception #2219

Open pombredanne opened 4 years ago

pombredanne commented 4 years ago

See

Inzamamdev commented 1 year ago

can you elaborate the issue please

AyanSinhaMahapatra commented 1 year ago

See an example exception: https://github.com/nexB/scancode-toolkit/blob/develop/src/licensedcode/data/licenses/389-exception.LICENSE

We use these .LICENSE files for detecting licenses and detections, here we have the license text, and the license data as yaml frontmatter. We need to:

  1. Add a .LICENSE file for the main exception text
  2. add .RULE files for other examples/occurrences of the license text/notice see examples: https://github.com/nexB/scancode-toolkit/blob/develop/src/licensedcode/data/rules/389-exception_1.RULE
krishna9358 commented 10 months ago

Hii, @AyanSinhaMahapatra @pombredanne I would love to contribute in this issue.