summaryrefslogtreecommitdiff
path: root/nuttx/COPYING
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-15 16:23:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-15 16:23:17 +0000
commit9c8afa0fd9e51de419fca55a158e01953839d68f (patch)
tree46c344b5a4d3e3e4b4763bec7fb9194ad9803304 /nuttx/COPYING
parent4a7c0a0fb167fd8d2d9279ffce620aa3e272fcc5 (diff)
downloadnuttx-9c8afa0fd9e51de419fca55a158e01953839d68f.tar.gz
nuttx-9c8afa0fd9e51de419fca55a158e01953839d68f.tar.bz2
nuttx-9c8afa0fd9e51de419fca55a158e01953839d68f.zip
Prep for 6.19 releasenuttx-6.19
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4847 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/COPYING')
-rw-r--r--nuttx/COPYING21
1 files changed, 21 insertions, 0 deletions
diff --git a/nuttx/COPYING b/nuttx/COPYING
index 80fa48897..82d3a8a58 100644
--- a/nuttx/COPYING
+++ b/nuttx/COPYING
@@ -120,6 +120,27 @@ The HID Parser in drivers/usbhost
Certain functions in the NuttX C-library derive from other BSD-compatible
sources:
+fs/nfs:
+^^^^^^^
+
+ NFS:
+
+ Copyright (c) 1989, 1991, 1993, 1995 The Regents of the University of
+ California. All rights reserved.
+
+ and RPC also has:
+
+ Copyright (c) 2004 The Regents of the University of Michigan.
+ Copyright (c) 2004 Weston Andros Adamson <muzzle@umich.edu>.
+ Copyright (c) 2004 Marius Aamodt Eriksen <marius@umich.edu>.
+
+ The University of Michigan uses a modified BSD license equivalent to
+ the NuttX license. The University of California code uses the original
+ BSD license and requires that I state the following:
+
+ "This product includes software developed by the University of
+ California, Berkeley and its contributors."
+
strtod():
^^^^^^^^