mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Misc USB device driver debug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2828 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user