Skip to content

Commit 3971a8a

Browse files
committed
Relicense library from LGPLv3+ to LGPLv2.1+
This was requested to allow some of the library code to be reused in a project that uses LGPL version 2.1. Resolves https://wimlib.net/forums/viewtopic.php?t=854
1 parent e59d1de commit 3971a8a

73 files changed

Lines changed: 643 additions & 307 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

COPYING

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ of this license can be found in the file COPYING.GPLv3.
66

77
Also, when not prohibited by a third-party software license, libwim (the library
88
portion of wimlib) may be redistributed and/or modified under the terms of the
9-
GNU Lesser General Public License; either version 3 of the License, or (at your
10-
option) any later version. A copy of this license can be found in the file
11-
COPYING.LGPLv3. This is offered as a "dual license", meaning that you can
12-
choose either this LGPLv3+ option or the above-mentioned GPLv3+ option.
9+
GNU Lesser General Public License; either version 2.1 of the License, or (at
10+
your option) any later version. A copy of this license can be found in the file
11+
COPYING.LGPL. This is offered as a "dual license", meaning that you can choose
12+
either this LGPLv2.1+ option or the above-mentioned GPLv3+ option.
1313

1414
In either case there is NO WARRANTY, to the extent permitted by law.
1515

COPYING.LGPL

Lines changed: 501 additions & 0 deletions
Large diffs are not rendered by default.

COPYING.LGPLv3

Lines changed: 0 additions & 165 deletions
This file was deleted.

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ AM_CFLAGS = -std=gnu99 $(PLATFORM_CFLAGS) -fno-common \
1818
AM_LDFLAGS = $(PLATFORM_LDFLAGS)
1919

2020
EXTRA_DIST = README.md README.WINDOWS.md NEWS.md \
21-
COPYING COPYING.GPLv3 COPYING.LGPLv3 \
21+
COPYING COPYING.GPLv3 COPYING.LGPL \
2222
examples \
2323
tools/get-version-number.sh tools/windows-build.sh
2424

README.WINDOWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The Windows distribution of wimlib is a ZIP file containing the following items:
2525

2626
- License files for all software included. These are all free software
2727
licenses. `COPYING.txt` is the main license, and it refers to
28-
`COPYING.GPLv3.txt` and `COPYING.LGPLv3.txt`. The other licenses are for
28+
`COPYING.GPLv3.txt` and `COPYING.LGPL.txt`. The other licenses are for
2929
third-party software included in the library.
3030

3131
- Development files in the `devel` folder. These are only needed if you are

src/add_image.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
*
88
* This file is free software; you can redistribute it and/or modify it under
99
* the terms of the GNU Lesser General Public License as published by the Free
10-
* Software Foundation; either version 3 of the License, or (at your option) any
11-
* later version.
10+
* Software Foundation; either version 2.1 of the License, or (at your option)
11+
* any later version.
1212
*
1313
* This file is distributed in the hope that it will be useful, but WITHOUT
1414
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

src/blob_table.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
*
1414
* This file is free software; you can redistribute it and/or modify it under
1515
* the terms of the GNU Lesser General Public License as published by the Free
16-
* Software Foundation; either version 3 of the License, or (at your option) any
17-
* later version.
16+
* Software Foundation; either version 2.1 of the License, or (at your option)
17+
* any later version.
1818
*
1919
* This file is distributed in the hope that it will be useful, but WITHOUT
2020
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

src/compress.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
*
1111
* This file is free software; you can redistribute it and/or modify it under
1212
* the terms of the GNU Lesser General Public License as published by the Free
13-
* Software Foundation; either version 3 of the License, or (at your option) any
14-
* later version.
13+
* Software Foundation; either version 2.1 of the License, or (at your option)
14+
* any later version.
1515
*
1616
* This file is distributed in the hope that it will be useful, but WITHOUT
1717
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

src/compress_parallel.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
*
1010
* This file is free software; you can redistribute it and/or modify it under
1111
* the terms of the GNU Lesser General Public License as published by the Free
12-
* Software Foundation; either version 3 of the License, or (at your option) any
13-
* later version.
12+
* Software Foundation; either version 2.1 of the License, or (at your option)
13+
* any later version.
1414
*
1515
* This file is distributed in the hope that it will be useful, but WITHOUT
1616
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

src/compress_serial.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
*
1010
* This file is free software; you can redistribute it and/or modify it under
1111
* the terms of the GNU Lesser General Public License as published by the Free
12-
* Software Foundation; either version 3 of the License, or (at your option) any
13-
* later version.
12+
* Software Foundation; either version 2.1 of the License, or (at your option)
13+
* any later version.
1414
*
1515
* This file is distributed in the hope that it will be useful, but WITHOUT
1616
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

0 commit comments

Comments
 (0)