about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-05-25 19:10:00 +0000
committerEric Wong <e@80x24.org>2019-05-25 19:12:31 +0000
commit65f0e6b658ed44148425be2e4862128603e24f7e (patch)
tree69e432122f2a9c05c59d31935296ee2ad234e66f
parentfad37d1a1b81b7595d8d4b97b3fe8f25f0fad690 (diff)
downloadpublic-inbox-65f0e6b658ed44148425be2e4862128603e24f7e.tar.gz
No reason to copyright colour schemes :P
-rw-r--r--contrib/css/216dark.css1
-rw-r--r--contrib/css/216light.css1
-rw-r--r--contrib/css/README4
-rw-r--r--lib/PublicInbox/UserContent.pm1
4 files changed, 7 insertions, 0 deletions
diff --git a/contrib/css/216dark.css b/contrib/css/216dark.css
index b18b0576..6fc6cfe7 100644
--- a/contrib/css/216dark.css
+++ b/contrib/css/216dark.css
@@ -1,4 +1,5 @@
 /*
+ * CC0-1.0 <https://creativecommons.org/publicdomain/zero/1.0/legalcode>
  * Dark color scheme using 216 web-safe colors, inspired
  * somewhat by the default color scheme in mutt.
  * It reduces eyestrain for me, and energy usage for all:
diff --git a/contrib/css/216light.css b/contrib/css/216light.css
index bf81bc57..9451dc03 100644
--- a/contrib/css/216light.css
+++ b/contrib/css/216light.css
@@ -1,4 +1,5 @@
 /*
+ * CC0-1.0 <https://creativecommons.org/publicdomain/zero/1.0/legalcode>
  * Light color scheme using 216 web-safe colors.
  * Suitable for print, and blinding people with brightness.
  * Haphazardly thrown together because bright colors hurt my eyes
diff --git a/contrib/css/README b/contrib/css/README
index 2473c2be..d0ba3bef 100644
--- a/contrib/css/README
+++ b/contrib/css/README
@@ -36,6 +36,10 @@ Snippet from ~/.public-inbox/config, order matters to browsers.
         ; "https://" or "http://" for hosts which only support one protocol.
         css = href=//example.com/fugly.css title=external
 
+All files in these example directory are CC0-1.0 (public domain):
+To the extent possible under law, Eric Wong has waived all copyright and
+related or neighboring rights to these examples.
+https://creativecommons.org/publicdomain/zero/1.0/legalcode
 
 (*) "libcss-minifier-perl" or "libcss-minifier-xs-perl"
     on Debian-based systems
diff --git a/lib/PublicInbox/UserContent.pm b/lib/PublicInbox/UserContent.pm
index f01160d4..81a2a502 100644
--- a/lib/PublicInbox/UserContent.pm
+++ b/lib/PublicInbox/UserContent.pm
@@ -11,6 +11,7 @@ use warnings;
 sub CSS () {
         <<'_'
         /*
+         * CC0-1.0 <https://creativecommons.org/publicdomain/zero/1.0/legalcode>
          * Dark color scheme using 216 web-safe colors, inspired
          * somewhat by the default color scheme in mutt.
          * It reduces eyestrain for me, and energy usage for all: