forked from codereader/DarkRadiant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LICENSE
39 lines (30 loc) · 2.35 KB
/
LICENSE
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)