--- language: - en tags: - legal - open-source - licenses - plaintext pretty_name: License Library configs: - config_name: default data_files: - split: train path: metadata/metadata.csv --- # License Library idk why i putted all this together in plaintext but here we are. literally spent way too much time hunting for clean `plaintext` official versions for projects so just dumped them here so u dont have to... ### what is this? Basically just folders with the `LICENSE` files inside. got MIT, Apache, and way too many GNU / CC variants. Tried to keep it clean... also threw some metadata files (`.csv`, `.json`, `.jsonl`) in the `metadata/` folder in case u wanna automate stuff OR just check word counts for no reason and SPDX links without wasting time on Google. saved you a search ### The List Here's exactly what's in there: | License Name | Identifier | | :--- | :--- | | Apache License 2.0 | Apache-2.0 | | Creative Commons Attribution 4.0 International | CC-BY-4.0 | | Creative Commons Attribution No Derivatives 4.0 International | CC-BY-ND-4.0 | | Creative Commons Attribution Non Commercial 4.0 International | CC-BY-NC-4.0 | | Creative Commons Attribution Non Commercial No Derivatives 4.0 International | CC-BY-NC-ND-4.0 | | Creative Commons Attribution Non Commercial Share Alike 4.0 International | CC-BY-NC-SA-4.0 | | Creative Commons Attribution Share Alike 4.0 International | CC-BY-SA-4.0 | | Creative Commons Zero v1.0 Universal | CC0-1.0 | | GNU Affero General Public License v3.0 only | AGPL-3.0-only | | GNU Free Documentation License v1.1 only | GFDL-1.1-only | | GNU Free Documentation License v1.2 only | GFDL-1.2-only | | GNU Free Documentation License v1.3 only | GFDL-1.3-only | | GNU General Public License v1.0 only | GPL-1.0-only | | GNU General Public License v2.0 only | GPL-2.0-only | | GNU General Public License v3.0 only | GPL-3.0-only | | GNU Lesser General Public License v2.1 only | LGPL-2.1-only | | GNU Lesser General Public License v3.0 only | LGPL-3.0-only | | MIT License | MIT | | Open Data Commons Attribution License v1.0 | ODC-By-1.0 | ### why bother? Because searching for the "official" version of a license shouldn't be a chore. Enjoy. Or don't. It's just text...\