comparison Sphinx/source/faq/licensing.rst @ 358:011b01ccf52d

fixing external hyperlinks
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Mar 2020 18:47:35 +0200
parents 0122c668f4ec
children d217af5e6cb3
comparison
equal deleted inserted replaced
357:6b432ce3a56e 358:011b01ccf52d
90 +-----------------------------------------------------+---------------+-------+--------+--------------+------------------------+-------------------+ 90 +-----------------------------------------------------+---------------+-------+--------+--------------+------------------------+-------------------+
91 | Creating an Orthanc plugin or a Lua script, that | No | Yes | Yes | Yes | Dual licensing | Dual licensing | 91 | Creating an Orthanc plugin or a Lua script, that | No | Yes | Yes | Yes | Dual licensing | Dual licensing |
92 | is hosted by an Orthanc server where some | | | | | | | 92 | is hosted by an Orthanc server where some | | | | | | |
93 | AGPL-licensed plugin is installed | | | | | | | 93 | AGPL-licensed plugin is installed | | | | | | |
94 +-----------------------------------------------------+---------------+-------+--------+--------------+------------------------+-------------------+ 94 +-----------------------------------------------------+---------------+-------+--------+--------------+------------------------+-------------------+
95 | Creating a :ref:`Python script <python>` | No | No | Yes | Yes | Dual licensing | Dual licensing | 95 | Creating a :ref:`Python script <python-plugin>` | No | No | Yes | Yes | Dual licensing | Dual licensing |
96 +-----------------------------------------------------+---------------+-------+--------+--------------+------------------------+-------------------+ 96 +-----------------------------------------------------+---------------+-------+--------+--------------+------------------------+-------------------+
97 | Using a modified version of the GPL-licensed | No | Yes | Yes | Yes | Dual licensing | Yes | 97 | Using a modified version of the GPL-licensed | No | Yes | Yes | Yes | Dual licensing | Yes |
98 | code of Orthanc, or using a modified version of | | | | | | | 98 | code of Orthanc, or using a modified version of | | | | | | |
99 | some GPL-licensed plugin, or reusing their original | | | | | | | 99 | some GPL-licensed plugin, or reusing their original | | | | | | |
100 | code in a third-party system | | | | | | | 100 | code in a third-party system | | | | | | |
113 heavyweight desktop application, an automated script, or more 113 heavyweight desktop application, an automated script, or more
114 generally any system that takes advantage of Orthanc as a service in 114 generally any system that takes advantage of Orthanc as a service in
115 its global architecture. 115 its global architecture.
116 116
117 * If your use case falls in a "**Dual licensing**" cell, please get in 117 * If your use case falls in a "**Dual licensing**" cell, please get in
118 touch with `Osimis <http://osimis.io/>`__, the commercial partner of 118 touch with `Osimis <https://www.osimis.io/>`__, the commercial
119 the Orthanc project that is the only entity entitled to grant a 119 partner of the Orthanc project that is the only entity entitled to
120 `license exception 120 grant a `license exception
121 <https://www.fsf.org/blogs/rms/selling-exceptions>`__ to your 121 <https://www.fsf.org/blogs/rms/selling-exceptions>`__ to your
122 company for the Orthanc core and its :ref:`associated official 122 company for the Orthanc core and its :ref:`associated official
123 plugins <plugins-official>`. 123 plugins <plugins-official>`.
124 124
125 * If you reuse code from Orthanc or one of its associated plugins, you 125 * If you reuse code from Orthanc or one of its associated plugins, you
146 146
147 * If you deal with medical applications in Europe, note that Osimis 147 * If you deal with medical applications in Europe, note that Osimis
148 sells **CE-approved** versions of a Web viewer plugin. 148 sells **CE-approved** versions of a Web viewer plugin.
149 149
150 * You are kindly invited to cite the `reference paper about Orthanc 150 * You are kindly invited to cite the `reference paper about Orthanc
151 <https://link.springer.com/article/10.1007%2Fs10278-018-0082-y>`__ 151 <https://link.springer.com/article/10.1007/s10278-018-0082-y>`__
152 in your scientific work. 152 in your scientific work.
153 153
154 * This is our own simplified, technical interpretation of the GPLv3+ 154 * This is our own simplified, technical interpretation of the GPLv3+
155 and AGPLv3+ in the very specific context of Orthanc. It is not 155 and AGPLv3+ in the very specific context of Orthanc. It is not
156 intended to be a complete guide to copyleft licensing. Please get in 156 intended to be a complete guide to copyleft licensing. Please get in
276 Orthanc, as we must follow our `long-term roadmap 276 Orthanc, as we must follow our `long-term roadmap
277 <https://bitbucket.org/sjodogne/orthanc/src/default/TODO>`__. 277 <https://bitbucket.org/sjodogne/orthanc/src/default/TODO>`__.
278 278
279 * Unit testing is mandatory. Integration tests should be submitted to 279 * Unit testing is mandatory. Integration tests should be submitted to
280 the `dedicated repository 280 the `dedicated repository
281 <http://bitbucket.org/sjodogne/orthanc-tests/>`__. 281 <https://bitbucket.org/sjodogne/orthanc-tests/>`__.
282 282
283 * In the case of a doubt wrt. a potential contribution, please discuss 283 * In the case of a doubt wrt. a potential contribution, please discuss
284 it on the `Orthanc Users 284 it on the `Orthanc Users
285 <https://groups.google.com/forum/#!forum/orthanc-users>`__ 285 <https://groups.google.com/forum/#!forum/orthanc-users>`__
286 discussion group before starting the actual development. 286 discussion group before starting the actual development.