diff options
author | Rob Landley <rob@landley.net> | 2006-09-14 05:59:32 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-09-14 05:59:32 +0000 |
commit | 85c6de71bf23e991c8ae570e637839a59222496a (patch) | |
tree | 6139db1911e6523712e07a470082d79fa9364321 | |
parent | cc9962d7fb3bcd109f02fdaf76028d8e87e11951 (diff) | |
download | busybox-w32-85c6de71bf23e991c8ae570e637839a59222496a.tar.gz busybox-w32-85c6de71bf23e991c8ae570e637839a59222496a.tar.bz2 busybox-w32-85c6de71bf23e991c8ae570e637839a59222496a.zip |
svn 15355 replaced "BusyBox is licensed under the GNU General Public Public
License" with "BusyBox is licensed under the GNU General Public
License version 2 or later... (This is the same license the Linux kernel
is under...)" Except that the Linux kernel isn't under GPLv2 or later,
it's just under GPLv2.
Now they match again.
-rw-r--r-- | docs/busybox.net/license.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/busybox.net/license.html b/docs/busybox.net/license.html index 95fa6b60e..8f7828502 100644 --- a/docs/busybox.net/license.html +++ b/docs/busybox.net/license.html | |||
@@ -4,7 +4,7 @@ | |||
4 | <h3>BusyBox is licensed under the GNU General Public License</h3> | 4 | <h3>BusyBox is licensed under the GNU General Public License</h3> |
5 | 5 | ||
6 | <p>BusyBox is licensed under <a href="http://www.gnu.org/licenses/gpl.html#SEC1">the | 6 | <p>BusyBox is licensed under <a href="http://www.gnu.org/licenses/gpl.html#SEC1">the |
7 | GNU General Public License</a> version 2 or later, which is generally | 7 | GNU General Public License</a> version 2, which is generally |
8 | abbreviated as the GPL. (This is the same license the Linux kernel is under, | 8 | abbreviated as the GPL. (This is the same license the Linux kernel is under, |
9 | so you may be somewhat familiar with it by now.)</p> | 9 | so you may be somewhat familiar with it by now.)</p> |
10 | 10 | ||