This is whay I found on a website:


quote:
When we say that GPLv2 and GPLv3 are incompatible, it means there is no 
legal way to combine code under GPLv2 with code under GPLv3 in a single 
program. This is because both GPLv2 and GPLv3 are copyleft licenses: 
each of them says, “If you include code under this license in a larger 
program, the larger program must be under this license too.”

I wonder what is the best way for me to make use of PEL in my project? 
The easiest way for the end-user would be if I just include a folder 
'PEL' in my application and then require classes from PEL when needed. 
But I am not sure if I can do it now because all other code in my 
project in under GPL v2?

The other way is to instruct the user to download and unpack the PEL 
themselves somewhere on their system and then add that directory to 
include path. This will not violate any incompatability with 2 GPL 
licensed but a little 'less easy' for the end user.

Any thoughts on this?

PS. if you upgrade to GPL 3, then projects that are under GPL 2 will 
have the same issue as I'm having now.

Martin Geisler wrote:

>Dmitri <[EMAIL PROTECTED]> writes:
>
>Hi Dmitri
>
>  
>
>>I have a question about the licencing of PEL
>>
>>I am not an expert in licences but I think that old GPL licence is not
>>compatable with GPL v3
>>    
>>
>
>I'm no expert either, but I found this page on the FSF:
>
>  http://www.fsf.org/licensing/licenses/quick-guide-gplv3.html
>
>They explain that you can go from GPL v2 to v3 when the program has the
>"either version 2 of the License, or (at your option) any later version"
>phrase in the license. And PEL has that piece of text in every file, so
>you are free to upgrade to GPL3!
>
>  
>
>>My project is licenced under GPL v3. This probably means that I cannot
>>include a PEL class in my project.
>>
>>Do you think you can release the copy of PEL also under GPL version 3?
>>    
>>
>
>I would definitely like to switch to GPL3. I guess there should be
>nothing stopping us from doing so... Does anybody have any objection to
>such a license change?
>
>  
>


-- 

Open Source ALL content management
with streaming video
http://wiki.sharedlog.com



-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
PEL-devel mailing list
PEL-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pel-devel

Reply via email to