diff options
author | Rob Landley <rob@landley.net> | 2019-02-11 18:20:47 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-02-11 18:20:47 -0600 |
commit | 2394882a91dd68aabb4bd64b400cb5df2907fbbf (patch) | |
tree | 83ea12c05d4360ac91914ad17afb05b82e3576d2 /www | |
parent | df69c98c33b2098acb135ae8215e5abbb690c5ef (diff) | |
download | toybox-2394882a91dd68aabb4bd64b400cb5df2907fbbf.tar.gz |
Add SPDX identifier, and link to a wikipedia page.
Diffstat (limited to 'www')
-rwxr-xr-x | www/license.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/license.html b/www/license.html index 15104ed6..f250410f 100755 --- a/www/license.html +++ b/www/license.html @@ -1,7 +1,7 @@ <html><head><title>Toybox License</title> <!--#include file="header.html" --> -<h2>Toybox is released under the following "zero clause" BSD license:</h2> +<h2>Toybox is released under the Zero Clause BSD license (SPDX: <a href=https://spdx.org/licenses/0BSD.html>0BSD</a>):</h2> <blockquote> <p>Copyright (C) 2006 by Rob Landley <rob@landley.net> @@ -22,9 +22,11 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</p> <h2>Why 0BSD?</h2> +<p>Zero clause BSD is a <a href=https://en.wikipedia.org/wiki/Public_domain_equivalent_license>public domain equivalent</a> license.</p> + <p>As with <a href=https://creativecommons.org/publicdomain/zero/1.0/>CC0</a>, <a href=http://unlicense.org>unlicense</a>, and <a href=http://wtfpl.net/>wtfpl</a>, -the intent is to place the licensed material into the public domain, +the intent is to effectively place the licensed material into the public domain, which after decades of FUD (such as the time OSI's ex-lawyer compared <a href=http://www.cod5.org/archive/>placing code into the public domain</a> to <a href=http://www.linuxjournal.com/article/6225>abandoning trash by the |