diff options
| author | Chris Wells <chris@mathematicaster.org> | 2026-01-30 09:32:54 -0600 |
|---|---|---|
| committer | Chris Wells <chris@mathematicaster.org> | 2026-01-30 09:32:54 -0600 |
| commit | b88fa3d09a14455d82e7f0a0601c2654331e9909 (patch) | |
| tree | 9cd8ae65a6a9b1a87304d5c5432f791b3461790d /data | |
| parent | 3a949d34da649b199235b06ab33927ad02cfdc26 (diff) | |
| download | main-b88fa3d09a14455d82e7f0a0601c2654331e9909.tar main-b88fa3d09a14455d82e7f0a0601c2654331e9909.tar.gz main-b88fa3d09a14455d82e7f0a0601c2654331e9909.tar.bz2 main-b88fa3d09a14455d82e7f0a0601c2654331e9909.tar.lz main-b88fa3d09a14455d82e7f0a0601c2654331e9909.tar.xz main-b88fa3d09a14455d82e7f0a0601c2654331e9909.tar.zst main-b88fa3d09a14455d82e7f0a0601c2654331e9909.zip | |
Updated data
Diffstat (limited to 'data')
| -rw-r--r-- | data/licenses.yaml | 30 | ||||
| -rw-r--r-- | data/people.yaml | 5 |
2 files changed, 35 insertions, 0 deletions
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/" |
