From 0c677070edf9978cb85a0b521f7e6e0ef6d6b491 Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Mon, 10 Feb 2025 12:48:38 -0600 Subject: A lot of work on aliases and the like --- data/licenses.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 data/licenses.yaml (limited to 'data/licenses.yaml') diff --git a/data/licenses.yaml b/data/licenses.yaml new file mode 100644 index 0000000..6b24558 --- /dev/null +++ b/data/licenses.yaml @@ -0,0 +1,23 @@ +- name: Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International + short: CC BY-NC-SA 4.0 + link: "https://creativecommons.org/licenses/by-nc-sa/4.0/" + +- name: Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported + short: CC BY-NC-SA 3.0 + link: "https://creativecommons.org/licenses/by-nc-sa/3.0/" + +- name: Creative Commons Attribution-ShareAlike 4.0 International + short: CC BY-SA 4.0 + link: "https://creativecommons.org/licenses/by-sa/4.0/" + +- name: Creative Commons Attribution-NonCommercial-NoDerivs 4.0 International + short: CC BY-NC-ND 4.0 + link: "https://creativecommons.org/licenses/by-nc-nd/4.0/" + +- name: GNU Free Documentation License + short: GFDL + link: "https://www.gnu.org/licenses/fdl-1.3.html" + +- name: GNU General Public License, version 2 + short: GPLv2 + link: "https://www.gnu.org/licenses/old-licenses/gpl-2.0.html" -- cgit v1.2.3