You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

511 B

Tools to refresh SPDX license list

Update //licenses/spdx

This pulls in the authoritative list of licenses from the SPDX project and updates our copy of it to include any new license identifiers.

It does not attempt to classify them in any way.

NOTE: You must run this from //admin/refresh_spdx

  1. Fetch the license list from the SPDX project.

    wget https://github.com/spdx/license-list-data/raw/master/json/licenses.json
    
  2. Run the refresh tool python add_licenses.py