summaryrefslogtreecommitdiff
path: root/misc/LICENSING.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-18 14:41:22 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-18 14:41:22 +0000
commit89410c7157fd6e2c5f13dc4814606c97dd2d715f (patch)
tree1aaa2021eb1fd2df42ef1940e57689c511e439c0 /misc/LICENSING.txt
parentfd5f3bf64dd35754e44942f99352d70fc71ae73b (diff)
downloadnuttx-89410c7157fd6e2c5f13dc4814606c97dd2d715f.tar.gz
nuttx-89410c7157fd6e2c5f13dc4814606c97dd2d715f.tar.bz2
nuttx-89410c7157fd6e2c5f13dc4814606c97dd2d715f.zip
Make RTL8187 driver an add-on
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3390 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/LICENSING.txt')
-rw-r--r--misc/LICENSING.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/LICENSING.txt b/misc/LICENSING.txt
index 55690a0cc..05e96d4a2 100644
--- a/misc/LICENSING.txt
+++ b/misc/LICENSING.txt
@@ -17,6 +17,7 @@ below:
pascal:
Description: Pascal compiler with NuttX runtime add-on.
License: BSD
+
sims:
Description: This is a repository of instruction set simulators
that were used to verify NuttX. The licensing of the
@@ -29,3 +30,17 @@ below:
instruction set emulator. That emulation is not included
in this directory, but is automatically downloaded when
z80sim is built.
+
+ drivers:
+ Descriptions: This is a folder of drivers that are not included
+ in the main NuttX source tree due to licensing or other concerns.
+ Compatibly licensed drivers (BSD or MIT) are included in the main
+ source tree. These drivers have incompatible licesnes. They
+ may, as an example, have been leveraged from Linux and, hence,
+ inherit a GPL license. By installing this driver package you
+ agree to the licensing terms of the individual drivers.
+
+ rtl8187x
+ This is a USB host driver for the RTL8187x wireless LAN. Some
+ of the critical logic in this driver derives from Linux and,
+ hence, is GPLv2.