-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathLICENSE
45 lines (34 loc) · 2.15 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
Licensed under LGPLv3.
C# pinvoke wrapper written by Hajin Jang
Copyright (C) 2018 Hajin Jang
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser 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 Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
----------------------------------------
wimlib library written by Eric Biggers
Copyright (C) 2012-2018 Eric Biggers
Unless otherwise specified, wimlib and its associated programs, scripts,
documentation, and other files may be redistributed and/or modified under the
terms of the GNU General Public License; either version 3 of the License, or (at
your option) any later version. There is NO WARRANTY, to the extent permitted
by law. See the file LICENSE.GPLv3 for more details.
Alternatively, when not prohibited by conflict with a third-party software
license, the library portion of wimlib may be redistributed and/or modified
under the terms of the GNU Lesser General Public License; either version 3 of
the License, or (at your option) any later version. There is NO WARRANTY, to
the extent permitted by law. See the file LICENSE.LGPLv3 for more details.
NOTE! The primary reason for the GPL/LGPL "dual licensing" for the library is
that on UNIX-like systems, wimlib can optionally be linked to the third-party
library "libntfs-3g", which is licensed GPLv2+. Under some interpretations of
the GPL, this would require that wimlib be licensed under the GPL as well.
However, a binary copy of wimlib that was compiled without libntfs-3g support
(for example; the exception may be applicable in other situations as well)
logically cannot be affected by libntfs-3g's license and should therefore be
free to be redistributed under the LGPL instead of the GPL.