-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathLICENSE
26 lines (16 loc) · 1.18 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
# 7-Zip
## License for use and distribution
7-Zip Copyright (C) 1999-2019 Igor Pavlov.
The licenses for files are:
1. **7z.dll:**
- The "GNU LGPL" as the main license for most of the code
- The "GNU LGPL" with "unRAR license restriction" for some code
- The "BSD 3-clause License" for some code
2. **All other files:** the "GNU LGPL".
Redistributions in binary form must reproduce related license information from this file.
**Note:**
You can use 7-Zip on any computer, including a computer in a commercial organization. You don't need to register or pay for 7-Zip.
## GNU LGPL information
This library 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 2.1 of the License, or (at your option) any later version.
This library 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 can receive a copy of the GNU Lesser General Public License from [http://www.gnu.org/](http://www.gnu.org/).