libimobiledevice / libplist

A library to handle Apple Property List format in binary or XML
https://libimobiledevice.org
GNU Lesser General Public License v2.1
546 stars 305 forks source link

COPYING file includes GPL #48

Closed campd closed 8 years ago

campd commented 10 years ago

There's a GPL COPYING file in addition to the LGPL COPYING.LESSER file in the root directory. It looks like all the source files are LGPLed. Is the GPL inclusion a mistake, or are there pieces of code I missed that are GPLed here?

saurik commented 9 years ago

"If you are releasing your program under the LGPL, you should also include the text version of the LGPL, usually in a file called COPYING.LESSER. Please note that, since the LGPL is a set of additional permissions on top of the GPL, it's important to include both licenses so users have all the materials they need to understand their rights."

Alex-Vaduva commented 3 years ago

"If you are releasing your program under the LGPL, you should also include the text version of the LGPL, usually in a file called COPYING.LESSER. Please note that, since the LGPL is a set of additional permissions on top of the GPL, it's important to include both licenses so users have all the materials they need to understand their rights."

As a FYI: This is only available for LGPL version 3 (which is specified at the beginning of the license). For LGPL version 2.1 (and 2.0), it is not needed to include the full text of GPL-2.0