diff options
author | Rob Landley <rob@landley.net> | 2011-11-15 03:01:41 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2011-11-15 03:01:41 -0600 |
commit | 1208ca7ac8ec14cb32ad42e2ef550e4ae464dc42 (patch) | |
tree | 21f3a6d05d483ab4787408fe623454b1284fece5 | |
parent | 3f998bb657bc5267af05a9402ba7dafe4745ee54 (diff) | |
download | toybox-1208ca7ac8ec14cb32ad42e2ef550e4ae464dc42.tar.gz |
More GPL->BSD debris.
-rwxr-xr-x | www/about.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/about.html b/www/about.html index dd0b3a7f..333e1fae 100755 --- a/www/about.html +++ b/www/about.html @@ -15,7 +15,8 @@ environments. The author plans to run it on his laptop, and the <a href=/code/firmware>Firmware Linux</a> project is trying to get a complete Linux system to rebuild itself from source code using toybox.</p> -<p>Toybox is <a href=license.html>Licensed under GPL version 2</a>.</p> +<p>Toybox is <a href=license.html>released under a simple 2-clause BSD-style +license</a>.</p> <p>Toybox can be built as a single "swiss army knife" executable (ala BusyBox or Red Hat's Nash), or each command can be built as a traditional independent @@ -24,7 +25,7 @@ executable.</p> <b><h2><a name="status" />What commands are implemented?</h2></b> <p>The current list of commands implemented by toybox is at the top of the -<a href=news.html>news page</a></p>. That list is updated when new commands +<a href=news.html>news page</a>. That list is updated when new commands go in.</p> <p>In general, configuring toybox for "defconfig" enables all the commands |