]> Sergey Matveev's repositories - public-inbox.git/commitdiff
contrib/css: mark as CC0 (public domain)
authorEric Wong <e@80x24.org>
Sat, 25 May 2019 19:10:00 +0000 (19:10 +0000)
committerEric Wong <e@80x24.org>
Sat, 25 May 2019 19:12:31 +0000 (19:12 +0000)
No reason to copyright colour schemes :P

contrib/css/216dark.css
contrib/css/216light.css
contrib/css/README
lib/PublicInbox/UserContent.pm

index b18b0576ec57233058632cde0fec9c0a90f5f68f..6fc6cfe77e349d9029cde8b2f22eab9c6dc016d2 100644 (file)
@@ -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:
index bf81bc570f28f20c40cb11057cb22c0fd039f00c..9451dc03836a168027b3c6881b441c9d73eebe38 100644 (file)
@@ -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
index 2473c2bed9e9a0879a363dbe2852043ee36954f9..d0ba3befaa6299f1297778a889cb02afc98c4455 100644 (file)
@@ -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
index f01160d451c436e0d41491bd91fffe17346b2c65..81a2a50273426ca5ad02be2c470f14b67bf4f4b0 100644 (file)
@@ -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: