aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2024-03-26 18:16:38 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2025-06-15 01:30:27 +0200
commit28c97bdb48cbfd9446d353cd8f68bdd1343db5e8 (patch)
tree1d1b7b03a383af18af6f901a1f91205a2f188a4a
parenta3a7ca675b4d1b5b28ba7fba1c13703b47984eb9 (diff)
downloadhaunt-blog-28c97bdb48cbfd9446d353cd8f68bdd1343db5e8.tar.gz
haunt-blog-28c97bdb48cbfd9446d353cd8f68bdd1343db5e8.tar.bz2
haunt-blog-28c97bdb48cbfd9446d353cd8f68bdd1343db5e8.zip
convert.py: licensing: Add permission for all blog posts authors's comments.
Some people who are not blog post authors commented though so we'd have to look at what to do with these. They can probably be archived and displayed as well like a mailing list would be. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rwxr-xr-xconvert.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/convert.py b/convert.py
index 7c2a432..42ea81b 100755
--- a/convert.py
+++ b/convert.py
@@ -222,6 +222,13 @@ def get_metadata(html_file_path):
# we are pretty sure that all the licensing information is correct
# as we all agreed to release our work under the exact same
# licenses.
+ #
+ # I then contacted 'dllud' again as I was missing an agreement to
+ # add a license dllud's comments as well and I got that answer:
+ # 'Feel free to (re)license any of my stuff to a license that's
+ # fit for you, as long as it is a free software license ;).'. So
+ # now everybody agreed to relicense their comments to the
+ # 'CC-BY-3.0 OR CC-BY-4.0' license as well.
def get_licenses(soup):
# 'admin' is Graziano Sorbaioli who agreed by replying to my
# email with ("Yes, I agree.").