GPL, copyleft use declining faster than ever

Data suggests a sharper rate of decline, which raises the question: why?

By Brian Proffitt  5 comments

A new analysis of licensing data shows that not only is use of the GPL and other copyleft licenses continuing to decline, but the rate of disuse is actually accelerating.

That was the conclusion of Matthew Aslett's analysis of recent data from Black Duck Software, which shows that while use of the GPL, LGPL, and AGPL set of copyleft licenses dominates free and open source projects, that use is still on the decline.

"The GPL family now accounts for about 57% of all open source software, compared to 61% in June," Aslett wrote. More troubling for copyleft advocates, though, could be the projection Aslett and the 451 Group make based on the data.

"...[I]f the current rate of decline continues, we project that the GPL family of licenses will account for only 50% of all open source software by September 2012."

Looking at the graph to which Aslett refers, you can see how that projection is a logical one to make. You can also see what developers are licensing their projects under instead: permissive licenses such as the MIT, Apache (ASL), BSD, and Ms-PL group of licenses.

This is not new news, really, since The 451 Group reported on this in June. But the acceleration of the rate of decline (also clearly visible on the graph) is definitely a new trend.

What's interesting to me is Aslett's initial analysis into the causes of this ongoing decline:

"The analysis indicated that the previous dominance of strong copyleft licenses was achieved and maintained to a significant degree due to vendor-led open source projects, and that the ongoing shift away from projects controlled by a single vendor toward community projects was in part driving a shift towards more permissive non-copyleft licenses."

I fired off a query to Aslett about why he thinks this is happening. What is driving this move away from the GPL?

"I don't think projects are moving away from GPL, but that new vendors are choosing community approaches enabled by permissive licenses, rather than attempting to control projects using the GPL," he replied.

This is a very interesting distinction, since initially I think I misunderstood Aslett's analysis to mean that communities were moving away from copyleft, which is incorrect on my part. Instead, Aslett is pointing to vendor use of community-based processes and governance (such as foundations) to hold projects together, rather than using the restrictive GPL licenses to be the glue the binds a project's development.

"Our research shows the formation of vendors around projects with strong copyleft licenses peaked in 2006, whereas formation of vendors around projects with permissive licenses has been rising rapidly since 2007 (by formation I mean either a literal formation in the case of a startup, or the first engagement with OSS for established vendor)," Aslett added.

Now, Aslett does not come out and say this, so this is all me: one thing that occurs to me is the formal release date of the GPLv3 in June 2007. Was the creation of the GPLv3 and the sometimes contentious discussion that led up to it a driver for vendors to shift towards permissive licenses?

