-
Notifications
You must be signed in to change notification settings - Fork 6
/
LICENSE
87 lines (68 loc) · 3.23 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
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
The code itself is licensed under the license seen below the dashed line.
However, note that the output of this code when run against copyrighted input
data (eg, any of the game files for any of the Trails games) still contains
copyrighted data. You may not distribute this output data unless you already
hold the copyright for the input data. I also make no guarantees that the
output data is in any way sensible, correct, or bug-free, so use at your own
risk.
------------------------------------------------------------------------------
MIT License
Copyright (c) 2020-2024 Admiral H. Curtiss
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
------------------------------------------------------------------------------
Additionally, this tool uses the following submodules:
== HyoutaUtils ==
Licensed under the MIT License
Copyright (c) 2013-2019 Admiral H. Curtiss
See the HyoutaUtils LICENSE file for details.
== lz4-sharp ==
Licensed under a BSD 2-Clause license
LZ4 Copyright (c) 2011-2016, Yann Collet
lz4-sharp (c) 2021 Admiral H. Curtiss
See the lz4-sharp LICENSE file for details.
== native/lz4 ==
Licensed under a BSD 2-Clause license
Copyright (c) 2011-2020, Yann Collet
See the native/lz4/LICENSE file for details.
== native/zstd ==
Licensed under a BSD 3-Clause license
Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved.
See the native/zstd/LICENSE file for details.
== native/rapidjson ==
Licensed under the MIT License
Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip.
All rights reserved.
See the native/rapidjson/license.txt file for details.
== native/sha1.cpp, native/sha256.cpp ==
The SHA hashing code is extracted and modified from the cryptopp source code.
cryptopp commit 782057f5f18fbdad2bd2b291fb1ec558a8ab8225, sha.cpp
Public domain
== native/lzma2301 ==
The LZMA SDK is public domain
https://www.7-zip.org/sdk.html
== native/cpp-optparse ==
Licensed under the MIT License
Copyright (c) 2010 Johannes Weißl
See the native/cpp-optparse/LICENSE for details.
== native/gtest ==
Licensed under a BSD 3-Clause license
Copyright 2008, Google Inc. All rights reserved.
See the native/gtest/LICENSE for details.
== native/zlib ==
Licensed under the zlib license
(C) 1995-2022 Jean-loup Gailly and Mark Adler
See the native/zlib/LICENSE for details.