• Home
Name Date Size #Lines LOC

..--

README.mdD03-May-2024511 2112

add_licenses.pyD03-May-20243.9 KiB163126

README.md

1# Tools to refresh SPDX license list
2
3## Update //licenses/spdx
4
5This pulls in the authoritative list of licenses from the SPDX project
6and updates our copy of it to include any new license identifiers.
7
8It does not attempt to classify them in any way.
9
10NOTE: You must run this from //admin/refresh_spdx
11
121.  Fetch the license list from the SPDX project.
13
14    ```bash
15    wget https://github.com/spdx/license-list-data/raw/master/json/licenses.json
16    ```
17
181.  Run the refresh tool
19    python add_licenses.py
20
21