-
Notifications
You must be signed in to change notification settings - Fork 0
/
License.txt
48 lines (37 loc) · 2.38 KB
/
License.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Everything in this repository but the contents under contrib/ and partially
the contents unter cmake/modules/ is released by the authors (found in the
CONTRIBUTORS.txt file) under the MIT license (see below).
Code under contrib/ includes:
* Tinydir by https://github.com/cxong, released under 2-Clause BSD license
* A JSON library by Niels Lohmann, released under MIT license
* malloc_counter by Timo Bingmann, released under 2-Clause BSD license
More code will be pulled in by "git submodule", which brings its own license
descriptions.
Additionally, CMake modules distributed with this software include:
* Cotire by Sascha Kratky, released under MIT license
* FindCairo by Balint Seeber, released under GPL v2
* FindCPLEX by Bjoern Andres, Thorsten Beier and Joerg H. Kappes, released under MIT license
* FindGurobi by John Schulman, released under BSD 2-clause license
* FindIPOPT by iCub Facility, Istituto Italiano di Tecnologia, released under BSD 3-clause license
* FindODB by Timo Rothenpieler and Per Edin, released under MIT license
* FindPAPI by Gerard Gorman, released under 2-Clause BSD license
* FindSqlite by Gilles Caulier, released under 3-Clause BSD license
* GetGitRevisionDescription by Ryan Pavlik, released under Boost Software License 1.0
=============================================================================
MIT License
Copyright (c) 2018 KIT ITI Algorithmics Group
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.