From b88fa3d09a14455d82e7f0a0601c2654331e9909 Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Fri, 30 Jan 2026 09:32:54 -0600 Subject: Updated data --- data/licenses.yaml | 30 ++++++++++++++++++++++++++++++ data/people.yaml | 5 +++++ 2 files changed, 35 insertions(+) (limited to 'data') diff --git a/data/licenses.yaml b/data/licenses.yaml index 6b24558..0efbdaf 100644 --- a/data/licenses.yaml +++ b/data/licenses.yaml @@ -1,23 +1,53 @@ - 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/" + image: "https://mirrors.creativecommons.org/presskit/buttons/88x31/png/by-nc-sa.png" - 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/" + image: "https://mirrors.creativecommons.org/presskit/buttons/88x31/png/by-nc-sa.png" - name: Creative Commons Attribution-ShareAlike 4.0 International short: CC BY-SA 4.0 link: "https://creativecommons.org/licenses/by-sa/4.0/" + image: "https://mirrors.creativecommons.org/presskit/buttons/88x31/png/by-sa.png" - 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/" + image: "https://mirrors.creativecommons.org/presskit/buttons/88x31/png/by-nc-nd.png" + +- name: Creative Commons Attribution 4.0 International + short: CC BY 4.0 + link: "https://creativecommons.org/licenses/by/4.0/" + image: "https://mirrors.creativecommons.org/presskit/buttons/88x31/png/by.png" + +- name: Creative Commons Zero 1.0 Universal + short: CC0 + link: "https://creativecommons.org/publicdomain/zero/1.0/" + image: "https://mirrors.creativecommons.org/presskit/buttons/88x31/png/cc-zero.png" - name: GNU Free Documentation License short: GFDL link: "https://www.gnu.org/licenses/fdl-1.3.html" + image: "https://www.gnu.org/graphics/gfdl-logo-small.png" - name: GNU General Public License, version 2 short: GPLv2 link: "https://www.gnu.org/licenses/old-licenses/gpl-2.0.html" + +- name: GNU General Public License, version 3 + short: GPLv3 + link: "https://www.gnu.org/licenses/gpl-3.0.html" + image: "https://www.gnu.org/graphics/gplv3-127x51.png" + +- name: GNU Lesser General Public License, version 3 + short: LGPLv3 + link: "https://www.gnu.org/licenses/lgpl-3.0.html" + image: "https://www.gnu.org/graphics/lgplv3-147x51.png" + +- name: Do What The Fuck You Want To Public License + short: WTFPL + link: "https://www.wtfpl.net/" + image: "http://www.wtfpl.net/wp-content/uploads/2012/12/wtfpl-badge-1.png" diff --git a/data/people.yaml b/data/people.yaml index 9916db8..caf26c4 100644 --- a/data/people.yaml +++ b/data/people.yaml @@ -34,6 +34,8 @@ aliases: - Jessica De Silva +- name: Jared DeLeo + - name: Phil DeOrsey aliases: - Philip DeOrsey @@ -46,6 +48,9 @@ - name: Enrique Gomez-Leos +- name: Owen Henderschedt + webpage: "https://www.owenh-math.com/home" + - name: Leslie Hogben webpage: "https://www.aimath.org/~hogben/" -- cgit v1.2.3