Dual-licensing LGPL 2.1 and LGPL 3
Posted
by
user594694
on Programmers
See other posts from Programmers
or by user594694
Published on 2012-03-26T20:29:26Z
Indexed on
2012/03/27
17:42 UTC
Read the original article
Hit count: 570
I maintain a software, a small PHP library, that is released under the LGPL version 3 license (LGPLv3). Someone wants to use the library in their software which has the GPL version 2 license. This license compatibility matrix suggests this is not possible without changing the licensing terms of one of the software. I have been requested to dual-license my code under LGPLv2.1 and LGPLv3. Does it make sense, and what might the drawbacks be?
Thank you.
© Programmers or respective owner