Slashdot Log In
GPL v3 Coming Out in 2007?
Posted by
timothy
on Wed Aug 10, 2005 06:39 PM
from the could-be-could-be dept.
from the could-be-could-be dept.
gentoo1337 writes "Eben Moglen of the FSF speaks out in this ZDNet article, noting that GPL v3 may be publicly drafted in early 2006, and in force one year later. The process is very sensitive (noting concerns of forking in the Linux world), but Eben Moglen is optimistic: 'When it's all over, people are going to say, "All that talking for just that much change?" [...] We will do no harm. If we think (some change) may have any unintended consequences, we will not recommend making it.' Controversies aside, there is some good news -- Richard Stallman aims to 'lower barriers that today prevent the mixing of software covered by the GPL and other licenses.' The earlier Slashdot discussion contains complementary info about the intentions of FSF."
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Analysis Paralysis? (Score:4, Insightful)
ESR? Heh. (Score:3, Funny)
I'm waiting for GPL Episode IV: A Gnu Hope. (Score:2, Funny)
Re:Analysis Paralysis? (Score:5, Interesting)
Parent
Re:Analysis Paralysis? (Score:3, Insightful)
If they contribute their changes back to the main trunk, they'll (probably) be able bene
licence free software (Score:2, Interesting)
Re:Analysis Paralysis? (Score:4, Informative)
You don't need any license to use a GPL'd program. You only need a license if you want to redistribute it.
The reason you need the license to redistribute the computer program is because copyright law says you have no right to do so otherwise.
Parent
Re:Analysis Paralysis? (Score:3, Insightful)
Re:Analysis Paralysis? (Score:2)
Version conflicts? (Score:4, Interesting)
P.S. This is a real question, not a flamebait or troll...
Re:Version conflicts? (Score:3, Insightful)
The Linux kernel is a notable exception to this.
Re:Version conflicts? (Score:2, Insightful)
Like "permission to use the author's power tools on odd weekends"?
Re:Version conflicts? (Score:2)
This is why I don't quite get the "or later" clause. Sure it adds flexibility, but it basically trusts that the FSF won't do anything you're significantly unhappy with in future versions of the license.
Tying it down to one version, and saying that a later version of the GPL can be applied *provided the original author agrees* might work, but
Re:Version conflicts? (Score:3, Interesting)
This is necessary because the period of copyright keeps increasing and more than 90 years is far too long to wait to change a license in the world of software.
Re:Version conflicts? (Score:2)
The only practical benefit the clause provides is that a future v3 developer can incorporate v2 (but not v1) code. It's so that future versions can be backward compatiblity, not that past versions can be forward compatible.
Re:Version conflicts? (Score:2)
Re:Version conflicts? (Score:2)
You either need all authors to agree to it...
a future v3 developer can incorporate v2 (but not v1) code
Either the 'or later' clause allows code to be 'promoted' to v3, or it doesn't. If it doesn't then a v3 author cannot include v2 code without the permission of the original author.
Re:Version conflicts? (Score:2)
Too many stories of the FSF taking license fees, etc.. they may not come to pass but there's no damned way I'm agreeing to it blind.
Re:Version conflicts? (Score:2)
This is old news (Score:4, Interesting)
Clarification (Score:4, Informative)
lower barriers that today prevent the mixing of software covered by the GPL and other licenses.
What RMS means by this is compatibility with other Free software licenses (such as hopefully the Apache license), rather than compromise with proprietary software.
The fork issue (Score:2)
I mean, to fork it (to use GPL 3), you'd have to (for each file) find everybody who has ever made changes to that file (unless the changes have since been replaced) and get their permission to license that under GPL 3. If they refuse, you have to re-write the section that their changes are in (or the whole file). This doesn't seem realistic...
Re:The fork issue (Score:2)
Re:The fork issue (Score:2)
The Linux kernel only makes most of itit available under v2 of the license:
COPYING from linux-2-6-12-13.tar
Does it really make a difference? (Score:2)
Sure, there will be suits and accusations, but business will continue as usual.. I really dont see some 'magical version 3' changing anything around here.
And no, its not a troll to start a arguement on the validity of GPL/BSD/ETC, ( which i wont particpate in any longer anyway ) just a statement about the current state of 'code reuse' in the world.
Show me the code (Score:5, Funny)
(Obligatory: I wonder if Duke Nukem Forever for the Phantom console will be licensed under GPL v3...)
Reasonable people... (Score:3, Insightful)
Of course they have an agenda. They may be (described as) somewhat fundamentalistic. But it seems that they are still arguing in very reasonable ways.
I've said it before... (Score:5, Interesting)
Uh, why can't you have that now? (Score:5, Informative)
It is as simple as that. The Linux Kernel, as it happens, does almost exactly this.
Another option is that you could put some parts of your program (the "private" parts) under the GPL and other parts (the "public" parts) under the LGPL. I have seen programs that did exactly this.
The GPL does not restrict rights. It only grants them. As the copyright holder, you are of course free to grant as many other rights as you want in addition to the GPL rights. Of course, you can't speak for any other copyright holders that may have provided material in the program...
Parent
Re:Uh, why can't you have that now? (Score:2)
Re:Uh, why can't you have that now? (Score:5, Informative)
If there's GPL and LGPL code mixed in a program, then the program as a whole is licensed under the GPL.
However, the LGPLed parts are still just as LGPLed as they were before. The LGPL parts may then be detached and used in anything else you like. An example of this in action would be the KDE web browser Konqueror. Konqueror is under the GPL. However, portions of it (specifically the KHTML web rendering component) are licensed under the LGPL. You can't take Konqueror (or anything built using any of the GPL-licensed files in Konqueror) and distribute it without obeying the GPL. However, you can take KHTML-- which is an extremely useful piece of software-- build a new web browser around it, and resell it completely free of GPL obligations. Several commercial groups, such as Apple Computer, have done exactly this.
This obviously only works under some circumstances (for example, when the LGPLed component is something which can be detached and still be useful), but under some circumstances this is exactly what you want. I considered it worthy of mention because the toplevel post seemed to me to be very vague about exactly what it was he wanted.
Parent
Re:Uh, why can't you have that now? (Score:2)
Look at it like this. We'll used the BSD license because the differences are more drastic.
I can release my program under the GPL license or the BSD license. I can also put links to two different downloads of the same code, one of which has a COPYING that's the GPL and one that's BSD. Do you agree so far?
I can also distribute just the GPL version, and say "this is dual licensed under the GPL and BSD."
This is how there's BSD code in the L
Re:I've said it before... (Score:2)
Also, you know you can write such a clause into your own projects (i.e. ones you own the copyright of), right? You may not want to because then it'll be "almost GPL" instead of GPL, but the option is there.
Fonts (Score:4, Interesting)
It's unfortunate that such vagueness persists with the GPL, but it seems to be a trend with copyright issues in general (fair use being the most visible).
Re:Fonts (Score:3, Insightful)
What I use GNU bc to calculate some numbers, which I then embed in a proprietary application.
Is my application now "tainted"?
Re:What's missing from GPL2? (Score:4, Interesting)
That's the argument. Personally, I don't know how I feel about it one way or the other.
Parent
Re:What's missing from GPL2? (Score:4, Insightful)
Running a web site isn't considered distribution by copyright either, and that's what really matters here. The GPL doesn't go into effect until you try to make a copy of the software, and even when it's in effect, you only have to distribute the source code to the people you distribute binaries to. If you only distribute it internally, then it really doesn't make a difference. Technically, a new version of the GPL could say that you have to give a copy of the code to the FSF if you want to distribute binaries at all, even within your own organization, but I don't think many people would actually want to use that license.
Personally, I think that making internal changes and not sharing them with the world is against the spirit of the GPL. People gave their work to you for free, and you don't want to give your changes back as payback? That's pretty lame. However, I don't think there's any practical way for a new version of the GPL to prevent it. Smart people try to get their changes accepted upsteam anyway so they don't have to maintain patches and make sure they apply and don't introduce new bugs. It's just less work.
Parent
Re:What's missing from GPL2? (Score:4, Informative)
Why do you think that? Do you think the same of companies that use GPL software *internally*? You've said yourself that this is okay, and in addition, RMS has gone out of his way to reject licenses that demand this. But what's the difference?
Applying the restrictions only within the legal domain of copyright **IS** the spirit of the GPL! To subsequently extend it beyond the domain of copyright to encompass the execution of software on servers is what is against the spirit of the GPL.
Parent
Re:What's missing from GPL2? (Score:2)
Now on to your que
Re:What's missing from GPL2? (Score:2)
WTF is wrong with using software that's distributed freely, spending your own time updating, then using it without redistributing it? If GPLv3 forbids that then it'll be going *way* beyond copyright law and even proprietary licenses.
Re:What's missing from GPL2? (Score:3, Interesting)
To state the concern more clearly say EvilCompany takes gcc, does some crazy optimizations, and starts running it on their server never releasing the code, call it pgcc (propietary gcc). Then they sell a small app ttpgcc (talking to pro
Re:What's missing from GPL2? (Score:3, Insightful)
"By redistributing this software, you accept that any violation of the terms of this license may result in you being pursued and shot by a rabid gun fiend with large number of firearms."
Re:What's missing from GPL2? (Score:2)
I've got a longer version of my argument here [blogspot.com] if anyone cares to read it.
Re:What's missing from GPL2? (Score:5, Informative)
Right now GPLv2 pays lipservice to patents but doesn't really have strong sanctions against companies who use them to quash free software. The provisions it has are weak and arguably unenforceable if the company distributing GPL'd software suddenly decides to cease.
Nokia, for example, may be able to get away with deciding to end its distribution of GNU/Linux, then suing anyone who's made a derivative version that violates a patent of their's in a way that versions they shipped didn't. Indeed, it's quite possible that a third party entering new code that infringes upon a Nokia patent, even today, could be stopped by Nokia.
(If anyone thinks I'm being unfair to Nokia, yes, unless they actually do this, then I am being, but at the same time they put out a very, very, guarded comment a few months ago that quite obviously left these scenarios open.)
What many people want to see is companies that use patents against free software unable to use a large body of free software from there on. That means a solution to the above issue, but also to, say, discourage suing in general by ensuring that if a company chooses to deny the use of a patented technology to one free software project, it chooses to deny itself the use of any. So if IBM sues to get a technology out of, let's say, Apache, it can't turn around and continue to distribute a (theoretically GPLv3'd) Linux kernel.
Software patents were not a serious problem when the first two GPLs were drafted, though I believe they existed by the time the second version was created. They are now, and they pose a serious threat to free software.
Parent
Re:What's missing from GPL2? (Score:2)
He just said that you need to include the source when you ship the binary copy. If he'd wanted everything to be free as in beer as well as free as in freedom, he would have written that into the license.
Re:What's missing from GPL2? (Score:2)
I was (half-)joking with my original post, however:
RMS doesn't want to forbid the distrobution of GPLed software for money. In fact, he's even said that it's okay to distribute for profit.
OTOH, the GPL is designed in such a way as to make distributing (GPLed) software for profit practically impossible (without it being legally tied to/bundled with some other product or service).
He just said that you need to include the source when you ship the binary copy.
*AND* that anyone you distribute it to must al
Re:What's missing from GPL2? (Score:3, Insightful)
Sure it does: if you want a particular feature developed, hire some programmers to write the necessary code. You just have to realize programmers are providing a service, rather than manufacturing a good.
Re:What's missing from GPL2? (Score:2)
In the real world most end users don't give a crap if the source is available.. they're not programmers. They want support (which the likes of IBM/Redhat give them) and they're prepared to pay to get it.
Re:What's missing from GPL2? (Score:2)
Personally, I think that if people want to release their work under a BSD (or weaker) license, that's their choice. I just don't want to hear anyone bitch about it when such freely-available software gets incorporated into a proprietary product, and the company gives nothing back.
It de
Re:What the hell is taking so long (Score:3, Insightful)
They're trying to not mess up all the ways that GPLed code is used. That's not easy, because it's used a lot of different ways. And, they are trying to build a license that will not fail when subjected to the next ten years' worth of (currently) unknown attacks. (Look at how GPL 2 stood up under SCO's attack, and you'll see what I mean.)
This isn't just "slap together a license, and we'll fix it next week if we don't get it right the first time". Sinc