diff options
-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 |