diff options
author | mjfernez <mjf@mjfer.net> | 2021-11-07 15:37:34 -0500 |
---|---|---|
committer | mjfernez <mjf@mjfer.net> | 2021-11-07 15:37:34 -0500 |
commit | 9272d1b1b63984fcf0cfab8c27cdc271b0fe29c5 (patch) | |
tree | c643a1faaf24c6393d32d644b0bade876dca8373 /templates/site/license.html | |
parent | ec6feec81ebab89dc6779027649b1ce517042d22 (diff) | |
download | ezcms-9272d1b1b63984fcf0cfab8c27cdc271b0fe29c5.tar.gz |
Commit all local files for mjfer.net
Excepting files in site-files.git
Diffstat (limited to 'templates/site/license.html')
-rw-r--r-- | templates/site/license.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/templates/site/license.html b/templates/site/license.html deleted file mode 100644 index 172b43f..0000000 --- a/templates/site/license.html +++ /dev/null @@ -1,17 +0,0 @@ -<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> |