diff options
| author | mjfernez <mjfernez@gmail.com> | 2021-06-07 00:03:12 -0400 | 
|---|---|---|
| committer | mjfernez <mjfernez@gmail.com> | 2021-06-07 00:40:39 -0400 | 
| commit | ca5b85fb744221588859f3639ba7e4da0bc82649 (patch) | |
| tree | 2595d1e315e09e5d35c362d95a35585416a7a2fb /templates/site/license.html | |
| download | ezcms-ca5b85fb744221588859f3639ba7e4da0bc82649.tar.gz | |
first commit
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> | 
