Apache says ASL2.0 is GPL-compatible 384
Steve Loughran writes "The ASF board have put up on the Apache Web site, a page
rebutting claims that the new ASL2.0 license is incompatible with the GPL, claims made by on an
FSF page and covered in
Slashdot last week.The key points are (1) The interpretation of the GPL license is not just the opinions of individuals in the FSF, it is designed to be rigorously defendable in a court of law.
(2) Rather than look at opinions about compatibility, people should look at the
ASF2.0 and GPL licenses to see if they really are compatible.
(3) If you look at the two licenses, they really are compatible.
This means there is nothing to stop you linking your [L]GPL apps against apache libraries, shipping them with apache applications, and the like." Of course, this is still up to debate.
All arguments aside... (Score:5, Funny)
(2) Rather than look at opinions about compatibility, people should look at the ASF2.0 and GPL licenses to see if they really are compatible.
(2) If you look at the two licenses, they really are compatible.
I'd learn how to count first.
Point 2 (Score:4, Insightful)
Perhaps the following summary is more clear.
2- Rather then listen to opinions, see for yourself. If you look at the two licenses they really are compatible.
Its actually 100% irrelevant (Score:5, Insightful)
Its irrelevant however because Apache is built upon a set of non GPL compliant libraries like OpenSSL and always has been. "Apache 2.0 not GPL", well big deal: Apache 1.0 not GPL either.
You can probably build a non https:// Apache without a few other modules that is GPLable but everyone I've dealt with seems quite happy with the state of apache and the license it uses right now.
This is very different to the XFree 4.4 case where the rules got changed on people.
Its very much like "Windows 98 not GPL".. not news.
Re:Its actually 100% irrelevant (Score:4, Informative)
Or even one that does https using GNU TLS [gnu.org].
Personally, I read the ASL2.0 to be GPL-incompatible, due to extra requirements for distribution. I don't care much, though. If you want to link stuff with Apach, it's Apache-specific anyway, so giving it an Apache-specific license wouldn't hurt too much.
Re:Its actually 100% irrelevant (Score:5, Interesting)
The problem is when you want to take some code that is already licensed under the GPL and combine it with ASL2.0 licensed code. All of a sudden you have a tool that compiles and works well, but can't be legally distributed.
The fact of the matter is that the FSF controls the copyrights to a big fat pile of source code, and if they say that derivatives of their GPLed source can't be combined with ASL2.0 source and legally distributed, then folks are going to listen to the FSF.
Since the FSF has a long history of not changind their stance on what is GPL-compatible there is an equally long history of projects changing their licenses to get the FSF blessing. Being cut off from using the millions of lines of FSF GPLed code is simply too big a deal. The Python license is a good example, as is the old QPL license (that QT used to use).
Re:Its actually 100% irrelevant (Score:3, Informative)
Not true. If you're thinking of the Apache HTTP Server, then you're right, but the ASF is hosting far more software by now, including lots of great libraries. For example, as a Java developer, I regularly use packages developed as part of Apache's Jakarta project. Their logging libraries (Log4J etc.) are also quite widely used, as is for example the Xerces XML parser. I'm sure some of these libraries are also interesting for people who
Re:Its actually 100% relevant (Score:5, Interesting)
Have you, erm, looked at the Apache Software Foundation project list [apache.org] lately?
This isn't just about a license for the Apache HTTP server. In fact, it isn't even just about ASF projects either, since it offers independent developers a new choice of license to easily release their code under.
Re:Its actually 100% irrelevant (Score:3, Interesting)
But what happens if a third party makes some change to Apache and releases it under the Apache licence? You would also need that third party's written statement to distribute the whole under the GPL. Whereas if the Apache licence were more obviously and transparently GPL-compatible, such that it didn't need these d
Comment removed (Score:4, Insightful)
You know what ? (Score:4, Insightful)
This is why people like the BSD license.
This is why OpenBSD forks code when others play stupid license tricks. If anyone has to think about what a license might mean, then they're not busy fixing bugs. Pseudo-Clever-Licensing keeps lawyers happy and programmers unproductive.
Re:You know what ? (Score:4, Insightful)
Totally agree, but:
This is why people like the BSD license.
Like BSD has never had licensing issues wind up in court.
Re:You know what ? (Score:2)
Because they don't mind donating their work to Microsoft for free? Personally, I love it when Microsoft encorporates some of my work into their software... but I figure they can afford to pay me for it.
Re:You know what ? (Score:3, Insightful)
Consider this - if you beleive MS writes shitty software, wouldn'y you want them using as much BSD code as possible ? wouldn't that help standards compliance ? Wouldn't that help make MS's products less bad ? Wouldn't that inturn make life better for everyone ?
or is your argument basically
Re:You know what ? (Score:5, Insightful)
Re:You know what ? (Score:3)
Please tell me what the fsck the GPL has to do with any original independently implemented code? "Oh, that's clause 13! 'In the event your wholly original and independent code is interoperable with this work, then you must release your wholly original and independent code under this license, or face the puerile whinings of Slashdo
Re:You know what ? (Score:5, Informative)
"Pseudo-clever-licensing" keeps programmers out of court, dude. Apache's patent termination clause will make patent litigators think twice before bringing frivilous lawsuits. Like it or not, licences are incredibly important, and it's good to see Apache put as much effort into it as the FSF have.
For what it's worth, the official FSF response to the ASL2.0 licence is here, by Eben Moglen [apache.org]. Then Apache changed the licence under review. It's possible the FSF webmasters have not realised this, and that the comment applies only to the licence Eben reviewed (which was not the final ASL2.0). So, we could actually be arguing over nothing.
Re:You know what ? (Score:4, Interesting)
Argument (1) is bogus because other people can release software under the ASL. For example Bob & Mimi can release their (individually patented) package under the ASL, and you have a grant under the ASL to USE and redistribute.
Argument (2) is bogus because when you sue Bob for violating your software patent, you can no longer USE Mimi's portion of the software without violating her patent.
GPL Clause 7 only talks about REDISTRIBUTION. So if this had been GPL software, you would no longer distribute because you'd be distributing what you claim to be your patented technology, but you could still USE it.
Re:You know what ? (Score:4, Insightful)
Re:You know what ? (Score:3, Insightful)
The freedom to keep something private is still a freedom, which is the point that the GPL bigots miss. If I put something in the public domain, anyone is totally free to do whatever they want with it, which includes incorporating it in a non-free program. The important thing to remembe
FSF alone does not decide what GPL stands for (Score:2, Insightful)
A most excellent point.
Re:FSF alone does not decide what GPL stands for (Score:2)
Re:FSF alone does not decide what GPL stands for (Score:2)
Right now we have the apache group saying: 'You shouldn't just accept anybodies interpetration, oh by the way here is ours, you should accept ours without doubt'
Jeroen
ASL compatible hmm... (Score:4, Funny)
That's what I call progress!
1.0 and 1.1 Incompatible As Well... (Score:5, Interesting)
It also says that versions 1.0 and 1.1 of the ASF License are incompatible... why are we only hearing about this with version 2.0?
Re:1.0 and 1.1 Incompatible As Well... (Score:5, Informative)
Re:1.0 and 1.1 Incompatible As Well... (Score:2)
It doesn't matter for the most part (Score:2, Insightful)
Re:It doesn't matter for the most part (Score:2, Insightful)
Stinging... (Score:5, Informative)
According to the article, the comment that caused such a ruckus has not been attributed to any official at FSF and not been communicated to Apache by the FSF.
OpenBSD balking also (Score:3, Informative)
Why not add a compatibility clause (Score:5, Insightful)
I never trust people that say "trust me, the contract can be interpreted in the way that you want it to." If someone wants a legal document to have a particular property, then the document should explicitly state that it has that property. But again, IANAL.
Re:Why not add a compatibility clause (Score:4, Informative)
Say John writes some Apache licensed code, and Jim writes some GPL covered code. Then Joe comes along, takes Jim's code, writes an Apache module that includes Jim's code (after all, the Apache license says it's ok). Joe's module becomes popular and gets included in the big distributions.
At that point, however, Jim gets an offer he cant refuse from our darling Darl, and promptly sues every Linux distributor he can think of for copyright infringement since he doesnt consider the GPL terms on distributing his code fulfilled.
So, are you feeling lucky today?
Re:Why not add a compatibility clause (Score:4, Interesting)
Then, to comply with the GPL, they must license the Apache package as a whole under the GPL. You're correct, the Apache folks claim that the Apache License allows that.
Umm, no. See above. To fulfill the conditions of the GPL, the distribution as a whole has to be under the GPL, so there's nothing Jim could complain about. The only one who could potentially sue here is John (who wrote the Apache-licensed code), if he doesn't consider the terms of the Apache License for his code fulfilled by the distribution under the GPL.
So there is a risk only if the GPL does not fulfill all of the Apache License's requirements. This is what is meant by the term "GPL compatibility": that a license contains only requirements that are also fulfilled by the GPL, so it is possible to distribute that code under the GPL.
The ASF says that this is the case, so if their reading of the licenses is correct, there is no risk.
But I'm not sure the ASF's statement is correct. The Apache License 2.0 contains a patent termination clause that might also affect the use of the program. The GPL clause, on the other hand, only talks about distribution. I am not a lawyer, so I don't think I'm qualified to judge whether or not the license is GPL compatible. But I won't be convinced by the ASF's statement before I have heard some reply from someone at the FSF who is qualified and thinks different.
vice-versa (Score:3, Insightful)
Re:vice-versa (Score:3, Insightful)
Not that the facts might get in the way of your argument, of course.
Re:vice-versa (Score:2)
Re:vice-versa (Score:3, Informative)
The situation is exactly the same - if you have compatible licences, you can use that software together. I don't see the point there at all, I'm afraid.
Re:vice-versa (Score:2)
Re:vice-versa (Score:2)
So... is there any copyright theft you want to own up to now?
Re:vice-versa (Score:2)
> But you can do vice versa, because the bsd/mit
> licenses tend to be much more 'free'/liberal than
> the GPL.
Basically, you can add restrictions to derivative versions of BSDL and APL code, but not to derivatives of GPL code. Whether the ability to add restrictions make something more or less free is a matter of definition.
Re:vice-versa (Score:2)
Can I take code released under the APL and put it in a GPL'd product? That's under debate. However, I can take code from several other open source licenses and put them in a GPL'd product.
Can I take code released under the GPL and re-release it using
Re:vice-versa (Score:2)
Yeah, that's right.. name a licence which does allow that. Oh, you can't? Never mind.
Untrue (Score:2)
Re:Untrue (Score:2)
Re:Untrue (Score:3, Informative)
(Fill in the licence).
Seriously, I don't think you understand how licences work.
Re:Untrue (Score:3, Informative)
Re:Untrue (Score:3, Insightful)
No, no, no, you cannot relicence other people's software! If you could relicence BSD software as GPL, you would equally be able to take Microsoft Word and relicence it as BSD.
Compatibility is *exactly* that: software under one licence can be brought together with software from another. Yes, you need to obey both licences when you have such a derivative. No, this doesn't mean any software is relicensed.
If you still don't understand, tell me this: by what right may I take a piece of BSD software, and rel
Re:Untrue (Score:3, Informative)
That would be the BSD license.
That's kinda the whole point of the thing. You can't reassign the copyright, but that is not the same thing.
This is the whole difference between the GPL and the BSDL. BSDL allows redistribution under a more restrictive license, and the GPL only allows redistribution under the GPL. Saying "you would equally be able to take M
technical nit: relicensing vs. sublicensing. (Score:4, Interesting)
Huh? (Score:3, Informative)
The FSF makes a big deal whenever they think that an open source license isn't GPL-compatible because that is their job. They are responsible for maintaining and promoting the GPL and thus people look to them for definitive answers on what exactly what the GPL's place in the world is and what licenses it is and isn't compatible with.
Re:vice-versa (Score:3, Informative)
Um, not that theirs is the final word or anything, but the FSF considers the following licences compatible with the GPL [fsf.org]:
Re:vice-versa (Score:4, Interesting)
GPL (duh)
LGPL (duh)
Guile's
GNU ADA compiler runtimes'
X11 (not to be confused with the XFree 4.4 licence)
Expat (aka "MIT")
Standard ML of New Jersey
public domain
Cryptix General
current BSD
Zlib
iMatix Standard Function Library
W3C
Sleepycat/Berkeley DB
current OpenLDAP
current (and early) Python
Perl (when not Artistic 1.0)
Artistic 2.0
Zope 2.0
Intel Open Source
Netscape Javascript
eCos 2.0
Eiffel 2.0
current Vim
Code released under the GPL may be included in projects with thse liceances:
GPL
flawed analysis (Score:4, Informative)
GPL
Nope. Or to be more precise, that's only partially true. The project as a whole must be considered to be under the GPL if portions are GPL'd, but portions that are not GPL'd, but are merely under a compatible license, are still under that compatible license. Thus (practical actual working real-world example here), I have a project that is BSD'd except for one module (an EMACS connector) that is GPL'd. Thus, the whole thing is distributed under the terms of the GPL, but the module is completely separate, and if you delete it, what you are left with is a BSD'd project. If the GPL prevented this, I would have to distribute the module separately, which would be stupid and pointless, but it doesn't, so I don't.
Authors real opinion (Score:5, Insightful)
Apache is a pretty good piece of software and if folks don't like the new license, well that's just tough. They have a right to license their code however they choose to. The people who write to them and tell them otherwise really do need to drop off the planet.
-sirket
License "foo" is crap! (Score:5, Insightful)
Re:License "foo" is crap! (Score:3, Interesting)
For the incompatible licenses, you see some big names there. OpenSSL, BSD, Apache, xinetd, Mozilla, LaTeX, Sun, PHP, and Apple. I know some pretty hardcore FSF zealots, and they use OpenSSL, Apache, and Mozilla, just to name a few. Clearly these products and their g
Advantages of ASL 2.0 (Score:5, Informative)
While the ASL 2.0 is longer than the ASL 1.1, it's worth a read. A lot of effort was made to make this an easy license to adopt and use. If you're currently using a MIT or BSD style license, you may want to consider the new ASL 2.0.
Re:Advantages of ASL 2.0 (Score:2)
Previously you had to use an ASL-like license because unless you wanted to assign your copyright to the ASF you needed to adjust the wording of the license to include your name and your organization.
I think it shouldn't be too much trouble for you to 1) read the license you are attaching to your software and 2) be able to adapt it to your needs. It's like complaining that the pre-printed rental contract you bought at the stationary shop already didn't have your name and address printed on it.
GNU over Power Lines... (Score:2, Funny)
Oh...wait...
Shoe on the other foot. (Score:4, Insightful)
As someone who empathises with users trying to get a workable program, these kinds of license wars crack me up. The next time you complain about the spec being inadaquate or changing: remember that programmers too are mostly incapable of expressing what they want in English and pleasing all of their masters.
An Open Source Constitution? (Score:2)
Or, does the GPL already serve essentially the same purpose?
Re:An Open Source Constitution? (Score:4, Insightful)
The GPL is merely the embodiment of these values, but not the only one by any means.
Non-Western versions of licenses? (Score:3, Interesting)
Most of the software licenses (BSD, GPL, etc) debated here have their basic origins in copyright and ideas about intellectual property that are distinctly American/European in origin.
Is there any such thing or is anyone aware of software licensing schemes that are more organically based on non-Western ideas of intellectual property or copyright concepts?
The western bias of these licenses makes sense in that they're primarily issued and used in western countries, and hence, need to be oriented towards western IP and copyright models.
But as software development and usage grows in places like China and India, will we see PPL (People's Public License) or IPL (Indian Public License) with terms or concepts different than GPL/BSD, etc?
Re:Non-Western versions of licenses? (Score:2)
By using this software you are agreeing that any violation of the licensing terms will result in your entire family being imprisoned.
Sory, bad joke, couldn't resist.
You know what? Who the Fuck Cares? (Score:5, Insightful)
Now, I usually don't get this annoyed, but we've gone through a bunch of these recently, and I'm sick of it.
The GPL is not Holy Scripture
The GPL is nice. It works for a large amount of stuff. However, it very much does NOT work for many other things, even in the Open Source world. I don't (and you shouldn't) want everything to be GPL'd. The GPL has a LOT of problems, freedom to copy aside. It is definitely not suitable for every purpose, given our current legal framework.
We should measure a license by how obnoxious and restrictive it is, not some idiot litmus test of GPL-compatibility. I prefer that we gravitate to a small number of general licenses for simplicity's sake, but there is no real good reason that they all HAVE to be GPL-compatible, any more than they all HAVE to be BSD-compatible.
The various ASL versions are all very benign and nice BSD-ish licenses, that may or may not be GPL compatible. They have very liberal code reuse and copying provisions, and very few restrictions. If they are GPL-incompatible, well, then, that's life. I'm not going to get angry over this, any more than I get upset because I can't use GPL libraries with my proprietary code.
Please quite focusing on the idiotic minutia, and pay attention to the hard issues of license lock-in and IP coralling prevelant in software licensing today.
-Erik
It does matter (Score:2)
These people care (Score:3, Insightful)
If the new Apache license is GPL compatible, then source code released under that license can be redistributed linked to GPL code. If not, then to redistribute such a combined work you have to have either special permission from the authors of any GPLed components to put additional restrictions on their code or special permission from the authors of the non-
Re:You know what? Who the Fuck Cares? (Score:3, Informative)
It's not about the GPL being holy scripture. It is about being able to take code from GPLed projects and combine then with code from ASL licensed projects. If these two licenses aren't compatible then the resulting derivative work can't be distributed legally.
The reason that this is a problem for Apache is that there is a *lot* of GPLed code out there. In fact, last I checked there are quite a few GPLed Apache modules. Now these modules can't be distributed with Apache.
The problem with licensing iss
I disagree (Score:2)
I think is not debatable. Of course I could be wrong. What others think about this is not just the opinions of individuals, so I should not care what you think. But your opinion is important. Really.
In other news (Score:5, Funny)
For those who think the BSD license is the best (Score:5, Informative)
Absolutely not. I personally think that the BSD license is a dead end for serious projects, since it inevitably results in forking with no way to re-join if it becomes commercially viable.
Forking a project is in my opinion hugely important, since forks are how all real development gets done, and the ability to fork keeps everybody honest (i.e. if you don't do a good job and keep your users happy, they can always fork the project and go on their own). But equally important is the ability to join back forks, when/if some group finds the right solution to a problem. And that's where the GPL comes in: you can really think of the whole license as nothing more than a requirement to be able to re-join a forked project from either side.
I agree, but Not entirely (Score:5, Insightful)
I don't think so... (Score:5, Informative)
Certainly they're right that the text of the licence, not the opinion of the FSF, is what matters. However, they seem to not understand their own licence:
Actually, the Apache License says more than that. It says "any patent licenses granted to You under this License for that Work shall terminate" if you file certain lawsuits. Without patent licenses, in theory you can't even run the software. (Which is why software patents are evil, stupid, and must be destroyed.)
The Apache License can take away your right to use the software by revoking patent licenses (admittedly, only if you behave like a scumbag, but that's beside the point).This is what is not permitted under the GPL. The GPL states "You may not impose any further restrictions on the recipients' exercise of the rights granted herein"; a license that says "you can't use this software if you behave like a scumbag and file patent lawsuits" is not compatible with this requirement.
Again, it's not necessarily a bad idea (as the FSF page notes). But it is not GPL-compatible.
Re:I don't think so... (Score:4, Insightful)
As Joshua states, the GPL doesn't give you any patent rights, so any restrictions around patent rights do not interfere with the GPL.
ASL (Score:2)
Wow...Age/Sex/Location -- now finally GPL friendly. Now I can finally meet people in AOL chatrooms without all of the propritary headache! ;)
This is actually an important discussion (Score:3, Interesting)
The fact that Apache has been moving towards a GPL-compatible license and away from the more open earlier licenses shows that there is a desire to benefit from some of the protection that the GPL offers.
(As a free software author, I've made the same move from liberal BSD-style licenses to the GPL in the last years, swayed in part by Stallman's argument that anything less than the GPL helps commercial competitors more than open source developers.)
The compatibility of these two licenses is essential if we're to see Apache smoothly integrated into wider GPL'd frameworks.
The FSF appears quite flexible in considering changes to the GPL for future versions, and I suspect the Apache Group are important enough to push through what they need.
It's an important discussion and one I'll be following.
Another opinion matters more... (Score:5, Insightful)
however, the key to all of this is that only the copyright holder to a piece of software can decide to bring a lawsuit. Thus, if the copyright holder thinks the licenses are compatible, then they damn well are (in that case only).
Bottom line: contact whoever owns the copyright to the software you want to use if you have any questions about your rights under the ASL or GPL.
cleetus
(a soon to be lawyer)
Conditions on Copyright vs Patent (Score:4, Interesting)
So the disagreement is over whether clause 6 of the GPL:
applies to the patent grant. Does "rights granted herein" refer to the rights in clause 6 ("...copy, distribute, or modify...") or to all rights mentioned in the license?
A Tale of Apache and it's use of GPL software (Score:4, Interesting)
I've been arguing parts of this issue since late last week, when I was contacted by members of Apache Cocoon [apache.org] in regard to their use of my software, Jisp [coyotegulch.com].
A few months back, I began migrating all of my "free" software from the libpng/zlib license to the GPL. Let's not get into the reasons why I made the change; the change is made, and I'm pleased with it.
The Cocoon people discovered my license change, and opened a dialog. In their view, my use of GPL would force them to remove Jisp from Cocoon. They requested that I either change my license or add Jisp to the Apache collective. Beyond a few miscommunications, the discussion was pleasant and educational.
My software remains under the GPL (or a commercial license, for those so inclined). I did not want to join Apache, as I have already committed myself to FOSS (Free and Open Source Software) projects that are more closely aligned with my business and personal interests. I did not want to "give" Jisp to Apache, either, given that I have several paying customers who might be uncomfortable with such a move --and my personal interest in keep Jisp a small, one-man project.
In the end, Cocoon may not even need Jisp , rendering this an intellectual debate as opposed to a practical one.
Most of Cocoon's members were quite polite; a few were quite pushy and arrogant, although some of that may be due to the crossing of language barriers. In the end, I think we've reached a point of mutual respect. People can disagree on these issues, and remain friends.
Licensing issues are rapidly approaching the contentiousness of fundamentalist religion; people are Balkanizing the FOSS world over the finer points of dogma, rather than building a common framework in which we can all thrive.
At least they are talking now... (Score:5, Insightful)
Email message from Eben Moglen on license-discuss [crynwr.com]
But why do they do this through public statements on their webpages and/or public mailinglists. Can't these people lookup each other phone number? Really, if I honestly needed an opinion on something which seems so important as this from either the FSF or the Apache Foundation I would call them up (or send a private email) asking to discuss this in person to clear up any confusion that might result from random statements on some website and/or mailinglist. Neither the FSF or Apache did the community as a whole a service by not trying to talk this out first before publishing all these statements about each other.
Licensing could kill OSS/FS (Score:3, Insightful)
The OSS/FS movements really need to get their licensing 'ducks' in a row...
Heresy (Score:3, Funny)
Heresy! The GPL means exactly what RMS says it means. No more and no less. Suggesting that people should read the GPL for themselves, indeed! Next thing you know you'll be suggesting people read the Bible for themselves instead of trusting in the Pope!
Because some people DO care. (Score:5, Insightful)
Because some people DO care. If they want to share their code but only with people who will share their modifications (non-internal use only), that is their right.
The different licenses support different developmental methodologies and agendas.
S/He who writes the code chooses the license and if you don't like that, then write your own code.
Re:GPL... (Score:2, Insightful)
Unfortunately distributing non-GPLd software with Linux is asking for trouble. Linux is the best-selling open software product and choosing any other license than GPL means an extra hurdle for your software.
But I guess that's exactly the kind of "freedom" RMS likes. Even in Soviet Russia you did not have to be a member of the Communist Party. However, that meant settling for low-leve
Re:GPL... (Score:3, Insightful)
yes, whereas in America your political opinion had no effect on the jobs you could have did.. oh, er....
Get your facts straight (Score:5, Insightful)
What a load of absolute crap.
There is absolutely no problem distributing non-GPLed software (even proprietary software) with Linux. Just because the kernel is GPLed doesn't mean the software which runs under it must also be GPLed. glibc is LGPLed (ie. you can link non-GPLed and proprietary software against it), asn are nearly all of the core libraries.
Oracle ships with Linux, and it is proprietary. XFree (pre 4.4) ships with Linux, and has (had) a BSD-ish (but GPL compatible) license. Openssh ships with Linux and has a BSD license. And this list goes on.
There is absolutely no issue whatsoever in distributing non-GPLed software with a GPLed operating system.
There is an issue with combining code from non-GPLed products and GPLed products into a new product, which is why XFree 4.4 is going the way of the Dodo, with virtually every distribution under the sun sticking with 4.3 or going with one of the forks (freedesktop.org or what have you), but that is a result of the amount of GPLed software linked to X libraries no one is willing to give up, not a result of the Linux operating system.
This is why Apache is working toward a GPL-compatable license, and why the FreeBSD folks went through the effort they did to make their license GPL compatible
And yes, this is the kind of Freedom RMS and others, such as myself, like: the freedom to chose the license we prefer for our code, which for many of us is a "share-alike" license such as the GPL.
And the results speak for themselves: the first viable competitor to go up against Microsoft in a generation (Linux), thousands of free software projects where the code is guaranteed to remain free in perpetuity, and widespread cooperation between two philosophical camps despite differing opinions on where to emphasize the freedom (developers a la the BSD, vs. users a la the GPL), rabblerousing from the proprietary sidelines via agent provocateurs, and their less intelligent cousins, trolls such as yourself, notwithstanding.
Re:GPL... (Score:4, Interesting)
How about looking at it in terms of economic motivation? For certain types of people (arguably, most people), the GPL provides incentive to create free software where otherwise one wouldn't have bothered. Without the GPL, some of them might begrudgingly release code under a public domain-ish license, but most these people would either be coding proprietary software or not at all.
Which world would you rather have? A world with the GPL as a licensing option, or a world without it? The first world has more free software available, software that respects the rights of the user instead of trying to control the user through EULAs and insidious distribution terms. Regardless of the moaning of anti-GPL types like yourself I'll take the first world where I have more choice as a user and as a creative producer. Begrudging others of their choices when it comes at no cost to you is simply ridiculous. Nobody is going to be sympathetic to your whining because you can't have others' work on YOUR terms.
Shutup (Score:2, Interesting)
Re:Shutup (Score:4, Insightful)
Re:GPL... (Score:3, Insightful)
Of course, 'free' isn't probably the best word here; the Creative Commons [creativecommons.org] licenses hit the nail on the head with "share alike".
Re:GPL... (Score:2)
Until SCO sues you, claiming that some third party has merged UNIX(TM) code with your code, therefore now all your codebase is belong to Darl.
Re:GPL... (Score:2)
Having released significant projects under the GPL, the only problems we've ever had are companies compl
Re:GPL... (Score:5, Insightful)
True, everyone chooses the license they want, the one they are comfortable with. In the OSS world, there are a lot of licenses and the GPL is probably the less free of all, that's all the parent is saying.
fuck them all - i am coding for fun and _no_one_ will tell me which license to choose or which feature to add
There is a time to code for fun, and - as you will see when you will be a little more mature - there is a time for reward, or some form of retribution. If you "fuck all" your users, you will get no reward. You don't even need to get a license because you probably don't care about any distribution in the first place.
Re:GPL... (Score:2)
If you use a BSD license, you won't get any reward either. However, the "fuck all" approach seems to have worked ok for Theo so far. We'll see how Linus becomes in his old age.
Re:GPL... (Score:3, Insightful)
That's pretty much accurate.
This is not exactly correct - although I see where you get it. The GPL requires that if you use the code, you
Re:GPL... (Score:2)
But in order for that to happen, development on the open source package would have to die off. Take one look at sourceforge to see how many abandoned projects there are out there. It happens. I don't see the harm in a commercial company picking up the slack
Re:Quandry (Score:2)
The last thing the GPL needs is to have it's primary defender fighting it's most well-known user.
Just that Apache does not use the GPL but their own licenses.
Score 4 insightful? *ROFL* (Score:4, Insightful)
Which no one was doing anyway, since all the of the earlier Apache licenses were clearly and uncontroversially non-GPL-compatible.
The Apache Foundation does not and has never used the GPL on any of their work.
I'm rolling on the floor laughing at the mods that fell for this.
Re:Looting the OSS infrastructure? (Score:4, Informative)
Not "more conservative" at all!
Re:infection or cure (Score:3, Insightful)
--jeff++