Sponsored link Serve your customers, not your servers, with VERIO Linux VPS. Full-access test-drive here. |
Single-company free softwareSingle-company free softwarePosted Oct 11, 2005 5:48 UTC (Tue) by hgj (guest, #672)Parent article: Single-company free software
What is wrong with the next statement:
If version 2 of a product is GPL then version 3 of that product is a derived product of it, so version 3 must also be released as GPL.
(Log in to post comments)
Single-company free software Posted Oct 11, 2005 6:08 UTC (Tue) by botsie (subscriber, #1485) [Link] > What is wrong with the next statement:
> If version 2 of a product is GPL then version 3 of that product is a
Not really true. As the original licensor of the work, you have every right to relicence your work anyway you like. Licences only apply to *other* people.
Of course, licence changes cannot be retroactive. Any older versions that were GPL-ed would still be available to the community and could be maintained and enhanced if need be -- but of course only under the GPL. It's only a problem for people like MySQL AB who depend on being able to dual licence the code for revenue.
Also, any software that was previously open source couldn't be relicenced unless:
a. all community patches were accompanied by a copyright assignment
b. or all contributors signed off their agreement with the license change.
So I'd tend to be a little suspicious of projects that changed their licensing.
-- b
Single-company free software Posted Oct 13, 2005 8:49 UTC (Thu) by nix (subscriber, #2304) [Link] It is definitely annoying to change licenses. It took SpamAssassin months and months and lots of chasing and the removal of some working code (because the original developers couldn't be found).
For projects that haven't used version control from inception (and we all know one big example), I'd say it's practically impossible to relicense: who wrote what?
Single-company free software Posted Oct 13, 2005 14:58 UTC (Thu) by Duncan (guest, #6647) [Link] > It is definitely annoying to change licenses. [...]> For projects that haven't used version control > from inception (and we all know one big example), > I'd say it's practically impossible to relicense: > who wrote what? I agree with the "annoying" part, but I wouldn't say your "big example", the kernel, is practically impossible to relicense, /under/ /the/ /right/ /conditions/, granted, not the "community hostile relicensing" of the article. This of course has relevance due to the upcoming GPLv3 and the fact that in general, the kernel is GPLv2 ONLY licensed. From what I've read, some portions of the kernel are already either dual-licensed BSD (certainly so with the stuff that originated there) or otherwise have legal "outs", such as yielding to Linus (or other esteemed kernel hackers such as Alan Cox) the decision on any relicensing. Also consider that the sheer volume of current activity is actually rather astounding to contemplate -- Andrew Morton says in his OLS 2004 keynote speech (see LWN's July 2004 timeline here: http://lwn.net/Articles/111882/ , which links the Groklaw transcript ): "If we look at the changes in the first six months from the release of 2.4.0 and compare that to the changes from the first six months after the release of 2.6.0, in 2.4 we deleted 22,000 lines and added 600,000 lines. And in 2.6 we deleted 600,000 lines and added 900,000 lines. In the first six months. That's 1.5 million lines were changed in a 6.2 million-line tree, a 64 MB diff in the first six months of the stable kernel. We changed a quarter of it!" Now, of course some of those lines were repeat-rewrites, so count more than once. However, that's focusing on getting code right and moving forward, not on rewriting. What would happen if they had to focus on reimplementation? Well, after the Bitkeeper events earlier this year, we have some idea... Kernel development almost stopped for a couple weeks to a month, and slowed for six weeks to two months, while the source control issue was addressed headon. That happened because the community was forced to address the issue with one mind, and it was surprisingly effective in doing so, even in userspace, when their contributions are normally kernel space. Of course, the GPLv3 isn't out yet, nor has a complete draft even been circulated, so we don't know for sure what'll be in it and whether the kernel folks will decide its worthwhile switching to or not. If they DO decide to switch, I doubt it'll be the big issue everybody thinks it might be, for a couple reasons. One, the kernel community has already demonstrated what happens when something needs to change, IT GETS CHANGED!! Two, this time, there won't be a big deadline facing them, so it'll be no problem if it takes years. Most likely, the first change, after a decision has been reached, will be to change the licensing guidelines, such that further contributions will be dual GPLv2/3 licensed unless otherwise stated. After that, few new submissions will be accepted without a signoff to that effect (altho as mentioned, BSD licensed would work as well, since GPL can use that without issue). Second, a project would be undertaken to attribute specific code, as much as possible, and get the authors to agree to the change. I've little doubt most of the major current contributors will do so, or the decision to switch wouldn't have been made in the first place. Third, with normal attrition of old code, active assignment where possible of what's left, and all new code not an issue, a decently conservative guess would be 1/3 of the code new, and one third directly attribution traced and relicenced, within say three years. At that point, 2/3 of the code will be GPL3 licensed without even seriously focused effort being applied, and the harder task of focusing on the last third can begin. By four years out, something over 90 percent should have been reached, with direct but not yet entirely focused effort. Rewriting the remaining 10 percent in a year's time isn't an unreasonable task at all, given the previously quoted numbers, and the Bitkeeper/GIT switch demonstration of what the community can do when even a sizable fraction focuses on it. I'd venture that with focus, that remaining 10% could be successfully tackled in ~6 months, reasonably, leaving six months on the 5-year mark to tie up loose ends. Of that five-year timeframe, the six months of intensive focus might be lost in terms of kernel progress, with slower progress over the latter two years of high but not intensive focus. All told, it might be 9-12 months of kernel development time lost, over the five year period. Would that be worth it? Maybe not, but it's possible, depending on exactly how the GPLv3 is worded, and what strengths it is found to have relative to the GPLv2 in terms of a more modern legal framework, potentially directly addressing patents, and the like. If it's not found to be worth that, but still found to be worthwhile in general, a longer term approach may be taken. Five to six years of "new code GPLv3 dual licensed" together with a corresponding low priority focus on a rewrite when it comes up policy, and attribution/assignment search, might result in 80% of the code rewritten or GPLv3 permission given. Likewise doubling the medium intensity period to two years, could bring that to mid-90's percentage GPLv3 licensed code, with the last 5-ish percent addressed only if the legal situation by that point demonstrates that dropping the GPLv2 is worth the trouble. After all, consider how much of the Linux v1 code is still in the kernel, that's not either public domain or BSD sourced (as would seem to be the case with at least some of the SCO stuff so far seen), or easily rewritable using commonly accepted procedures that don't depend on any of the original copyrighted code. "Kernel progress not made" as a result, could likely then be reduced to something on the order of that of the BK/GIT transfer, on the whole, comparable to noise, within the context of the project over the course of the decade. So... 5 years to a dual-GPLv2/3 licensed kernel shouldn't be unreasonable. After that, the GPLv2 stuff can attrite at the normal pace. Nobody will likely care when the last GPL2 dual licensed code is removed, because it won't matter (legal developments not overtaking, of course). All this presupposes, of course, that the GPLv3 is widely accepted within the community as the "right" thing to do. Should that /not/ be the case, the transition wouldn't be as smooth, but then again, Linus leads by consensus and he knows it, and I don't believe anything beyond possibly a change of the "default license" guideline would occur without without general consensus within the community, so if that consensus isn't reached, the problem, by definition, will not occur. Also of interest here is the "Jeff Merkey" issue. If you recall and as reported by LWN, he posted some time ago (it's not important enough to this post for me to look up the details) to the LKML, offering $50,000 for a BSD licensed kernel snapshot. He was summarily laughed off the list, of course, but there were two subthreads that sprang up from that. The first subthread was one that pointed out how undervalued his offer was -- various generally industry accepted software value estimation methods conservatively place the value of the kernel well into the single digit millions of dollars, at minimum, so he was at least two orders of magnitude off of even an offer that could be considered a serious negotiating position. (Look up the context if interested, I'm not going into the method by which the estimates are reached, here.) Second and more apropos to this discussion, many pointed out how impossible it was, even if the majors like Linus and Andrew WERE to be tempted to sell out. Note, however, that this "impossibility" was within the context of the offer and its immediate response -- several contributors replying immediately that their contributions were made under the conditions of the code being GPL, and under NO circumstances, presumably not even if personally offered MILLIONS for relatively small contributions, would they consider relicensing it BSD or similar, because that would mean it could be taken proprietary and they were **NOT** interested in their work being made proprietary under *ANY* conditions (a response which I must say I found personally gratifying, but that's beside the point). The point is, the Merkey offer would have amounted to a hostile relicensing of the code, from the perspective of many contributors, even if the money was found reasonable, and therefore would have been /close/ /to/ impossible. Never-the-less, given a few years and tens of millions of dollars, the code in question could theoretically be rewritten. However, the theory is out of line with reality in that if that amount of money (likely tens of millions of dollars, certainly single millions) were to be thrown at the problem, an entirely new implementation could be written, making it "Linux compatible" if that were considered one of the requirements. Restating the conclusion of the Merkey events, it would make no sense to take the Linux kernel private (or BSD/public, if you wish, which then allows it to be taken private), since it would cost more to do so than to reimplement from scratch to a compatible specification. That's rather a different prospect, however, than that of a friendly/consensual relicensing. Over a timeframe on the order of a half-decade, a friendly relicensing should be possible, and it's quite possible we'll see it undertaken, with discussion starting next year as the GPLv3 drafts are circulated, and an actual beginning to the kernel relicensing process sometime in ?2007?, after the GPLv3 is finalized (assuming it's considered acceptable) and a consensus has been reached among the active kernel community that switching would be a "good" thing. (A bit long winded, yes, but hopefully, I've decently covered the bases.) Duncan
Single-company free software Posted Oct 11, 2005 6:54 UTC (Tue) by drag (subscriber, #31333) [Link] GPL is a software license dealing with redistributing software... It doesn't deal with copyrights, it doesn't deal with patents (there is implied contract.. (if you give somebody the right the use software, but sue them for using it is something that would fail in a courtroom) but it's not explicit).
If you can release a peice of software that was released under the GPL under a new closed source license depends on weither or not your a copyright holder.
Under the GPL you can use, modify, and redistribute any copies or modified copies of GPL'd software. Just as long as you release the source code if the end user wants it. If you don't release the source code under request then you loose your rights under the GPL.
But if you wrote the software, or at least obtained the copyright, then GPL doesn't deal with you. You own it you do what you want with it. You have to own ALL of the copyright though. If you have a patch or add-on code for a program you got under the gpl, it doesn't make it yours.
Soooo...
If InnoBase owned all the copyrights for InnoDB then Oracle could release it under closed source license since I assume that by buying out Innobase Oracle also bought the copyrights.
If InnoDB doesn't own all the copyrights and a part of their product is only aviable to them under the GPL license, then Oracle can't release it under a closed source license anymore then Innobase, you, or I could do.
What they can do instead though is stop all new developement on InnoDB. Maybe somebody will start a community effort around the GPL'd version if that happens.
Single-company free software Posted Oct 11, 2005 8:52 UTC (Tue) by nix (subscriber, #2304) [Link] GPL is a software license dealing with redistributing software... It doesn't deal with copyrights, it doesn't deal with patents (there is implied contract.Yes, it's a license. A copyright license. It says as much in huge letters. If it were a contract, in many jurisdictions there'd have to be an exchange of consideration and something like a signature or some other explicit acceptance. None of these are generally held to be true for the GPL, as I understand it.
Single-company free software Posted Oct 11, 2005 9:21 UTC (Tue) by drag (subscriber, #31333) [Link] Yes, it's a license. A copyright license. It says as much in huge letters.Show me. I said it was a license. A license dealing with distrubuting software. It does not with distributing copyrights. When a software author distributes software under the GPL he retains full copyrights. Fundamentally all software licenses, including GPL, are based on copyright law. The GPL especially leverages copyright law agressively because copyrights are a fundamental to most forms of property law around the world and enforced by many international treaties. If it were a contract, in many jurisdictions there'd have to be an exchange of consideration and something like a signature or some other explicit acceptance. None of these are generally held to be true for the GPL, as I understand it. I never said it was a contract. It's a license, I said it was a license.
Single-company free software Posted Oct 11, 2005 10:25 UTC (Tue) by nix (subscriber, #2304) [Link] I think you may have a language problem. A copyright license is not `a license for distributing copyrights'. It's a license grant controlling the copying of works, as you yourself just admitted. We call `a license grant controlling the copying of works' a `copyright license'.
Copyright and property law have absolutely nothing whatsoever to do with each other in UK or US law or any other jurisdiction I've heard of.
You are repeating canards.
Single-company free software Posted Oct 11, 2005 12:19 UTC (Tue) by drag (subscriber, #31333) [Link] Well I suppose your right. Like I said I am not a lawyer.
It still doesn't say anywere in the GPL about it being 'a copyright license', much less in big bold letters. I suppose that's implied though.
Copyrights is based on the same legal concepts of property though. You make something it's your property because you made the effort to create it. Same thing with written works. You made it then the copyright ownership is essentially your property to give or sell as you choose. (or if you worked under contract to create the software then the people that hired you own the copyright)
Same fundamental concept, pretty much universal property stuff from the dawn of time. Natural law stuff, liberty type stuff.
Unlike, say something like, patents. Which is a relatively modern invention.
All I wanted to get across though was that the GPL has no transfer of the ownership of the copyrights, those are retained by the author and if that person or company owns all the copyrights then they can release versions under whatever license they choose. If they don't own all the copyrights to the software then they can only release under GPL if they obtained the software, at least partially, under the GPL themselves.
Single-company free software Posted Oct 11, 2005 15:00 UTC (Tue) by MortFurd (guest, #9389) [Link] SNIP...
All I wanted to get across though was that the GPL has no transfer of the ownership of the copyrights, those are retained by the author and if that person or company owns all the copyrights then they can release versions under whatever license they choose. If they don't own all the copyrights to the software then they can only release under GPL if they obtained the software, at least partially, under the GPL themselves.
That is the one absolutely correct statement that you have made. The copyright owner can change the license to take a piece of software out from the GPL. If you don't have full ownership of the copyright to it, then you cannot take a piece of GPLed software and place it under a different license.
On the other hand, even if you do own all copyright on a piece of GPLed software, you still cannot revoke the rights granted on previous versions of the software. Your new version can be proprietary, or be under any license you like - even one and the same version of the software can be available under different licenses. The GPLed copy stays under the GPL, though. This is what gives Free (as in freedom) software the ability to fork and continue even if the original copyright owner drops the project or takes it proprietary.
Single-company free software Posted Oct 13, 2005 19:31 UTC (Thu) by kreutzm (subscriber, #4700) [Link] Well, actually copy right is not an "natural" concept either. When only few people could read and write, copying was just natural (take the monks copying the bible or other works as examples). Just when copying became easy and more and more people were able to read, the concept of copyright sprung up.
Single-company free software Posted Oct 11, 2005 14:37 UTC (Tue) by pj (subscriber, #4506) [Link] >What is wrong with the next statement:> >If version 2 of a product is GPL then version 3 of that product is a derived product of it, so version 3 must also be released as GPL.
What makes you think v3 is necessarily a derivative of v2? Many many software products and projects have done a rewrite from scratch between major versions. In such a case, the rewritten code isn't really a derivative work since they have no code in common.
Single-company free software Posted Oct 11, 2005 18:20 UTC (Tue) by Blaisorblade (guest, #25465) [Link] Not necessarily. Samba4 is said to be a full rewrite of Samba3, but the notion of "derivative work" doesn't relate exactly to "common code".
If you and I write a quicksort routine indipendently, and it happens to be the same exact routine, there's no copyright violation, even if we write at different moments in time. The latter writer should just show that he never saw the other code.
Viceversa, Samba4 is written starting from Samba3 code, implementing more or less the same algorithms/protocols/whatever, but after thinking to its design problem and re-engineering it.
To make it more obvious, say the Samba3 team has disappeared and somebody else starts rewriting Samba to obtain Samba4 anew, like Andrew Tridgell is doing.
If he starts from the ideas (say reading the code) of Samba3, his code will be a derivative work.
At least, from the copyright law point of view. IANAL, anyway.
I don't know if the GPL extends his powers so long, but I know for sure that, for instance, people implementing Classpath (a full replacement of Java libraries) are disallowed from reading the Java libraries sources, to avoid lawsuits.
Conflating different meanings of "derivative" Posted Oct 12, 2005 20:14 UTC (Wed) by AnswerGuy (subscriber, #1256) [Link] In popular vernacular the term "derivative" can mean "inspired by" (possibly with a denigrating connotation). If I say that the old TV series "The Saint" was derivative of Ian Fleming's work in a critique of it --- that would be the likely inference.
However, the term "derivative" in the context of copyright law is somewhat more specific. There has to be a substantive copying. (Not necessarily literal copying, but copying nonetheless).
JimD
Single-company free software Posted Oct 12, 2005 12:29 UTC (Wed) by jamesh (subscriber, #1159) [Link] If a single entity holds the copyright to the entire project, then it doesn't need a license to create derivative works, so they could use whatever license they want. Two ways to prevent this are:
Single-company free software Posted Oct 13, 2005 8:55 UTC (Thu) by nix (subscriber, #2304) [Link] <blockquote>If a single entity holds the copyright to the entire project, then it doesn't need a license to create derivative works, so they could use whatever license they want. </blockquote> This depends on how they got that copyright. If RMS went insane and the FSF decided to relicense its stuff under something not similar in spirit to the GPL (say, the Eat-Your-Babies EULA, which requires the eating of one baby for each copy redistributed), all those copyright assignments the developers signed would have their terms violated. What would happen then I don't know; a huge legal crapfest, probably...
Single-company free software Posted Oct 13, 2005 6:45 UTC (Thu) by ekj (subscriber, #1524) [Link] If version 2 of a product is GPL then version 3 of that product is a derived product of it, so version 3 must also be released as GPL.Nothing is wrong with the statement as such, but you're forgetting one thing: If you're the sole copyright-ownder of a work, you're free to do anything you like with the software, including changing it and giving the next version out under a different license. If you write GPLgame v1 alone you're free to update that and a year later release say MPLgame v2 or even ProprietaryGame v2 based on it. This only changes the minute you accept outside patches and don't have the people providing those assign copyright to you.
|
Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds
Powered by Rackspace Managed Hosting.