-
Notifications
You must be signed in to change notification settings - Fork 77
/
LICENSE.dependencies
43 lines (37 loc) · 1.53 KB
/
LICENSE.dependencies
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
*** Libraries ***
All libraries that Firmament depends on are under permissive licenses:
* Boost: Boost Software License
(http://www.boost.org/users/license.html)
* bzip2: BSD license
(http://www.bzip2.org)
* Ctemplate: New BSD license
(http://goog-ctemplate.sourceforge.net/COPYING)
* Flowlessly solver: Apache 2.0 license
(http://icgog.github.io/Flowlessly/)
* gperftools & tcmalloc: New BSD license
(http://code.google.com/p/gperftools)
* glog: New BSD license
(https://github.com/google/glog/blob/master/COPYING)
* gflags: New BSD license
(https://github.com/gflags/gflags/blob/master/COPYING.txt)
* googletest: New BSD license
(https://code.google.com/p/googletest/)
* hwloc: New BSD license
(http://www.open-mpi.org/projects/hwloc/license.php)
* Jansson: MIT license
(http://www.digip.org/jansson)
* OpenSSL: Apache license
(http://www.openssl.org/source/license.html)
* pion: Boost Software License
(http://www.boost.org/users/license.html)
* pb2json: MIT license
(https://github.com/shafreeck/pb2json/blob/master/LICENSE)
* protobuf: New BSD license
(https://github.com/google/protobuf/blob/master/LICENSE)
*** Min-cost, max flow solvers ***
Note that the "cs2" min-cost, max-flow solver is under a non-free
license that does not permit commercial use:
https://github.com/iveney/cs2/blob/master/COPYRIGHT
If you intend to use Firmament in a commercial production environment, we
recommend that you use our free, Apache-licensed Flowlessly solver instead
(https://github.com/ICGog/Flowlessly).