GPLv3 Celebrates Two Years, GPLv2 Still in Front
In June of 2007, after many months delay, the Free Software Software Foundation released GPLv3. Since that time, the license has been gaining an increased following, but without much threat to GPLv2 in first place.
Open source knowledge base provider Black Duck Software confirms in a study of most commonly used open source licenses that GNU General PUblic License (GPL) 3.0 is in fifth place overall, with a little over five percent usage.
Unchallenged in first place, with half of all licenses, is still its predecessor GPL 2.0 that reigned alone for 16 years. The Lesser PGL (LPGL) 2.1 is in second place with around 10%. Chances are it will take GPLv3 a few more years to move up the ranks, but has already positioned itself just after BSD 2.0 at six percent.
The adoption rate of GPLv3 in software and projects increased from the 90 initial licenses in 2007 to 3,725 in June, 2008, to 9,755 in June, 2009, according to Black Duck calculations.
Comments
comments powered by DisqusSubscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Halcyon Creates Anti-Ransomware Protection for Linux
As more Linux systems are targeted by ransomware, Halcyon is stepping up its protection.
-
Valve and Arch Linux Announce Collaboration
Valve and Arch have come together for two projects that will have a serious impact on the Linux distribution.
-
Hacker Successfully Runs Linux on a CPU from the Early ‘70s
From the office of "Look what I can do," Dmitry Grinberg was able to get Linux running on a processor that was created in 1971.
-
OSI and LPI Form Strategic Alliance
With a goal of strengthening Linux and open source communities, this new alliance aims to nurture the growth of more highly skilled professionals.
-
Fedora 41 Beta Available with Some Interesting Additions
If you're a Fedora fan, you'll be excited to hear the beta version of the latest release is now available for testing and includes plenty of updates.
-
AlmaLinux Unveils New Hardware Certification Process
The AlmaLinux Hardware Certification Program run by the Certification Special Interest Group (SIG) aims to ensure seamless compatibility between AlmaLinux and a wide range of hardware configurations.
-
Wind River Introduces eLxr Pro Linux Solution
eLxr Pro offers an end-to-end Linux solution backed by expert commercial support.
-
Juno Tab 3 Launches with Ubuntu 24.04
Anyone looking for a full-blown Linux tablet need look no further. Juno has released the Tab 3.
-
New KDE Slimbook Plasma Available for Preorder
Powered by an AMD Ryzen CPU, the latest KDE Slimbook laptop is powerful enough for local AI tasks.
-
Rhino Linux Announces Latest "Quick Update"
If you prefer your Linux distribution to be of the rolling type, Rhino Linux delivers a beautiful and reliable experience.
Re: Missing Data
Davide correctly points out an issue with the project descriptions on many sites, i.e., in mnay cases the project description refers to the wrong license. To correct this, Black Duck employs both people and analytical tools to review projects to determine the correct license, much as Davida did in his example. A better approach would be for OSS projects to employ more discipline in referencing the correct license.
Missing data
So all this are also GPL 3.0 compatible or can be converted into strict GPL 3.0 by anyone.
Sometime ago I have make some test and found that site like blackducksoftware do not consider a lot of tiny site like sourceforge but with few projects, also there are a lot of site with one single free software project that is not counted. I have found that there are project in sourceforge or similar site that are not considered with the real license they use. Also some project are counted more than once.
I make an example of this mistakes: I take the project "A set of linguistics tools" on sourceforge (http://linguistico.sf.net)
47 Dizionario cognomi italiani 03_01__2009_06_26 Affero General Public License 3.0
not correct it is AGPL >= 3.0
48 Dizionario italiano Mozilla 2_4_2007_09_01 GNU General Public License V3 or later
ok
49 Dizionario italiano per OOo 2_4_2007_09_01 GNU General Public License V3 or later
ok
But 48 and 49 are the same project packed into two different format
50 Strumenti Linguistici DicOOo OOo2-pack_01_07__2008_11_29 GNU General Public License V3 or later
ok
But 50 is 49 + 51 (AGPL) + hypenator (LGPL)
51 Thesaurus OOo 2.x.x 02_09_l_2008_11_29 GNU General Public License V3 or later
wrong it is AGPL >= 3.0
Also is missing a tool that let you extract wrong words from a text file and you can use some filter. I used it principally for finding Italian dictionary missing word, test heavy modification on Italian dictionary, ... but it can be used to check type mistake into a text in few seconds.
This project is released as AGPL >= 3.0
Davide