|
| 1 | +The MIT License (MIT) |
| 2 | + |
| 3 | +Copyright (c) Microsoft |
| 4 | + |
| 5 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 6 | +of this software and associated documentation files (the "Software"), to deal |
| 7 | +in the Software without restriction, including without limitation the rights |
| 8 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 9 | +copies of the Software, and to permit persons to whom the Software is |
| 10 | +furnished to do so, subject to the following conditions: |
| 11 | + |
| 12 | +The above copyright notice and this permission notice shall be included in all |
| 13 | +copies or substantial portions of the Software. |
| 14 | + |
| 15 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 16 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 17 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 18 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 19 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 20 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 21 | +SOFTWARE. |
| 22 | + |
| 23 | +Third Party Programs: The software may include third party programs that |
| 24 | +Microsoft, not the third party, licenses to you under this agreement. |
| 25 | +Notices, if any, for the third party programs are included for your |
| 26 | +information only. |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | +Otherwise, where noted: |
| 31 | + |
| 32 | +/* ---------------------------------------------------------------------------- |
| 33 | + * SAM Software Package License |
| 34 | + * ---------------------------------------------------------------------------- |
| 35 | + * Copyright (c) 2011-2014, Atmel Corporation |
| 36 | + * |
| 37 | + * All rights reserved. |
| 38 | + * |
| 39 | + * Redistribution and use in source and binary forms, with or without |
| 40 | + * modification, are permitted provided that the following condition is met: |
| 41 | + * |
| 42 | + * Redistributions of source code must retain the above copyright notice, |
| 43 | + * this list of conditions and the disclaimer below. |
| 44 | + * |
| 45 | + * Atmel's name may not be used to endorse or promote products derived from |
| 46 | + * this software without specific prior written permission. |
| 47 | + * |
| 48 | + * DISCLAIMER: THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR |
| 49 | + * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 50 | + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE |
| 51 | + * DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 52 | + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 53 | + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, |
| 54 | + * OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 55 | + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 56 | + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, |
| 57 | + * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 58 | + * ---------------------------------------------------------------------------- |
| 59 | + */ |
| 60 | + |
0 commit comments