GPL v3 Coming Out in 2007?
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."
Am I the only one who thinks it's going to take longer? Given the number of parties/factions involved (FSF, EFF, RedHat, Linus, ESR, etc.), I think it may take longer. I know that not all those people have to have the new GPL "cleared" with them, but I'm sure they'll all want to weigh in on the process, which will likely lengthen it.
libertarianswag.com
Generally, if you look at license files, they say V2 of GPL *or later*.
The Linux kernel is a notable exception to this.
General Relativity: Space-time tells matter where to go; Matter tells space-time what shape to be.
So they have an implicit acceptance of whatever might go into to version n years from now?
;-)
Like "permission to use the author's power tools on odd weekends"?
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". Since some some projects don't use the "or any later version" clause, some code will probably be licensed under GPL 3 forever. And seeing from here to forever is hard, even on a clear day...
This all sounds very reasonable and careful. Why are the FSF people -esp. RMS- portrayed as being zealots here on /.?
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'd sure love to hear ESR's input as to what goes into GPL3
"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."
"Slashdot - News and Chat Sites Deviant". (Click "homepage" link above for details).
Some people have expressed concern that organizations can take GPL'd code, modify it, and then run a web site with it. The act of running a web site using GPL code isn't considered distribution by the FSF, and the source code modifications therefore can be kept to themselves.
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.
Free software [development] does not appear to have any viable method of recouping development costs (particularly initial development costs).
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.
Visual IRC: Fast. Powerful. Free.
That font argument is entertaining.
What I use GNU bc to calculate some numbers, which I then embed in a proprietary application.
Is my application now "tainted"?
Do daemons dream of electric sleep()?