Free Software Foundation Begins Rewriting the GPL
Robert writes "The first update to the GNU General Public License in 15 years has begun. Details about the process and guidelines by which it will be updated by the Free Software
Foundation, and the free/open source community at large, are now available. The FSF has announced plans to release the first draft of the new license for comment at a conference to be held at the Massachusetts Institute of Technology in mid-January 2006." From the article: "This is the first time the GPL has been open to a public development process. Stallman created version 1 himself in 1985 and introduced version 2 in 1991 after taking legal advice and collecting developer opinion. The rapid adoption of Linux and hundred of other software products licensed under the GPL makes the development of GPLv3 a significant event, and one that is now likely to involve some of the biggest vendors in the industry, with Hewlett-Packard, Novell, and Red Hat already having declared their intention to participate."
... are the words "no, seriously."
Latewire
Why? The GPL2 does everything I want it to.
Simon.
So what's the Linux connection here?
Remember RFC 873!
Anyone subscribe to Stallman's new mailing list?
http://www.gplv3.fsf.org/index05
I hesitated because it didn't just say "subscribe".
The submit button says "I want to participate." which is hard to do without knowing exactly what you're participating in first.
http://tinyurl.com/4ny52
My vote would be to change the requirement of including to just making sources publicly available. Geez. This has got to be my biggest complaint about Linux distros. They balloon to incredibly huge sizes and a good portion of that is because they have to include the sources. Am I the only one that remembers the old days of a 50MB, usable OS install?
Are there issues with the current GPL that need to be fixed ? Or even some parts that need to be clarified ?
... And hopefully it doesn't spawn pro- and anti- GPLv3 wars in every GPLv2 project ! While licensing is important, it shouldn't create huge overheads that distract developers from doing what they do best.
If there are actual issues with the license, then a rewrite is a good thing - all I'm concerned about is that people don't waste time developing a new license when one isn't needed. In the end, its adoption will be decided by the various projects - on a case by case basis, so just because there is a version 3, doesn't guarantee adoption, unless it brings benefits.
[ Monday is a terrible way to spend one seventh of your life. ]
$100 says this new version is being created largely to address software patents. I'd be surprised if there aren't several new sections of the license that attempt to address this area.
Observe that the notice used by much GPL software contains the following:
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Anyone using the GPL v2 is potentially forced into having their software licensed under the GPL v3, and the GPL v4, and the GPL v5, or any other future version of the GPL.
Even if that particular user wants his program released under only the terms of the GPL v2, if such a notice is included in his software then it may very well be that future versions of the license are applicable.
Cyric Zndovzny at your service.
Patrick Doyle
I mod down every jackass who puts his moderation policy in his sig. Oh, wait a sec....
Having talked to various developers, these recent licensing shenanigans have not been particularly good for the open source community.
Many developers wish to make use of open source software, but are getting to the point where they're not sure what exactly they're allowed to do with some particular piece of software.
These developers are not lawyers, and do not want to waste their time trying to figure out fairly complex licenses. Individual consultants and smaller development firms can't necessarily afford to hire a lawyer to verify that they're complying with the terms of all the licenses their project may be subjected to.
I know many professional developers who won't even touch LGPL'ed libraries. They stick with software released under the BSD license, for instance, because it has very clear and concise terms. They know what they can do with such software, and thus can focus on developing solutions, rather than getting bogged down in legal nonsense.
While the GPL v3 may offer some degree of protection with respect to patents, any such benefits may be mitigated by the fact that many developers out there are not interested in becoming lawyers. They don't want to get bogged down trying to interpret relatively complex licenses.
Cyric Zndovzny at your service.
grammar-lesson free since 1999. (rescinded - 2005)
think it was one of Linus's better thought out moves.
Would you sign a contract to rent a place that said "the landlord's nephew can at anytime change the terms of this contract at will"?
It's better to be the foot on the boot than the face on the pavement. ~~ tkx Kadin2048
Well, it's fairly easy to address them. Just use the address of the Patent Office.
The Tao of math: The numbers you can count are not the real numbers.
Why do people think forks are bad?
When two people have two different goals why should we try and force them to work together?
I wish the FSF well in its quest to create the perfect balance between freedom and the protection of creators' rights.
The GPL is designed around the idea that "what's good for the community is good for the individual." Because of this reasoning, the GPL seeks to defend the public first by making the developer/contributor give up certain luxuries, such as that of closing the source or not releasing it (this in turn helps your FOSS project not to be hijacked and closed by a private enterprise). It allows you to sell it, but not the luxury of telling others that they can't share it.
They used to tell us in school in the United States that "liberty is not freedom to do what we want, but freedom to do what we ought." Freedom can be used to do antisocial things, and things like proprietary softare are fundamentally antisocial. That doesn't mean they aren't good pieces of software, it's just that their goal is not to maximize the benefit to the community but rather to maximize the profit of the author by denying access to classes of people. While you're sacrificing a little bit of freedom to do something antisocial, you're in turn creating a vast amount of freedom for everyone else.
I'm not sure what "rights" the creator has that the GPL doesn't protect...I'd like to know more about what you're thinking just to be sure.
As far as I'm concerned, the GPL is the best license for "Free" software in the purest sense of the word. I think it embodies the ideals and goals of our movement. Not all software is Free software, so of course you need other licenses to fit what it is that you'd like to do with your particular project, but I think all of the complaints against the GPL are unwarranted in the sense that they attack it for not being something it was never supposed to be in the first place.
The big problem is that this changes the GPL into a EULA. Right now, the GPL doesn't attempt to restrict anything, it merely grants privileges that would not usually be in effect. That's why it's such a strong license.
To change the GPL to include restrictions on how you use the software would seem to run counter to the ideals of Free Software; namely that you are free to use the software as you please.
I would disagree with this interpretation.
The GPLv2 has never said anything nor placed restriction on how you use the software. In effect, the GPL only comes into play when you some to redistriute the software, and says that you must redistribute the source code when you distribute the binaries to others.
The GPLv3 again will not say anything or place restriction on how you, you use the software. You're still free to tinker as you please privately and keep the changes to yourself. Again on distribution you must include those changes.
However the GPLv3, in response to potential or actual shenannegans with web deployment, will specify that when you also come to offer your software as a service to users, you must also include the changes to your code, and make them and the original code visible to those users.
This makes a lot of sense. When I run a web app for users acting as thin clients, I'm effectively distributing my program to them. Albiet now the licence is for an extremely limited time, and the calculations are taking place on my machine. However, in effect, a binary of my program has been, however temporarily, placed at the disposal of that one user. They are a user after all. they are "using" the program.
In a way the GPLv3 is a lot better than GPLv2. The GPLv2 only covered the distribution of the binary of the program. GPLv3 covers the service of the program, or more succinctly, the program itself. If you offer the service of the program to someone else, directly, in whatever way, then you must show them your source code. You can see that binaries fall under this definition as well.
Of course companies will try to write wrapper programs to get around this, so that users are not directly using their app, etc, etc, etc. However, I think most won't go to the bother and will just publish their code. After all, how many trade secrets are going to be in your average php/asp page anyway.
It's all about making sure that users are empowered, and that software is both transparent and modifyable to everyone. Stallman originally argued on the grounds of modifyability, which of course is critical to the whole process. But the transparency conferred by this has benefits for the public at large which outweight even the benefits of modifyability. But you need modifyability in order for software to be free. Just having transparency would be like am autocracy having transparency in its government offices. You might be able to see what's going on, but you still can't do anything about it.
May the Maths Be with you!
I wasn't aware they did - they work much better than chopsticks for most Westerners, for instance...
That is all.
How about explaining what the GPL is? Geez... give us some background to go on...
Well there we have it. Where the GPLv2 was and still is maybe the most brilliant example of a software license ever, I today already see it coming that GPLv3 will become the deepest pitch hole in which a Open Source project can slide into. Where in the recent past originating project authors like Harald Welte from iptables could single handed see their GPLv2 being validated in court, by use of limited efforts, i predict the death of open source, simply by the need of outrageous legal resources to defend your GPLv3 license in court.
When that happens, Free and Open Source Software using the GPL License will have died in the hands of the humble programmers, and big software corporations will use GPLv3 as a disguised License cover to simply continue their old practices, and feed their Corporations with the efforts of a new generation of open source programmer employees, who have been trained to think that their job is helping the open source community.
The GPLv3 might even derange GPL-ed Open Source into big Corporations only projects , as no ordinary hobby programmer will be able to afford the costs of such a thing.
So do not fall into this trap. The GPLv2 has never been overturned so far in court. Why introduce a expensive legal vehicle, which the GPLv3 might become, to see the GPL finally get defeated in Court, only because the defendants went out of cash?
Robert