summaryrefslogtreecommitdiff
path: root/nuttx/COPYING
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-19 23:07:58 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-19 23:07:58 +0000
commitb5a0fbcbe0a71eb6ce04227f38647a85cd725466 (patch)
treef8e5739d3c84e16baaa9beb9f5f2afa2e08d6bf6 /nuttx/COPYING
parentebb647ce35e507d5e408ab220d65c1f12ce5539b (diff)
downloadpx4-nuttx-b5a0fbcbe0a71eb6ce04227f38647a85cd725466.tar.gz
px4-nuttx-b5a0fbcbe0a71eb6ce04227f38647a85cd725466.tar.bz2
px4-nuttx-b5a0fbcbe0a71eb6ce04227f38647a85cd725466.zip
Add HID parser from LUFA
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3303 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/COPYING')
-rwxr-xr-xnuttx/COPYING26
1 files changed, 26 insertions, 0 deletions
diff --git a/nuttx/COPYING b/nuttx/COPYING
index e5e6238ad..3f85e869e 100755
--- a/nuttx/COPYING
+++ b/nuttx/COPYING
@@ -61,6 +61,32 @@ IGMP support, if enabled in uIP, adds additional logic by Steve Reynolds:
Copyright (c) 2002 CITEL Technologies Ltd.
All rights reserved.
+The HID Parser in drivers/usbhost
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+ Adapted from the LUFA Library (MIT license):
+
+ Copyright 2011 Dean Camera (dean [at] fourwalledcubicle [dot] com)
+ dean [at] fourwalledcubicle [dot] com, www.lufa-lib.org
+
+ Permission to use, copy, modify, distribute, and sell this
+ software and its documentation for any purpose is hereby granted
+ without fee, provided that the above copyright notice appear in
+ all copies and that both that the copyright notice and this
+ permission notice and warranty disclaimer appear in supporting
+ documentation, and that the name of the author not be used in
+ advertising or publicity pertaining to distribution of the
+ software without specific, written prior permission.
+
+ The author disclaim all warranties with regard to this
+ software, including all implied warranties of merchantability
+ and fitness. In no event shall the author be liable for any
+ special, indirect or consequential damages or any damages
+ whatsoever resulting from loss of use, data or profits, whether
+ in an action of contract, negligence or other tortious action,
+ arising out of or in connection with the use or performance of
+ this software.
+
Certain functions in the NuttX C-library derive from other BSD-compatible
sources: