summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2026-02-14 12:55:03 -0500
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2026-02-14 12:55:03 -0500
commit717a11ca85f51cebf77a46a5d4727dd399265919 (patch)
tree12d04d682d33c60e36be9b6c89f0aaeff093a044 /pages
parenta08412d83465dec5c3fdf7fdccf3d1f31d6064a3 (diff)
Licensing information
Diffstat (limited to 'pages')
-rw-r--r--pages/about-site.org2
-rw-r--r--pages/licensing.sxml (renamed from pages/weblabels.sxml)46
2 files changed, 46 insertions, 2 deletions
diff --git a/pages/about-site.org b/pages/about-site.org
index 55475f3..81b769d 100644
--- a/pages/about-site.org
+++ b/pages/about-site.org
@@ -8,3 +8,5 @@ The website is built using the [[https://dthompson.us/projects/haunt.html][Haunt
I am not currently aware of any attempts to censor this website. Nonetheless, I maintain mirrors on [[http://jakobyallfrbd3herebyee7hug3hxs2ma6aflmmllk35d7dyiwp3adid.onion/][Tor]] and [[http://mtgqjdrqqpovyhx7tortulrnvakbptsi3w5yintmo6lqapdd3hnq.b32.i2p][I2P]] should you have difficulty accessing this website in your locality.
I aim to be as transparent as possible about the use of [[https://en.wikipedia.org/wiki/Generative_artificial_intelligence][generative artificial intelligence]] on this website. Unless stated otherwise, all text and source code is written by myself.
+
+Licensing information for this website, including Javascript licenses, is available [[https://jakob.space/pages/licensing.html][here]].
diff --git a/pages/weblabels.sxml b/pages/licensing.sxml
index 9c2c4fc..8b4cd40 100644
--- a/pages/weblabels.sxml
+++ b/pages/licensing.sxml
@@ -19,9 +19,51 @@
(use-modules (jakob theme)
(jakob utils sxml))
-`((title . "JavaScript Web Labels")
+`((title . "License Information")
(content
- . ((h2 "JavaScript Web Labels")
+ . ((h2 "Licensing Information")
+ (p "Unless otherwise specified, the text and images on this site are free
+culture works available under the "
+ (a (@ (href "https://creativecommons.org/licenses/by-sa/4.0/"))
+ "Creative Commons Attribution Share-Alike 4.0 International")
+ " license.")
+ (p "You are free to:")
+ (ul
+ (li "Share — copy and redistribute the material in any medium or format for
+any purpose, even commercially.")
+ (li "Adapt — remix, transform, and build upon the material for any purpose,
+even commercially.")
+ (li "The licensor cannot revoke these freedoms as long as you follow the
+license terms."))
+ (p "Under the following terms:")
+ (ul
+ (li "Attribution — You must give appropriate credit, provide a link to the
+license, and indicate if changes were made. You may do so in any
+reasonable manner, but not in any way that suggests the licensor
+endorses you or your use.")
+ (li "ShareAlike — If you remix, transform, or build upon the material, you
+must distribute your contributions under the same license as the
+original.")
+ (li "No additional restrictions — You may not apply legal terms or
+technological measures that legally restrict others from doing anything
+the license permits."))
+ (p "Notices:")
+ (p "You do not have to comply with the license for elements of the material
+in the public domain or where your use is permitted by an applicable
+exception or limitation.")
+ (p "No warranties are given. The license may not give you all of the
+permissions necessary for your intended use. For example, other rights
+such as publicity, privacy, or moral rights may limit how you use the
+material.")
+ (hr)
+ (p "Fugue Icons by "
+ (a (@ (href "https://p.yusukekamiyamane.com/about/"))
+ "Yusuke Kamiyamane")
+ " are under the "
+ (a (@ (href "http://creativecommons.org/licenses/by/3.0/"))
+ "Creative Commons Attribution 3.0 License")
+ ".")
+ (h2 "JavaScript Web Labels")
(table (@ (id "jslicense-labels1"))
(tr (td ,(hyperlink "/static/js/dynamic-comment-form.js"
`(p "/static/js/dynamic-comment-form.js")))