diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-02-12 03:09:40 -0500 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-02-12 03:09:40 -0500 |
commit | 1fb0e0d727089e23d4b30e1efba5410dc4b4da14 (patch) | |
tree | 0fa1cf4d66be6bccab4ddd563b4070b2559bcc0a /libmaple/usb/descriptors.h | |
parent | dba5b94ff3d1a5b9929abee53d6777128a5acc48 (diff) | |
parent | 61b310c5124b27226f1a6ade5cd726128fed61aa (diff) | |
download | librambutan-1fb0e0d727089e23d4b30e1efba5410dc4b4da14.tar.gz librambutan-1fb0e0d727089e23d4b30e1efba5410dc4b4da14.zip |
Merge branch 'debug-serialusb'
Conflicts:
libmaple/usb/usb.c
notes/coding_standard.txt
Diffstat (limited to 'libmaple/usb/descriptors.h')
-rw-r--r-- | libmaple/usb/descriptors.h | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/libmaple/usb/descriptors.h b/libmaple/usb/descriptors.h index 6652942..6f7d08b 100644 --- a/libmaple/usb/descriptors.h +++ b/libmaple/usb/descriptors.h @@ -1,4 +1,27 @@ -/* insert license */ +/* ***************************************************************************** + * The MIT License + * + * Copyright (c) 2010 LeafLabs LLC. + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + * THE SOFTWARE. + * ****************************************************************************/ + #ifndef __DESCRIPTORS_H #define __DESCRIPTORS_H |