forked from xoreos/phaethon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAUTHORS
89 lines (73 loc) · 3.84 KB
/
AUTHORS
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Phaethon - A FLOSS resource explorer for BioWare's Aurora engine games
Copyright (c) 2014-2018 by the following:
Sven Hesse (DrMcCoy) <[email protected]>
Matthew Hoops (clone2727) <[email protected]>
Contributors:
Nathaniel Brandes (ImperatorPrime) <[email protected]>
Beren Minor <[email protected]>
cc9cii <[email protected]>
Enrico Horn (Farmboy0) <[email protected]>
kevL <[email protected]>
Christian Koch <[email protected]>
Ben Rosser (TC01) <[email protected]>
Michael McAssey <[email protected]>
Phaethon 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 3
of the License, or (at your option) any later version.
Phaethon 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 Phaethon. If not, see <https://gnu.org/licenses/gpl-3.0.html>.
The Infinity engine, Aurora engine, Odyssey engine and Eclipse engine are
registered trademarks of BioWare Corp., a subsidiary of Electronic Arts, Inc.
The Electron engine and Lycium engine are trademarks of BioWare Corp., a
subsidiary of Electronic Arts, Inc. Bink is a registered trademark of RAD Game
Tools, Inc. Neverwinter Nights is a registered trademark of Wizards of the
Coast, a subsidiary of Hasbro Inc. Star Wars, Knights of the Old Republic and
The Sith Lords are registered trademarks of Lucasfilm Entertainment Company
Ltd., a subsidiary of The Walt Disney Company. Jade Empire is a registered
trademark of BioWare Corp., a subsidiary of Electronic Arts, Inc. Sonic the
Hedgehog is a registered trademark of Sega Corporation. The Witcher is a
registered trademark of CD Projekt S.A. Dragon Age is a registered trademark
of Electronic Arts, Inc. All rights reserved.
boost.m4
********
Phaethon uses Benoit Sigoure's boost.m4 autoconf macros
(<http://github.com/tsuna/boost.m4>) to check for the needed Boost
libraries. boost.m4 is licensed under version 3 or later of the GNU General
Public License. For the full license text, see COPYING or
<https://gnu.org/licenses/gpl-3.0.html>.
UTF-8 CPP
*********
Phaethon uses the lightweight header-only UTF-8 CPP library
(<http://utfcpp.sourceforge.net/>) for handling UTF-8 encoded strings.
UTF-8 CPP is licensed under the Boost Software License. See utf8cpp/utf8.h
for details.
Verdigris
*********
Phaethon uses and includes the header-only library Verdigris
(<https://github.com/woboq/verdigris>) to use Qt5 without moc. Verdigris
is licensed under version 3 or later of the Lesser GNU General Public
License. For the full license texts, see LICENSE.LGPLv3 or
<https://gnu.org/licenses/lgpl-3.0.html>.
ScummVM code
************
Phaethon uses some ScummVM (<http://scummvm.org/>) code, most prominently the
endian, singleton, stream and audio stream code. ScummVM is licensed under
version 2 or later of the GNU General Public License. For the full license
text, see COPYING.GPLv2 or <https://gnu.org/licenses/gpl-2.0.html>.
WMA
***
The WMA decoder used in Phaethon is based (heavily) on the WMA decoder in
FFmpeg (<http://ffmpeg.org/>), licensed under the GNU Lesser General Public
License (LGPL) version 2.1 or later. For the full license text, see
COPYING.LGPLv2.1 or <https://gnu.org/licenses/lgpl-2.1.html>.
Google Test
***********
Phaethon uses Google Test (<https://github.com/google/googletest>), Google's
C++ test framework. Google Test is licensed under the terms of the 3-clause
BSD license. For the full license text, see tests/googletest/LICENSE or
<https://github.com/google/googletest/blob/master/googletest/LICENSE>.