diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-03-26 18:16:38 +0100 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 01:30:27 +0200 |
| commit | 28c97bdb48cbfd9446d353cd8f68bdd1343db5e8 (patch) | |
| tree | 1d1b7b03a383af18af6f901a1f91205a2f188a4a | |
| parent | a3a7ca675b4d1b5b28ba7fba1c13703b47984eb9 (diff) | |
| download | haunt-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-x | convert.py | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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."). |
