comparison README @ 479:0cd977e94479

initial commit of the c++ client
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 16 Jul 2013 09:08:09 +0200
parents 694f06a84bf4
children c5f1986d9ddc
comparison
equal deleted inserted replaced
478:888f8a778e70 479:0cd977e94479
58 Licensing of special directories 58 Licensing of special directories
59 -------------------------------- 59 --------------------------------
60 60
61 The following directories have separate licensing terms: 61 The following directories have separate licensing terms:
62 62
63 * The files of the "OrthancCppClient/" directory are licensed under
64 the MIT license, which allows commercial products to statically link
65 against the C++ client library.
66
67 * The file of the "Core/SQLite/" directory are licensed under the 63 * The file of the "Core/SQLite/" directory are licensed under the
68 3-clause BSD license, as they are derived from the Chromium project. 64 3-clause BSD license, as they are derived from the Chromium project.
69 65
70 66
71 Content 67 Content
72 ------- 68 -------
73 69
74 This archive contains the following directories: 70 This archive contains the following directories:
75 71
76 * Core/ - The core C++ classes (independent of DCMTK) 72 * Core/ - The core C++ classes (independent of DCMTK)
77 * OrthancCppClient/ - Code of the C++ client (under MIT license) 73 * OrthancCppClient/ - Code of the C++ client
78 * OrthancExplorer/ - Code of the Web application (HTML5/Javascript) 74 * OrthancExplorer/ - Code of the Web application (HTML5/Javascript)
79 * OrthancServer/ - Code of the Orthanc server (depends on DCMTK) 75 * OrthancServer/ - Code of the Orthanc server (depends on DCMTK)
80 * Resources/ - Scripts, resources for building third-party code 76 * Resources/ - Scripts, resources for building third-party code
81 * UnitTests/ - Unit tests 77 * UnitTests/ - Unit tests
82 78