diff options
author | Rob Landley <rob@landley.net> | 2010-01-05 10:41:52 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2010-01-05 10:41:52 -0600 |
commit | 589f5cdcb7b7ff052c85f9b70dfc6dca692e5934 (patch) | |
tree | bdb5a279184e51640f88d11f814faa796a315c0b /www/license.html | |
parent | b704ad20b42f2711e7f8f924865d0d87609976ad (diff) | |
download | toybox-589f5cdcb7b7ff052c85f9b70dfc6dca692e5934.tar.gz |
Minor web page updates (put header/footer back, add a few <hr> tags).
Diffstat (limited to 'www/license.html')
-rwxr-xr-x | www/license.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/license.html b/www/license.html index 3cd510e9..108492c1 100755 --- a/www/license.html +++ b/www/license.html @@ -1,3 +1,5 @@ +<!--#include file="header.html" --> + <h2>Toybox is licensed under the terms of GPLv2.</h2> <p>The complete text of the General Public License version 2 is included in the @@ -349,3 +351,5 @@ POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS </pre> + +<!--#include file="footer.html" --> |