annotate www/license.html @ 1775:57f2a26fa92c draft toast

To ensure that toybox can be installed alongside busybox without confusing update-alternatives, the paths of the links installed by toybox should match those installed by busybox. This is accomplished by changing the flags of a few tools within toybox.
author Paul Barker <paul@paulbarker.me.uk>
date Sat, 04 Apr 2015 11:58:06 -0500
parents fa1a3b9eed6f
children
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
1359
fa1a3b9eed6f Tweak license page to explicitly say that zero clause BSD is functionally equivalent to placing the code in the public domain.
Rob Landley <rob@landley.net>
parents: 1180
diff changeset
4 <h2>Toybox is released under the following "zero clause" BSD 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
1359
fa1a3b9eed6f Tweak license page to explicitly say that zero clause BSD is functionally equivalent to placing the code in the public domain.
Rob Landley <rob@landley.net>
parents: 1180
diff changeset
21 <p>You can treat it as a license if you like, but this variant is functionally
fa1a3b9eed6f Tweak license page to explicitly say that zero clause BSD is functionally equivalent to placing the code in the public domain.
Rob Landley <rob@landley.net>
parents: 1180
diff changeset
22 equivalent to placing the code in the public domain.</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
23
8f0b24cc7cd7 Minor web page updates (put header/footer back, add a few <hr> tags).
Rob Landley <rob@landley.net>
parents: 360
diff changeset
24 <!--#include file="footer.html" -->