[Author's Note: This source and author of the next reference has been updated to the actual author. The source originally cited by myself and Aslett had apparently plagiarized the actual article, written by Bruce Byfield.]

That is very much unclear, but there is this to think about: the article from Bruce Byfield that actually inspired Aslett to re-examine the Black Duck data this month.

"7 Reasons Why Free Software Is Losing Influence" is a piece in which Byfield dispassionate examines the reasons he believes free software (and, by extension, copyleft licensing) is in decline. Byfield makes very interesting points, and I invite you to read the article.

The point I'd like to explore is Byfield's take on GPLv3, which he refers to as "The GPL Version Split."

"Before the license revision, the GPL helped to unify the community, and the FSF, as the creator and enforcer of the GPL, had a strong presence in the community. Now, GPLv2 is viewed as the version favored by open source supporters, GPLv3 as the version for free software advocates--and not only does the whole free software philosophy looks weaker, but the split between open source and free software is wider than ever."

I think that it may go farther than that. There is strong evidence that since the formation of the GPLv3, FLOSS opponents have used it as a wedge to drive into the heart of the FLOSS community, as well as sow confusion about the goals and benefits of free software in general. Indeed, even the Free Software Foundation (FSF) has been known to make use of FUD to further their bias towards the GPLv3.

It is not fair, nor accurate, to lay all of the blame on the FSF's or GPLv3's feet. Vendors have a whole host of other reasons to shift to the permissive/community model. But I wonder if the split of the GPL, as Byfield calls it, may have been an initial catalysts that made vendors start looking around a bit more for open source licensing alternatives, and from there it just snowballed.

The real question is: how will the FSF and free software advocates turn this around? Or can they? Are we heading for a world where free software is no longer the dominant force in FLOSS?

Read more of Brian Proffitt's Open for Discussion blog and follow the latest IT news at ITworld. Drop Brian a line or follow Brian on Twitter at @TheTechScribe. For the latest IT news, analysis and how-tos, follow ITworld on Twitter and Facebook.

Follow Brian on Google+

Brian Proffitt is a veteran Linux and open source journalist/analyst with experience in a variety of technologies, including cloud, virtualization, and consumer devices.

5 comments

    HodginRick_YahRX7Z6J 8 weeks ago
    The GPL is a superior license because of its copyleft nature. It enforces through the copyright system that all users will always be able to receive the source code, to make changes, and to publish those changes if they wish. The BSD license, which does not use copyleft to enforce its use, allows more developer freedom in what they do with the code, but it provides a mechanism to potentially harm future users should the developer wish to take that code proprietary, such as what happened with Mac OS's kernel.

    The GPL enforces four freedoms for all users of GPL software:
    Freedom 0 - The freedom to run the software as you wish.
    Freedom 1 - The freedom to examine the source code, and modify the software as you wish (or pay someone to do it if you don't have the necessary skills).
    Freedom 2 - The freedom to give exact copies of the software to whomever you wish.
    Freedom 3 - The freedom to give modified copies of the software to whomever you wish.

    No other license enforces these freedoms for users, which is why the GPL is truly the only "free software" license of value ... because it mandates that everyone who uses the software will forever have the same rights afforded them when they received or authored it.

    Hope this makes sense! :-)
    ohho_tw7844022 9 weeks ago
    Programmers are sometimes artists. They express themselves via sharing beautiful and useful code. Giving away without expecting any return delivers the highest level of freedom. It also works on more platforms (consider how Gnu Go and VLC are pulled from iPhone ...)

    BSD is always a better alternative, in terms of more freedom. Cheers ~ ~ ~
    brettglass_tw22828837 9 weeks ago
    The GPL itself is FUD. Programmers are gradually recognizing that its purpose is to deprive them of a living by preventing them from being rewarded for making improvements to publicly available code. It's good that the GPL, which is not a "free" license at all, is dying and being replaced by licenses such as the BSD license, which truly are free.
    Don't repeat a wrong mantra!

    This is propaganda; possibly sponosered by Microsoft as they are the only remaining company publicly opposing the GPL license and also a partner of BlackDuckSoftware, by the way.

    Yet one can clearly do the math themselves. Savannah.org and Sourceforge.net both allow the searching for license type ('advanced search' when browsing on Sourceforge). It clearly shows that the GNU GPL license is the only important remaining OpenSource licence, with a big growth in the GPLv3 area the last years (wheiter you like it or not).

    Sourceforge lists 1014 MIT licensed projects while there are over 13.000 GPL projects. Impossible that MIT license would be at 11%…

    Fear, uncertainty, doubt… nice try, but not today!
    bproffitt
    bproffitt 9 weeks ago in reply to JasperNuyens_LinkedBuluBf
    First thing: SourceForge is not the only forge being surveyed, and I would expect Savanah would primarily a GPL-centric forge.

    Second: it wasn't MIT alone that was being counted, it was all of the permissive licenses, such as ASL, BDSD *and* MIT.

    Third: When this decline was marked in June, there were calls of "fixing" by Black Duck, but the GPL's decline was also noted by FLOSSmole (http://flossmole.org/), which I would hardly think is in anyone's pocket.

    There may indeed be errors in this data, but covering up your ears and shouting "la la la" FUD of your own just because you don't like the conclusions is not going to help your cause in the long run.

      Add a comment

      Post a comment using one of these accounts
      Or join now
      At least 6 characters

      Note: Comment will appear soon after you have activated your account.
      Obscene/spam comments will be removed and accounts suspended.
      The information you submit is subject to our Privacy Policy and Terms of Service.

      ITworld LIVE

      IT Management/StrategyWhite Papers & Webcasts

      White Paper

      How To Regain IT Control In An Increasingly Mobile World

      It's a tricky balancing act to ensure the security of mobile devices without jeopardizing the user experience. In many cases, IT winds up focusing more on one aspect than the other, meaning that risk is added or users are alienated. Finally, both considerations will be accorded the attention they deserve.

      White Paper

      ESG: Defining Tier One Storage in the Modern Data Center

      This report defines "tier-1" storage in the modern IT world and in the data centers and services that support it. What was a simple environment just a few years ago with mainframes or a few large servers to be supported has evolved into a complex web of virtual machines, clouds, and expanding user expectations -- factors which demand and create flexibility, but do so in a way that pushes a lack of predictability upon the storage infrastructure. Learn what your criteria should be for tier-1 storage.

      White Paper

      HP 3PAR Storage Systems Designed for Mission Critical High Availability

      In this technical whitepaper, learn how HP 3PAR Storage Systems have been designed to deliver 99.999% and greater availability, bringing new possibilities to storage thinking outside the realms of what has been achievable in a traditional SAN environment.

      White Paper

      ESG Lab Review: Focus on Federated Workload Balancing, Asset Management, and Thin Provisioning

      This ESG Lab review documents hands-on testing of HP 3PAR Peer Motion Software's distributed volume management with a focus on federated workload balancing, asset management, and thin provisioning.

      Webcast On Demand

      Mobility KnowledgeVault

      How "mobile ready" is your infrastructure? This Mobility Knowledge Vault provides a wide variety of expert advice on how to strike a balance between end user ease-of-use and security. Prepare your organization with primers on data encryption and user authentication, device disablement and devising an employee-liable device strategy that makes both IT and users happy.

      Sponsor: Dell

      See more White Papers | Webcasts

      Ask a question

      Ask a Question