GPL 3 to Take on IP, Patents (eWeek)
Posted Nov 24, 2004 2:08 UTC (Wed) by
daniel (subscriber, #3181)
In reply to:
GPL 3 to Take on IP, Patents (eWeek) by jamesh
Parent article:
GPL 3 to Take on IP, Patents (eWeek)
How many projects license under "GPL 2 only" rather than "GPL version 2 or a later version"? The highest profile "GPL 2 only" project I can think of is the Linux kernel.
Hold it there, the Linux kernel is _not_ GPL 2 only, it is a mixture of licenses including various flavors of GPL, BSD and probably other things.
grep "\"GPL\"" * -r | wc -l
2108
grep "\"GPL v2\"" * -r | wc -l
11
* The following license idents are currently accepted as indicating free
* software modules
*
* "GPL" [GNU Public License v2 or later]
* "GPL v2" [GNU Public License v2]
* "GPL and additional rights" [GNU Public License v2 rights and more]
* "Dual BSD/GPL" [GNU Public License v2
* or BSD license choice]
* "Dual MPL/GPL" [GNU Public License v2
* or Mozilla license choice]
(
Log in to post comments)