On quinta-feira, 8 de agosto de 2013 01:01:32, Sinny Kumari wrote:
> What happens if I copy code which has BSD license to my file which has GPL
> license. Do both licence exist together or something else?
> 
> This question is related to Plasma Media Center bug
> https://bugs.kde.org/show_bug.cgi?id=323254 .

Each section of the code independently maintains its own copyright. You should 
be clear where you copied the code from and under what license it came from. 
(add some comments to your source)

However, the combined work gets to be licensed under the union of the two 
licenses. A 2- or 3-clause BSD license adds no requirements on top of the 
GPLv2 or v3, which means that the combined work retains the GPL license from 
the rest of the code.

A 4-clause BSD license adds one requirement on top of the GPL. For that 
reason, redistribution is not permitted and the 4-clause BSD license is 
considered incompatible with the GPL. Do not combine works containing the 4-
clause BSD license with GPL code.

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
   Software Architect - Intel Open Source Technology Center
      PGP/GPG: 0x6EF45358; fingerprint:
      E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358

Attachment: signature.asc
Description: This is a digitally signed message part.

>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Reply via email to