VLC Multimedia Player Shows Changing Open Source License Is Hard, But Possible

from the easy,-it-isn't dept

Licenses lie at the heart of open source -- and many other kinds of "open" too. That's because they are used to define the rights of users, and to ensure those rights are passed on -- that the intellectual commons is not enclosed. Their central importance explains in part the flamewars that erupt periodically over which license is "best" -- many people have very strong feelings on the subject.

Those heated discussions are one reason why it's rare for an open source project to change its license -- usually it's just easier to stick with what you've got rather than provoke another argument over which new license should be adopted. But there's another major impediment to changing the licensing: the need to get absolutely everyone who has contributed code to agree formally.

That's not a problem when the code has been assigned by contributors to a single entity, often a software foundation, as happens with components of Richard Stallman's GNU (GNU's Not Unix) project. But the individual copyrights of perhaps the best-known open source code, that of the Linux kernel, have not been assigned in this way. That makes the prospect of contacting the thousands of people who have contributed code, and getting them to agree to a license change, not just hard, but probably impossible, not least because some of them may be dead. For this reason (and because Linus Torvalds doesn't want to change it anyway), Linux is likely to remain licensed under the GNU GPLv2 for the foreseeable future.

Another project where the copyright on code contributions has not been assigned to some central body is the popular multimedia player VLC. Since this is a major project with many hundreds of contributors, you might think it would be similarly impossible to get all of them to agree to a license change. And yet, against the odds, VLC has done just that, thanks to the tireless efforts of Jean-Baptiste Kempf. A fascinating post explains how he achieved this:

