view www/license.html @ 1243:eae29e8e2bc8 draft

_mkflags_ had an issue for generating FLAG_xxxx macros for long options. Only the first __long__ option, without any __short__ option had a proper flag value, rest all were defined to ZERO. Becaus the _flist_ was not moved to the next in this case.
author Ashwini Sharma <ak.ashwini1981@gmail.com>
date Wed, 09 Apr 2014 07:40:02 -0500
parents 94eb7b9127d2
children fa1a3b9eed6f
line wrap: on
line source

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

<h2>Toybox is licensed under a simple 2-clause MIT/BSD style 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>The text of this license is included in the file LICENSE in the source.</p>

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