From 89410c7157fd6e2c5f13dc4814606c97dd2d715f Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 18 Mar 2011 14:41:22 +0000 Subject: Make RTL8187 driver an add-on git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3390 42af7a65-404d-4744-a932-0658087f49c3 --- misc/LICENSING.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'misc/LICENSING.txt') 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. -- cgit v1.2.3