diff options
| author | git <git@mjf.mjfer.net> | 2021-08-26 00:21:46 +0000 | 
|---|---|---|
| committer | git <git@mjf.mjfer.net> | 2021-08-26 00:21:46 +0000 | 
| commit | 9db7b184ed05d8cac7cb9170405b42bb322b2922 (patch) | |
| tree | 7f57a68fc1bcc2944daa7a38fbb9a69b3ebc9ff1 /license.html | |
| download | site-files-9db7b184ed05d8cac7cb9170405b42bb322b2922.tar.gz | |
barely started
Diffstat (limited to 'license.html')
| -rw-r--r-- | license.html | 17 | 
1 files changed, 17 insertions, 0 deletions
| diff --git a/license.html b/license.html new file mode 100644 index 0000000..172b43f --- /dev/null +++ b/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> | 
