I want to use 7-Zip within my proprietary application.
7-Zip is LGPL
Consider that within my application I call via its command line interface using system()
something like this: system( "7-Zip -blah -blah" );
Thanks
Can I use 7-Zip in a commercial organization? Yes, 7-Zip is free software. You can use it on any computer. You don't need to register or pay for 7-Zip.
7-Zip is free software with open source. The most of the code is under the GNU LGPL license. Some parts of the code are under the BSD 3-clause License. Also there is unRAR license restriction for some parts of the code.
7-Zip is a free and open-source file archiver, a utility used to place groups of files within compressed containers known as "archives".
Where is 7-Zip 's headquarters? 7-Zip is located in Novosibirsk, Novosibirsk, Russian Federation .
You can also use the 7zip DLL directly without issue as it is LGPL - once again you would need to offer the 7zip source code.
Use the lzma SDK directly, that code was placed in the public domain (see the headers if you don't believe me) so you are fine to incorporate it into your app without having to worry about the LGPL.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With