comparison README @ 17:db4d996ea264

licensing of sqlite
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 23 Jul 2012 09:29:00 +0200
parents 7908a4c25a18
children 0a04c70747d9
comparison
equal deleted inserted replaced
15:2fcf8e5e789c 17:db4d996ea264
8 Code hosting page: 8 Code hosting page:
9 http://code.google.com/p/palantir-dicom/ 9 http://code.google.com/p/palantir-dicom/
10 10
11 The instructions for building Palantir can be found in the "INSTALL" 11 The instructions for building Palantir can be found in the "INSTALL"
12 file. 12 file.
13
14
15
16 Licensing
17 ---------
18
19 Palantir is licensed under the GPLv3 license. Because Palantir uses
20 the Software-as-a-Service paradigm, commercial products are allowed to
21 access the Palantir REST services and to bundle Palantir in an
22 commercial aggregate.
23
24 We also kindly require scientific works that make use of Palantir to
25 cite Palantir in their associated publications.
26
27 The files of the "PalantirCppClient" directory are licensed under the
28 MIT license, which allows commercial products to statically link
29 against the C++ client library.
30 13
31 14
32 15
33 Supported Platforms 16 Supported Platforms
34 ------------------- 17 -------------------
48 toolchains: 31 toolchains:
49 32
50 * Native Linux compilation, with gcc. 33 * Native Linux compilation, with gcc.
51 * Native Windows compilation, with Microsoft Visual Studio. 34 * Native Windows compilation, with Microsoft Visual Studio.
52 * Cross-compilation for Windows under Linux, with MinGW. 35 * Cross-compilation for Windows under Linux, with MinGW.
36
37
38
39 Licensing
40 ---------
41
42 Palantir is licensed under the GPLv3 license. Because Palantir uses
43 the Software-as-a-Service paradigm, commercial products are allowed to
44 access the Palantir REST services and to bundle Palantir in an
45 commercial aggregate.
46
47 We also kindly require scientific works that make use of Palantir to
48 cite Palantir in their associated publications.
49
50
51
52 Licensing of special directories
53 --------------------------------
54
55 The following directories have separate licensing terms:
56
57 * The files of the "PalantirCppClient/" directory are licensed under
58 the MIT license, which allows commercial products to statically link
59 against the C++ client library.
60
61 * The file of the "Core/SQLite/" directory are licensed under the
62 3-clause BSD license, as they are derived from the Chromium project.
53 63
54 64
55 65
56 Content 66 Content
57 ------- 67 -------