File: LICENSE

package info (click to toggle)
darkradiant 3.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 41,080 kB
  • sloc: cpp: 264,743; ansic: 10,659; python: 1,852; xml: 1,650; sh: 92; makefile: 21
file content (39 lines) | stat: -rw-r--r-- 2,405 bytes parent folder | download | duplicates (2)
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
DarkRadiant License (last update: 2024-03-08)
----------------------------------------------------------------------------------------------

DarkRadiant is free software originally based on GtkRadiant, which has been licensed under
the GNU General Public License (GPLv2) http://www.gnu.org/licenses/gpl-2.0.html

Therefore all of the DarkRadiant source code (save a few exceptions noted below) is published
under the same GPLv2 license. Unless stated otherwise in the source file header, the following
applies to the DarkRadiant source code:

    DarkRadiant - Open Source Level Editor for Doom 3 and The Dark Mod
    Copyright (C) 2024 Matthias Baumann (on behalf of the DarkRadiant Team, see AUTHORS file)
    ==========================================================================================

    This program is free software; you can redistribute it and/or modify it under the terms of 
    the GNU General Public License as published by the Free Software Foundation; either 
    version 2 of the License, or (at your option) any later version.

    This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; 
    without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
    See the GNU General Public License for more details.

    You should have received a copy of the GNU General Public License along with this program; 
    if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, 
    MA 02110, USA

    ==========================================================================================

Exceptions to the above
----------------------------------------------------------------------------------------------

PicoModel Library - published under the modified Berkeley Software Distribution (BSD) license
DDS Library - published under the modified Berkeley Software Distribution (BSD) license
pybind11 Library - see the LICENSE file in the libs/pybind folder
fmtlib Library - see the LICENSE file in the libs/libfmt folder (BSD 2-clause "Simplified" License)
OpenFBX library - see the LICENSE file in radiantcore/model/import/openfbx (MIT license)
pugixml library - see the LICENSE file in the libs/pugixml folder (MIT license)
SHA256 implementation - by Brad Conte, released into the public domain, see this URL: 
    (https://github.com/B-Con/crypto-algorithms/tree/master#readme)