view www/license.html @ 1556:e7944f8fdcbb draft

Debugging pass on sed: make the existing test suite pass.
author Rob Landley <rob@landley.net>
date Sat, 15 Nov 2014 16:16:29 -0600
parents fa1a3b9eed6f
children
line wrap: on
line source

<html><head><title>Toybox License</title>
<!--#include file="header.html" -->

<h2>Toybox is released under the following "zero clause" BSD license:</h2>,

<blockquote>
<p>Copyright (C) 2006 by Rob Landley &lt;rob@landley.net&gt;

<p>Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.</p>

<p>THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</p>
</blockquote>

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

<!--#include file="footer.html" -->