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
-
Latest Cinnamon Desktop Releases with a Bold New Look
Just in time for the holidays, the developer of the Cinnamon desktop has shipped a new release to help spice up your eggnog with new features and a new look.
-
Armbian 24.11 Released with Expanded Hardware Support
If you've been waiting for Armbian to support OrangePi 5 Max and Radxa ROCK 5B+, the wait is over.
-
SUSE Renames Several Products for Better Name Recognition
SUSE has been a very powerful player in the European market, but it knows it must branch out to gain serious traction. Will a name change do the trick?
-
ESET Discovers New Linux Malware
WolfsBane is an all-in-one malware that has hit the Linux operating system and includes a dropper, a launcher, and a backdoor.
-
New Linux Kernel Patch Allows Forcing a CPU Mitigation
Even when CPU mitigations can consume precious CPU cycles, it might not be a bad idea to allow users to enable them, even if your machine isn't vulnerable.
-
Red Hat Enterprise Linux 9.5 Released
Notify your friends, loved ones, and colleagues that the latest version of RHEL is available with plenty of enhancements.
-
Linux Sees Massive Performance Increase from a Single Line of Code
With one line of code, Intel was able to increase the performance of the Linux kernel by 4,000 percent.
-
Fedora KDE Approved as an Official Spin
If you prefer the Plasma desktop environment and the Fedora distribution, you're in luck because there's now an official spin that is listed on the same level as the Fedora Workstation edition.
-
New Steam Client Ups the Ante for Linux
The latest release from Steam has some pretty cool tricks up its sleeve.
-
Gnome OS Transitioning Toward a General-Purpose Distro
If you're looking for the perfectly vanilla take on the Gnome desktop, Gnome OS might be for you.
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