The initial license change for libVLC [VLC's main engine] was completed a few months later in December 2011. This involved about 150 developers and 80,000 lines of code. If a developer did not respond to the re-licensing request, that developer's code was rewritten.
But sorting out libVLC was easy compared to the rest of the code:
Then came the task of contacting the authors of the various plug-ins and modules, focusing on the playback modules first. This was a bit more challenging, involving some 300 developers and 300,000 lines of code. Kempf was kind enough to describe his methods for doing so in a few blog posts. He began with details of how to correctly compile the list of names and email addresses and the measures he took to appropriately narrow that list down to remove dupes, people who had already responded in the first relicensing phase, and so forth. His response rate for the initial emails was only 25%, with 25% bouncing and 50% not responding. This had to be frustrating but not entirely surprising. To deal with the remaining 75%, Kempf employed a variety of methods that could be described as stalking or resolutely resourceful, depending on your perspective; social media, the telephone directory, whois lookups, friends or co-workers, and showing up where they work were all fair game.
Impressive stuff, not least because Kempf did manage to get every single person to sign off in the end. Still, as the post quoted above goes on to note, you might think this is an extremely strong argument for using a contributor's assignment that licenses or assigns copyright to some central organization. But VideoLAN, the non-profit group that produces VLC, is located in France, which recognizes the creator's "moral rights", introducing a further complication:
Moral rights include the right of attribution, integrity, disclosure and withdrawal, and are based on the rationale that there exists a personal and inalienable bond between authors and their work. As such, moral rights cannot be assigned or waived.
That means even in the presence of an assignment, authors would still need to give their permission for a license change that would be valid in any country that recognizes moral rights.

The VLC experience confirms that changing a license is not something to be undertaken lightly. But it also shows that with perseverance it can be done -- once the flamewars have subsided, of course.

Follow me @glynmoody on Twitter or identi.ca, and on Google+

Hide this

Thank you for reading this Techdirt post. With so many things competing for everyone’s attention these days, we really appreciate you giving us your time. We work hard every day to put quality content out there for our community.

Techdirt is one of the few remaining truly independent media outlets. We do not have a giant corporation behind us, and we rely heavily on our community to support us, in an age when advertisers are increasingly uninterested in sponsoring small, independent sites — especially a site like ours that is unwilling to pull punches in its reporting and analysis.

While other websites have resorted to paywalls, registration requirements, and increasingly annoying/intrusive advertising, we have always kept Techdirt open and available to anyone. But in order to continue doing so, we need your support. We offer a variety of ways for our readers to support us, from direct donations to special subscriptions and cool merchandise — and every little bit helps. Thank you.

–The Techdirt Team

Filed Under: licenses, open source, vlc


Reader Comments

Subscribe: RSS

View by: Time | Thread


  1. identicon
    R, 31 Jan 2013 @ 1:20am

    GPLv2 Allows License Upgrades

    But the individual copyrights of perhaps the best-known open source code, that of the Linux kernel, have not been assigned in this way. That makes the prospect of contacting the thousands of people who have contributed code, and getting them to agree to a license change, not just hard, but probably impossible, not least because some of them may be dead.

    This isn't necessary. The GPLv2 explicitly states that anything licensed under it can be licensed under later versions of the GPL, so if there was any interest in moving Linux to GPLv3, all you'd need is a flag day after which all patches were understood to be under the new license. The only reason the kernel is GPLv2 is because Linus likes it that way, and because any license change that is sufficiently controversial will result in a fork under the previous license.

    link to this | view in thread ]

  2. icon
    Bob Jonkman (profile), 31 Jan 2013 @ 1:51am

    OpenStreetMap changed its license

    Glyn, you may want to check with someone from the OpenStreetMap project. Over the last two years or so they've transitioned their mapping data from a Creative Commons license to the Open Database License. This affected thousands of contributors, who had to sign off in order for OSM to retain their data. More details at https://wiki.openstreetmap.org/wiki/Open_Database_License

    --Bob.

    link to this | view in thread ]

  3. identicon
    Arne Babenhauserheide, 31 Jan 2013 @ 2:36am

    Re: GPLv2 Allows License Upgrades

    That�s not true. Different from creativecommons licenses, with GPL, the developer explicitely states which licenses apply - except if he just gives no version (than all versions are ok). The default header says �version 2 or later� but some projects like Linux decided that they do not trust the FSF, so they use only �version 2�.

    � If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation.�

    link to this | view in thread ]

  4. identicon
    Anonymous Coward, 31 Jan 2013 @ 2:54am

    Re: GPLv2 Allows License Upgrades

    Not true, and any latter version is an option, so not always part of a license.

    link to this | view in thread ]

  5. identicon
    Anonymous Coward, 31 Jan 2013 @ 5:22am

    since TD didn't mention it...

    GPL2.0 to LGPL 2.1

    link to this | view in thread ]

  6. identicon
    Glyn Moody, 31 Jan 2013 @ 5:36am

    Re: OpenStreetMap changed its license

    Thanks; yes, I remember it.

    link to this | view in thread ]

  7. identicon
    Andrew D. Todd, 31 Jan 2013 @ 7:16am

    It's Supposed To Be Hard.

    In a democracy, major policy changes are supposed to be "hard but possible." Going to the Lesser GPL License was a major policy change. The strict GPL license was formulated at a time when the big companies had an overwhelming advantage in terms of masses of secret proprietary code, which they could just recompile with minor additions and alterations. Hence the fear of "embrace and extend." This condition no longer obtains-- the corpus of open-source code has become sufficiently large and comprehensive, and it is the proprietary companies which are increasingly feeling trapped by their business model. At any rate, the VLC leadership had to go to the trouble of making its case to all the interested parties. This isn't something they will have to do very often. I suppose at some future date, they might, possibly, want to go to BSD License, and that would involve another round of negotiations, but that is a problem for another day.

    As an aside, Open Source, to be true to itself, should compile as late as possible, say, during the installation process. There should be as few incomprehensible binary blobs as possible. Great sections of the GPL may become practically irrelevant in a context where it is the end-user who actually does the patching, compiling, and linking of code. If there is effectively no distribution of derivative works, the portions of the GPL dealing with such derivative works become moot.

    http://www.techdirt.com/articles/20100708/04230710128.shtml#c404

    link to this | view in thread ]

  8. identicon
    Anonymous Coward, 31 Jan 2013 @ 7:53am

    Re: since TD didn't mention it...

    thank you, I was looking for this

    link to this | view in thread ]

  9. icon
    ColinCowpat (profile), 31 Jan 2013 @ 9:02am

    So, is VLC coming back to the iPad?

    Or is that Nokia-employed contributor still denying it?

    link to this | view in thread ]

  10. identicon
    Chris Maresca, 31 Jan 2013 @ 9:09am

    Not unique, not the first

    Mozilla was the first very large OS project to this about 10 (?) years ago. It had far more contributors (in the thousands), so it was a lot harder.

    Interesting story, but really not news - pretty much everyone in the open source community knows what it takes to change licenses, a number of project have done so over the years.

    Chris.

    link to this | view in thread ]

  11. icon
    Lachlan Hunt (profile), 31 Jan 2013 @ 10:57am

    Wikipedia did it once too. But they had it slightly easier, if I recall correctly. They were originally under an older version of the the GFDL. Then when GFDL 1.3 came out, they could automatically upgrade to that. Then as a result of GFDL 1.3 including an explicit relicencing clause, they could switch to CC-BY-SA.

    link to this | view in thread ]

  12. identicon
    Anonymous Coward, 31 Jan 2013 @ 1:57pm

    Re: So, is VLC coming back to the iPad?

    denying a port in open software? fork teim!

    link to this | view in thread ]

  13. identicon
    Anonymous Coward, 1 Feb 2013 @ 4:16am

    In France you can't waive it but you can make contracts that actually in effect are just the same thing.

    Just make the author liable for breach of contract if he ever sues.

    Voila, moral rights are gone, just like they are everywhere.

    link to this | view in thread ]

  14. identicon
    Tuxedo, 1 Feb 2013 @ 4:25am

    Simple change player

    If they change the lincese. then change the player. a simple player. SMPlayer it's another choice.

    link to this | view in thread ]


Follow Techdirt
Essential Reading
Techdirt Deals
Report this ad  |  Hide Techdirt ads
Techdirt Insider Discord

The latest chatter on the Techdirt Insider Discord channel...

Loading...
Recent Stories

This site, like most other sites on the web, uses cookies. For more information, see our privacy policy. Got it
Close

Email This

This feature is only available to registered users. Register or sign in to use it.