annotate www/license.html @ 1183:0752b2d58909 draft

Rename xmsprintf() to just xmprintf(). Partly because there's no supplied target string ala sprintf, and partly because I can never remember what order the m and s go in.
author Rob Landley <rob@landley.net>
date Thu, 16 Jan 2014 09:26:50 -0600
parents 94eb7b9127d2
children fa1a3b9eed6f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1180
94eb7b9127d2 Change header and pages so each page has its own title.
Rob Landley <rob@landley.net>
parents: 868
diff changeset
1 <html><head><title>Toybox License</title>
365
8f0b24cc7cd7 Minor web page updates (put header/footer back, add a few <hr> tags).
Rob Landley <rob@landley.net>
parents: 360
diff changeset
2 <!--#include file="header.html" -->
8f0b24cc7cd7 Minor web page updates (put header/footer back, add a few <hr> tags).
Rob Landley <rob@landley.net>
parents: 360
diff changeset
3
384
6fb2672851d9 Switch license.html to BSD, and delete the old "FSF screwed over Mepis" rant (which while still true, is no longer relevant).
Rob Landley <rob@landley.net>
parents: 365
diff changeset
4 <h2>Toybox is licensed under a simple 2-clause MIT/BSD style license:</h2>
0
e651a31d5416 Starting a new project. Just a bit past the "hello world" stage...
landley@driftwood
parents:
diff changeset
5
384
6fb2672851d9 Switch license.html to BSD, and delete the old "FSF screwed over Mepis" rant (which while still true, is no longer relevant).
Rob Landley <rob@landley.net>
parents: 365
diff changeset
6 <blockquote>
6fb2672851d9 Switch license.html to BSD, and delete the old "FSF screwed over Mepis" rant (which while still true, is no longer relevant).
Rob Landley <rob@landley.net>
parents: 365
diff changeset
7 <p>Copyright (C) 2006 by Rob Landley &lt;rob@landley.net&gt;
0
e651a31d5416 Starting a new project. Just a bit past the "hello world" stage...
landley@driftwood
parents:
diff changeset
8
384
6fb2672851d9 Switch license.html to BSD, and delete the old "FSF screwed over Mepis" rant (which while still true, is no longer relevant).
Rob Landley <rob@landley.net>
parents: 365
diff changeset
9 <p>Permission to use, copy, modify, and/or distribute this software for any
868
a0fa96c5c95c Commit 818 simplified the license text in the source tarball, this gets the web copy.
Rob Landley <rob@landley.net>
parents: 384
diff changeset
10 purpose with or without fee is hereby granted.</p>
0
e651a31d5416 Starting a new project. Just a bit past the "hello world" stage...
landley@driftwood
parents:
diff changeset
11
384
6fb2672851d9 Switch license.html to BSD, and delete the old "FSF screwed over Mepis" rant (which while still true, is no longer relevant).
Rob Landley <rob@landley.net>
parents: 365
diff changeset
12 <p>THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
6fb2672851d9 Switch license.html to BSD, and delete the old "FSF screwed over Mepis" rant (which while still true, is no longer relevant).
Rob Landley <rob@landley.net>
parents: 365
diff changeset
13 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
6fb2672851d9 Switch license.html to BSD, and delete the old "FSF screwed over Mepis" rant (which while still true, is no longer relevant).
Rob Landley <rob@landley.net>
parents: 365
diff changeset
14 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
6fb2672851d9 Switch license.html to BSD, and delete the old "FSF screwed over Mepis" rant (which while still true, is no longer relevant).
Rob Landley <rob@landley.net>
parents: 365
diff changeset
15 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
6fb2672851d9 Switch license.html to BSD, and delete the old "FSF screwed over Mepis" rant (which while still true, is no longer relevant).
Rob Landley <rob@landley.net>
parents: 365
diff changeset
16 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
6fb2672851d9 Switch license.html to BSD, and delete the old "FSF screwed over Mepis" rant (which while still true, is no longer relevant).
Rob Landley <rob@landley.net>
parents: 365
diff changeset
17 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
6fb2672851d9 Switch license.html to BSD, and delete the old "FSF screwed over Mepis" rant (which while still true, is no longer relevant).
Rob Landley <rob@landley.net>
parents: 365
diff changeset
18 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</p>
6fb2672851d9 Switch license.html to BSD, and delete the old "FSF screwed over Mepis" rant (which while still true, is no longer relevant).
Rob Landley <rob@landley.net>
parents: 365
diff changeset
19 </blockquote>
0
e651a31d5416 Starting a new project. Just a bit past the "hello world" stage...
landley@driftwood
parents:
diff changeset
20
384
6fb2672851d9 Switch license.html to BSD, and delete the old "FSF screwed over Mepis" rant (which while still true, is no longer relevant).
Rob Landley <rob@landley.net>
parents: 365
diff changeset
21 <P>The text of this license is included in the file LICENSE in the source.</p>
365
8f0b24cc7cd7 Minor web page updates (put header/footer back, add a few <hr> tags).
Rob Landley <rob@landley.net>
parents: 360
diff changeset
22
8f0b24cc7cd7 Minor web page updates (put header/footer back, add a few <hr> tags).
Rob Landley <rob@landley.net>
parents: 360
diff changeset
23 <!--#include file="footer.html" -->