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://github.com/aboutcode-org/scancode-toolkit/releases/
2.07k stars 537 forks source link

Add new licenses from the spdx license list version 3.7 #1789

Closed DennisClark closed 1 year ago

DennisClark commented 4 years ago

Please update the scancode-toolkit licenses with the latest entries on the spdx license list.

The version 3.7 release of the license list is now tagged and live at https://spdx.org/licenses. Along with documentation updates and markup tweaks, 6 new licenses and exceptions were added to the list:

pombredanne commented 4 years ago

I ran these rom ScanCode virtualenv:

  1. mkdir spdx
  2. python etc/scripts/synclic.py -s spdx spdx
    ....
    #####################################################
    Same licenses:        395
    Add to ScanCode:      7
    Updated in ScanCode:  2
    Added to External::   0
    Updated in External:  0
    #####################################################
  3. manual review of updates/changes to correct them
pombredanne commented 1 year ago

Done