]> wimlib.net Git - wimlib/blob - COPYING
win32-test-imagex-capture_and_apply: sparse file tests
[wimlib] / COPYING
1 Unless otherwise specified, wimlib and its associated programs, scripts,
2 documentation, and other files may be redistributed and/or modified under the
3 terms of the GNU General Public License; either version 3 of the License, or (at
4 your option) any later version.  There is NO WARRANTY, to the extent permitted
5 by law.  See the file COPYING.GPLv3 for more details.
6
7 Alternatively, when not prohibited by conflict with a third-party software
8 license, the library portion of wimlib may be redistributed and/or modified
9 under the terms of the GNU Lesser General Public License; either version 3 of
10 the License, or (at your option) any later version.  There is NO WARRANTY, to
11 the extent permitted by law.  See the file COPYING.LGPLv3 for more details.
12
13 ----------------------------------------
14
15 NOTE! The primary reason for the GPL/LGPL "dual licensing" for the library is
16 that on UNIX-like systems, wimlib can optionally be linked to the third-party
17 library "libntfs-3g", which is licensed GPLv2+.  Under some interpretations of
18 the GPL, this would require that wimlib be licensed under the GPL as well.
19 However, a binary copy of wimlib that was compiled without libntfs-3g support
20 (for example; the exception may be applicable in other situations as well)
21 logically cannot be affected by libntfs-3g's license and should therefore be
22 free to be redistributed under the LGPL instead of the GPL.
23
24 NOTE! The file COPYING.CC0 contains a public domain dedication.  This public
25 domain dedication does not apply to wimlib as a whole, but rather to individual
26 source code files which the author(s) have elected to place into the public
27 domain, as noted in the corresponding file headers.  As usual, such code carries
28 NO WARRANTY, to the extent permitted by law.  See COPYING.CC0 for more details.