summaryrefslogtreecommitdiff
path: root/nuttx/COPYING
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-07 01:48:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-07 01:48:15 +0000
commit580db74929cdb7489a744aa3a6e4385f1abfb71b (patch)
tree9a3e78a489aac8c0df16cdef1994dc0078ad03d5 /nuttx/COPYING
parent73d29d6d9c28602c74f70eb7f3193c3fa399b93a (diff)
downloadnuttx-580db74929cdb7489a744aa3a6e4385f1abfb71b.tar.gz
nuttx-580db74929cdb7489a744aa3a6e4385f1abfb71b.tar.bz2
nuttx-580db74929cdb7489a744aa3a6e4385f1abfb71b.zip
Misc USB device driver debug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2828 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/COPYING')
-rwxr-xr-xnuttx/COPYING37
1 files changed, 35 insertions, 2 deletions
diff --git a/nuttx/COPYING b/nuttx/COPYING
index 527c82c17..e5e6238ad 100755
--- a/nuttx/COPYING
+++ b/nuttx/COPYING
@@ -6,6 +6,9 @@ provided only that you repect the modest copyright notices as
described in license (below). Please feel free to contact me if you
have any licensing concerns.
+NuttX
+^^^^^^
+
License for NuttX in general (authorship of individual files may vary):
/*************************************************************************
*
@@ -41,12 +44,18 @@ License for NuttX in general (authorship of individual files may vary):
*
*************************************************************************/
-Some networking components of NuttX derive from uIP which has a similar
-BSD style license:
+uIP
+^^^
+
+Many lower-level networking components of NuttX derive from uIP which
+has a similar BSD style license:
Copyright (c) 2001-2003, Adam Dunkels.
All rights reserved.
+IGMP
+^^^^
+
IGMP support, if enabled in uIP, adds additional logic by Steve Reynolds:
Copyright (c) 2002 CITEL Technologies Ltd.
@@ -56,11 +65,14 @@ Certain functions in the NuttX C-library derive from other BSD-compatible
sources:
strtod():
+^^^^^^^^
Copyright (C) 2002 Michael Ringgaard. All rights reserved.
Copyright (C) 2006-2007 H. Peter Anvin.
dtoa():
+^^^^^^
+
If you enable floating point conversions with CONFIG_LIBC_FLOATINGPOINT,
then some files with an unmodified BSD license will be included. That
license is similar to the above (modified) BSD license, but has an
@@ -68,3 +80,24 @@ dtoa():
"This product includes software developed by the University of
California, Berkeley and its contributors."
+
+Documents/rss.gif
+^^^^^^^^^^^^^^^^^
+
+ Licensed under Creative Commons Attribution-Share Alike 2.5 Generic
+ license:
+
+ You are free:
+
+ * to share – to copy, distribute and transmit the work
+ * to remix – to adapt the work
+
+ Under the following conditions:
+
+ * attribution – You must attribute the work in the manner specified
+ by the author or licensor (but not in any way that suggests that
+ they endorse you or your use of the work).
+ * share alike – If you alter, transform, or build upon this work,
+ you may distribute the resulting work only under the same or
+ similar license to this one.
+