diff options
Diffstat (limited to 'templates/site/license.html')
-rw-r--r-- | templates/site/license.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/site/license.html b/templates/site/license.html new file mode 100644 index 0000000..172b43f --- /dev/null +++ b/templates/site/license.html @@ -0,0 +1,17 @@ +<p xmlns:dct="http://purl.org/dc/terms/" xmlns:vcard="http://www.w3.org/2001/vcard-rdf/3.0#"> + <a rel="license" + href="http://creativecommons.org/publicdomain/zero/1.0/"> + <img src="http://i.creativecommons.org/p/zero/1.0/88x31.png" style="border-style: none;" alt="CC0" /> + </a> + <br /> + To the extent possible under law, + <span property="dct:title">The author</span> + has waived all copyright and related or neighboring rights to + content on <span property="dct:title">{{ domain }}</span>. + All work may be cited without attribution at the reader's discretion. + However, if you do use the work here, or otherwise benefit from it, + the author would love to hear about it! + This work is published from: +<span property="vcard:Country" datatype="dct:ISO3166" content="US" about="{{ domain }}"> + United States</span>. +</p> |