-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathLICENSE
178 lines (133 loc) · 4.75 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
Unless specified, PEBakery is licensed under GPLv3 or any
later version with additional permission.
Some parts of PEBakery is licensed under various license,
specified on a per-file basis or LICENSE file placed in
a subdirectory.
-----------------------------------------------------------
Copyright (C) 2016-2018 Hajin Jang
PEBakery 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.
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, see
<http://www.gnu.org/licenses/>.
Additional permission under GNU GPL version 3 section 7
If you modify this program, or any covered work, by linking
or combining it with external libraries, containing parts
covered by the terms of various license, the licensors of
this program grant you additional permission to convey the
resulting work. An external library is a library which is
not derived from or based on this program.
-----------------------------------------------------------
These parts of PEBakery is licensed under various license.
PEBakery.CabLib
PEBakery.CabLib.Tests
Apache License, Version 2.0
http://www.apache.org/licenses/LICENSE-2.0
PEBakery.IniLib
PEBakery.IniLib.Tests
MIT License
https://opensource.org/licenses/MIT
PEBakery.TreeLib
MIT License
https://opensource.org/licenses/MIT
ManagedWimLib
ManagedWimLib.Tests
LGPLv3 License
https://www.gnu.org/licenses/lgpl-3.0.en.html
Launcher
MIT License
https://opensource.org/licenses/MIT
PEBakery/Helper.cs
MIT License
https://opensource.org/licenses/MIT
PEBakery/Resources/Donut.ico
CC BY-NC 3.0
https://creativecommons.org/licenses/by-nc/3.0/
Copyright (c) PixelKit
http://www.pixelkit.com/
https://www.iconfinder.com/icons/208267/desert_donut_icon
PEBakery/WPF/Controls/AutoSizedGridView
MIT License
https://opensource.org/licenses/MIT
Derived from http://stackoverflow.com/a/15745082
PEBakery/WPF/Controls/CustomMessageBox
MIT License
https://opensource.org/licenses/MIT
Copyright (c) 2013 Evan Wondrasek / Apricity Software LLC
Derived from https://github.com/evanwon/WPFCustomMessageBox
PEBakery/WPF/Controls/MahApps
MIT License
https://opensource.org/licenses/MIT
Copyright (c) 2016 MahApps
Derived from https://github.com/MahApps/MahApps.Metro
PEBakery/WPF/Controls/FreeNumberBox
MIT License
https://opensource.org/licenses/MIT
PEBakery/WPF/Controls/Svg/Donut.xaml
CC BY 3.0 US
https://creativecommons.org/licenses/by/3.0/us/
Copyright (c) Numero Uno
https://thenounproject.com/numerouno/
-----------------------------------------------------------
PEBakery uses Open Source Software (OSS).
This is the list of open source projects and licenses.
Antlr4
The 3-Clause BSD License
https://opensource.org/licenses/BSD-3-Clause
Copyright (c) Terence Parr and Sam Harwell
http://www.antlr.org/
BetterWin32Errors
MIT License
https://opensource.org/licenses/MIT
Copyright (c) Michael Kropat
https://github.com/mkropat/BetterWin32Errors
ZLibWrapper
zlib license
https://opensource.org/licenses/Zlib
Copyright (C) Hajin Jang
https://github.com/ied206/ZLibWrapper
Magick.NET
Apache License, Version 2.0
http://www.apache.org/licenses/LICENSE-2.0
MahApps.Metro.IconPacks
MIT License
https://opensource.org/licenses/MIT
Copyright (c) MahApps
https://github.com/MahApps/MahApps.Metro.IconPacks
ManagedWimgApi
MIT License
https://opensource.org/licenses/MIT
Copyright (c) josemesona
https://github.com/josemesona/ManagedWimgApi
Newtonsoft.Json
MIT License
https://opensource.org/licenses/MIT
Copyright (c) James Newton-King
https://github.com/JamesNK/Newtonsoft.Json
RazorEngine
Apache License, Version 2.0
http://www.apache.org/licenses/LICENSE-2.0
https://github.com/Antaris/RazorEngine
SevenZipExtractor
MIT License
https://opensource.org/licenses/MIT
https://github.com/adoconnection/SevenZipExtractor
SharpCompress
MIT License
https://opensource.org/licenses/MIT
Copyright (c) Adam Hathcock
https://github.com/adamhathcock/sharpcompress
sqlite-net-pcl
MIT License
https://opensource.org/licenses/MIT
Copyright (c) Krueger Systems, Inc.
https://github.com/praeclarum/sqlite-net
-----------------------------------------------------------