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