diff options
author | Runxi Yu <harriet@andrewyu.org> | 2023-08-06 15:06:12 +0800 |
---|---|---|
committer | Runxi Yu <harriet@andrewyu.org> | 2023-08-06 15:06:12 +0800 |
commit | d342833557cc5b043cbb0dfbfcd0a7607d92a744 (patch) | |
tree | e8c011422816c09b277884406e32d18391af7daa /article/copyright.html | |
parent | b016277b6e51be11b10086d6d127dd9da6d0b262 (diff) | |
download | www-d342833557cc5b043cbb0dfbfcd0a7607d92a744.tar.gz |
Public-domain footer on every page
Diffstat (limited to 'article/copyright.html')
-rw-r--r-- | article/copyright.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/article/copyright.html b/article/copyright.html index 7790d21..46668ab 100644 --- a/article/copyright.html +++ b/article/copyright.html @@ -22,12 +22,13 @@ </p> <p> - There are some jurisdictions that don't allow publishing works into the public domain. I believe that this needs improvement, as I don't see a reason to force an author to control the distribution of their work when the author themselves don't want to. For instance, <a href="/#footer">this Website is, when possible, in the public domain</a>, but in juristictions like Germany where that's not possible, an alternative permissive license is used. + There are some jurisdictions that don't allow publishing works into the public domain. I believe that this needs improvement, as I don't see a reason to force an author to control the distribution of their work when the author themselves don't want to. For instance, this Website is, when possible, in the public domain, but in juristictions like Germany where that's not possible, an alternative permissive license is used. </p> <div id="footer"> <hr /> <p><a href="/">Runxi Yu's Website</a></p> + <p>Unless otherwise specified with the “<span class="copyright">copyright</span>” HTML/CSS class, works hosted on this subdomain (<code>www.andrewyu.org</code>) served with the HTTP(S) protocol is available under <a href="https://www.andrewyu.org/note/pubdom.html">Runxi Yu's Public Domain Dedication</a>.</p> </div> </body> </html> |