diff options
author | Rob Landley <rob@landley.net> | 2009-09-30 23:30:26 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2009-09-30 23:30:26 -0500 |
commit | 08671ef3e4b6989a62df6dcbd0a6d4880ff0dccd (patch) | |
tree | 5430ab5561d69214374ec0c15a2052b7c092c794 /www/license.html | |
parent | 6f4584958bc299b073ce20801e6184fb1af3baac (diff) | |
download | toybox-08671ef3e4b6989a62df6dcbd0a6d4880ff0dccd.tar.gz |
Remove header/footer includes to prepare for css instead.
Diffstat (limited to 'www/license.html')
-rwxr-xr-x | www/license.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/www/license.html b/www/license.html index d67269db..3cd510e9 100755 --- a/www/license.html +++ b/www/license.html @@ -1,5 +1,3 @@ -<!--#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 @@ -351,4 +349,3 @@ POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS </pre> -<!--#include file="footer.html" --> |