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
-
Plasma 6.3 Now Available
Plasma desktop v6.3 has a couple of pretty nifty tricks up its sleeve.
-
LibreOffice 25.2 Has Arrived
If you've been hoping for a release that offers more UI customizations, you're in for a treat.
-
TuxCare Has a Big AlmaLinux 9 Announcement in Store
TuxCare announced it has successfully completed a Security Technical Implementation Guide for AlmaLinux OS 9.
-
First Release Candidate for Linux Kernel 6.14 Now Available
Linus Torvalds has officially released the first release candidate for kernel 6.14 and it includes over 500,000 lines of modified code, making for a small release.
-
System76 Refreshes Meerkat Mini PC
If you're looking for a small form factor PC powered by Linux, System76 has exactly what you need in the Meerkat mini PC.
-
Gnome 48 Alpha Ready for Testing
The latest Gnome desktop alpha is now available with plenty of new features and improvements.
-
Wine 10 Includes Plenty to Excite Users
With its latest release, Wine has the usual crop of bug fixes and improvements, along with some exciting new features.
-
Linux Kernel 6.13 Offers Improvements for AMD/Apple Users
The latest Linux kernel is now available, and it includes plenty of improvements, especially for those who use AMD or Apple-based systems.
-
Gnome 48 Debuts New Audio Player
To date, the audio player found within the Gnome desktop has been meh at best, but with the upcoming release that all changes.
-
Plasma 6.3 Ready for Public Beta Testing
Plasma 6.3 will ship with KDE Gear 24.12.1 and KDE Frameworks 6.10, along with some new and exciting features.
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