John Park | 7eb9042 | 2018-01-27 12:04:57 -0800 | [diff] [blame] | 1 | Copyright (c) 2009-2017 FIRST |
| 2 | All rights reserved. |
| 3 | |
| 4 | Redistribution and use in source and binary forms, with or without |
| 5 | modification, are permitted provided that the following conditions are met: |
| 6 | * Redistributions of source code must retain the above copyright |
| 7 | notice, this list of conditions and the following disclaimer. |
| 8 | * Redistributions in binary form must reproduce the above copyright |
| 9 | notice, this list of conditions and the following disclaimer in the |
| 10 | documentation and/or other materials provided with the distribution. |
| 11 | * Neither the name of the FIRST nor the |
| 12 | names of its contributors may be used to endorse or promote products |
| 13 | derived from this software without specific prior written permission. |
| 14 | |
| 15 | THIS SOFTWARE IS PROVIDED BY FIRST AND CONTRIBUTORS``AS IS'' AND ANY |
| 16 | EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 17 | WARRANTIES OF MERCHANTABILITY NONINFRINGEMENT AND FITNESS FOR A PARTICULAR |
| 18 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL FIRST OR CONTRIBUTORS BE LIABLE FOR |
| 19 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 20 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 21 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
| 22 | ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 23 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 24 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 25 | |
| 26 | |
| 27 | ============================================================================== |
| 28 | LLVM Release License |
| 29 | ============================================================================== |
| 30 | University of Illinois/NCSA |
| 31 | Open Source License |
| 32 | |
| 33 | Copyright (c) 2003-2016 University of Illinois at Urbana-Champaign. |
| 34 | All rights reserved. |
| 35 | |
| 36 | Developed by: |
| 37 | |
| 38 | LLVM Team |
| 39 | |
| 40 | University of Illinois at Urbana-Champaign |
| 41 | |
| 42 | http://llvm.org |
| 43 | |
| 44 | Permission is hereby granted, free of charge, to any person obtaining a copy of |
| 45 | this software and associated documentation files (the "Software"), to deal with |
| 46 | the Software without restriction, including without limitation the rights to |
| 47 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies |
| 48 | of the Software, and to permit persons to whom the Software is furnished to do |
| 49 | so, subject to the following conditions: |
| 50 | |
| 51 | * Redistributions of source code must retain the above copyright notice, |
| 52 | this list of conditions and the following disclaimers. |
| 53 | |
| 54 | * Redistributions in binary form must reproduce the above copyright notice, |
| 55 | this list of conditions and the following disclaimers in the |
| 56 | documentation and/or other materials provided with the distribution. |
| 57 | |
| 58 | * Neither the names of the LLVM Team, University of Illinois at |
| 59 | Urbana-Champaign, nor the names of its contributors may be used to |
| 60 | endorse or promote products derived from this Software without specific |
| 61 | prior written permission. |
| 62 | |
| 63 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 64 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
| 65 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 66 | CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 67 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 68 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE |
| 69 | SOFTWARE. |
| 70 | |
| 71 | |
| 72 | __ _____ _____ _____ |
| 73 | __| | __| | | | JSON for Modern C++ |
| 74 | | | |__ | | | | | | version 2.1.1 |
| 75 | |_____|_____|_____|_|___| https://github.com/nlohmann/json |
| 76 | |
| 77 | Licensed under the MIT License <http://opensource.org/licenses/MIT>. |
| 78 | Copyright (c) 2013-2017 Niels Lohmann <http://nlohmann.me>. |
| 79 | |
| 80 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 81 | of this software and associated documentation files (the "Software"), to deal |
| 82 | in the Software without restriction, including without limitation the rights |
| 83 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 84 | copies of the Software, and to permit persons to whom the Software is |
| 85 | furnished to do so, subject to the following conditions: |
| 86 | |
| 87 | The above copyright notice and this permission notice shall be included in all |
| 88 | copies or substantial portions of the Software. |
| 89 | |
| 90 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 91 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 92 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 93 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 94 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 95 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 96 | SOFTWARE. |