From 1748bdb6bfe48cfe122973d26ab15186ee925101 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 24 Jun 2014 07:00:13 -0500 Subject: Tweak license page to explicitly say that zero clause BSD is functionally equivalent to placing the code in the public domain. This license variant looks like BSD, but is an unrestricted permission grant that doesn't require you to copy specific license text into derivative works. (The second paragraph is about something we DON'T do, I.E. provide any sort of warantee, and is just boilerplate from BSD to make it look like a BSD license.) --- www/license.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'www/license.html') diff --git a/www/license.html b/www/license.html index 1eb449c5..5fcb94f4 100755 --- a/www/license.html +++ b/www/license.html @@ -1,7 +1,7 @@ Toybox License -

Toybox is licensed under a simple 2-clause MIT/BSD style license:

+

Toybox is released under the following "zero clause" BSD license:

,

Copyright (C) 2006 by Rob Landley <rob@landley.net> @@ -18,6 +18,7 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

-

The text of this license is included in the file LICENSE in the source.

+

You can treat it as a license if you like, but this variant is functionally +equivalent to placing the code in the public domain.

-- cgit v1.2.3