comparison www/about.html @ 385:bf7eea85f46c

More GPL->BSD debris.
author Rob Landley <rob@landley.net>
date Tue, 15 Nov 2011 03:01:41 -0600
parents 8f0b24cc7cd7
children 3d87f15f4c60
comparison
equal deleted inserted replaced
384:6fb2672851d9 385:bf7eea85f46c
13 embedded systems up to full general purpose desktop and development 13 embedded systems up to full general purpose desktop and development
14 environments. The author plans to run it on his laptop, and the 14 environments. The author plans to run it on his laptop, and the
15 <a href=/code/firmware>Firmware Linux</a> project is trying to get a complete 15 <a href=/code/firmware>Firmware Linux</a> project is trying to get a complete
16 Linux system to rebuild itself from source code using toybox.</p> 16 Linux system to rebuild itself from source code using toybox.</p>
17 17
18 <p>Toybox is <a href=license.html>Licensed under GPL version 2</a>.</p> 18 <p>Toybox is <a href=license.html>released under a simple 2-clause BSD-style
19 license</a>.</p>
19 20
20 <p>Toybox can be built as a single "swiss army knife" executable (ala BusyBox 21 <p>Toybox can be built as a single "swiss army knife" executable (ala BusyBox
21 or Red Hat's Nash), or each command can be built as a traditional independent 22 or Red Hat's Nash), or each command can be built as a traditional independent
22 executable.</p> 23 executable.</p>
23 24
24 <b><h2><a name="status" />What commands are implemented?</h2></b> 25 <b><h2><a name="status" />What commands are implemented?</h2></b>
25 26
26 <p>The current list of commands implemented by toybox is at the top of the 27 <p>The current list of commands implemented by toybox is at the top of the
27 <a href=news.html>news page</a></p>. That list is updated when new commands 28 <a href=news.html>news page</a>. That list is updated when new commands
28 go in.</p> 29 go in.</p>
29 30
30 <p>In general, configuring toybox for "defconfig" enables all the commands 31 <p>In general, configuring toybox for "defconfig" enables all the commands
31 compete enough to be useful. Configuring "allyesconfig" enables partially 32 compete enough to be useful. Configuring "allyesconfig" enables partially
32 implemented commands as well.</p> 33 implemented commands as well.</p>