comparison README @ 4131:eea760f20ed2 Orthanc-1.7.2

Orthanc-1.7.2
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 08 Jul 2020 11:50:26 +0200
parents 19a2f1d2b816
children 7822fa96f9c8
comparison
equal deleted inserted replaced
4130:4899c3135479 4131:eea760f20ed2
4 4
5 General Information 5 General Information
6 ------------------- 6 -------------------
7 7
8 General information about this software can be found on its official 8 General information about this software can be found on its official
9 Website: 9 Website, and in the Orthanc Book:
10 http://www.orthanc-server.com/ 10 http://www.orthanc-server.com/
11 http://book.orthanc-server.com/
11 12
12 The instructions for building Orthanc can be found in the "INSTALL" 13 The instructions for building Orthanc can be found in the "./INSTALL"
13 file. 14 file.
14 15
15 16
16 Supported Platforms 17 Supported Platforms
17 ------------------- 18 -------------------
69 Licensing of special directories 70 Licensing of special directories
70 -------------------------------- 71 --------------------------------
71 72
72 The following directories have separate licensing terms: 73 The following directories have separate licensing terms:
73 74
74 * The files of the "OrthancFramework/Sources/SQLite/" directory are 75 * The files of the "./OrthancFramework/Sources/" directory are
76 licensed under the LGPLv3 (Lesser GPL) since Orthanc 1.7.2. The
77 related COPYING file can be found in "./OrthancFramework".
78
79 * The files of the "./OrthancFramework/Sources/SQLite/" directory are
75 licensed under the 3-clause BSD license, as they are derived from 80 licensed under the 3-clause BSD license, as they are derived from
76 the Chromium project. 81 the Chromium project.
77 82
78 83
79 Content 84 Content
80 ------- 85 -------
81 86
82 This archive contains the following important directories: 87 This archive contains the following important directories:
83 88
84 * OrthancFramework/Sources/ - The sources of the Orthanc framework 89 * ./OrthancFramework/Sources/ - The sources of the Orthanc framework
85 * OrthancFramework/UnitTestsSources/ - Unit tests of the Orthanc framework 90 * ./OrthancFramework/UnitTestsSources/ - Unit tests of the Orthanc framework
86 * OrthancServer/OrthancExplorer/ - Code of the Orthanc Explorer (HTML5/Javascript) 91 * ./OrthancServer/OrthancExplorer/ - Code of the Orthanc Explorer (HTML5/Javascript)
87 * OrthancServer/Plugins/ - Code of the plugin framework 92 * ./OrthancServer/Plugins/ - Code of the plugin framework
88 * OrthancServer/Resources/Samples/ - Samples 93 * ./OrthancServer/Resources/Samples/ - Samples
89 * OrthancServer/Sources/ - Code of the Orthanc server (depends on DCMTK) 94 * ./OrthancServer/Sources/ - Code of the Orthanc server (depends on DCMTK)
90 * OrthancServer/UnitTestsSources/ - Unit tests of the Orthanc server 95 * ./OrthancServer/UnitTestsSources/ - Unit tests of the Orthanc server
91 96
92 This archive contains the following important files: 97 This archive contains the following important files:
93 98
94 * AUTHORS - The list of the authors 99 * ./AUTHORS - The list of the authors
95 * INSTALL - How to build Orthanc 100 * ./COPYING - The main GPLv3 license
96 * NEWS - The history of main changes between versions 101 * ./INSTALL - How to build Orthanc
97 * OrthancFramework/COPYING - The GPLv3 license 102 * ./NEWS - The history of main changes between versions
98 * OrthancServer/CMakeLists.txt - The main build script of the Orthanc server 103 * ./OrthancServer/CMakeLists.txt - The main build script of the Orthanc server
99 * OrthancServer/COPYING - The GPLv3 license 104 * ./README - This file
100 * README - This file
101 105
102 We have decided not to maintain a separate "ChangeLog" file. Each 106 We have decided not to maintain a separate "ChangeLog" file. Each
103 commit to the official Orthanc Mercurial repository should be 107 commit to the official Orthanc Mercurial repository should be
104 associated with a description of the changes. 108 associated with a description of the changes.