diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-04-11 02:48:48 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 01:30:28 +0200 |
| commit | d9e1ba3e67dec5a099dafd0e911815affe9d698b (patch) | |
| tree | 8efb68108e1613830d9da57b622c101b655546ad | |
| parent | a8c20625338468f5c90865419fb1bc50e4e197bb (diff) | |
| download | haunt-blog-d9e1ba3e67dec5a099dafd0e911815affe9d698b.tar.gz haunt-blog-d9e1ba3e67dec5a099dafd0e911815affe9d698b.tar.bz2 haunt-blog-d9e1ba3e67dec5a099dafd0e911815affe9d698b.zip | |
convert.py: licensing: Also add in Joonas's permission.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
| -rwxr-xr-x | convert.py | 6 | ||||
| -rw-r--r-- | markdown/2019_07_graphics-support-for-replicant-9.md | 1 |
2 files changed, 7 insertions, 0 deletions
@@ -248,6 +248,12 @@ def get_metadata(html_file_path): # I'm the author of the code below that says that I agree. elif get_author(soup) == 'GNUtoo': return 'CC-BY-3.0 OR CC-BY-4.0' + # Joonas Kylmälä agreed by replying to my email with "Yes, I + # agree to license my blog posts and comments on the Replicant + # blog under Creative Commons BY SA 3.0 Unported and the + # Creative Commons BY SA 4.0 International licenses.". + elif get_author(soup) == 'Joonas Kylmälä': + return 'CC-BY-3.0 OR CC-BY-4.0' # Agreed through a reply to my email ("Yes I agree!"). elif get_author(soup) == 'Paul Kocialkowski': return 'CC-BY-3.0 OR CC-BY-4.0' diff --git a/markdown/2019_07_graphics-support-for-replicant-9.md b/markdown/2019_07_graphics-support-for-replicant-9.md index b346cd8..06eefe9 100644 --- a/markdown/2019_07_graphics-support-for-replicant-9.md +++ b/markdown/2019_07_graphics-support-for-replicant-9.md @@ -2,6 +2,7 @@ date: 2019-07-21T21:42:05+00:00 title: Graphics support for Replicant 9 authors: Joonas Kylmälä tags: Replicant news, Joonas Kylmälä +licenses: CC-BY-3.0 OR CC-BY-4.0 --- Thanks to volunteer effort and NLnet funding we have had developers working hard the past couple weeks on making graphics work on the Samsung Galaxy S3 |
