Slashdot Mirror


A Case Study In GPLv2 / GPLv3 Compatibility

An anonymous reader writes "A project called OpenChange is working to develop an open source client library for Microsoft Exchange. They are heavily dependent on Samba code for the underlying protocol support and have been forced to move to GPLv3 once Samba moved. This has gotten in the way of legally adding support to other software such as KDE, which is unwilling or unable to go GPLv3." It sounds like all the developers involved expect the GPLv2/GPLv3 issues to be resolved in time.

Update: 10/01 12:26 GMT by KD : Dan Shearer, of OpenChange and the Samba Team, wrote in to correct the anonymous submitter's mistaken implication that OpenChange moved reluctantly to GPLv3. Read on for his actual position.

I'm Dan Shearer of both the OpenChange project and the Samba Team, and I wrote the message on bacula-devel linked by anonymous' original post. I would like to correct the unfortunate impression given by anonymous that OpenChange has been reluctantly forced to change licenses because Samba has moved to the GPLv3. In fact, OpenChange see that the GPLv3 is entirely appropriate for Samba, and OpenChange plans to use the GPLv3 even when not necessarily required to do so by upstream licenses. The move to GPLv3 was one of two license changes we plan to announce on openchange.org in the next few days.

The specific issue highlighted in the post is not a general GPLv3/v2 incompatibility. Code which is licensed under the GPLv2 but no later version is incompatible with the GPLv3. There are a few significant examples of GPLv2-only code, including KDE as mentioned and also the Linux kernel, which cannot be linked to GPLv3 code. That is a matter of policy for those few projects. We would of course be delighted to be able to use their code as appropriate if they change their policy at some point, but we have no complaint if they do not choose to do so. The GPL offers many choices and this is one of them.

Most GPLv2 code includes the words "or any later version", which is a statement of trust by the licensor in the people who create those later versions. The GPLv3 was created as a community effort, a very large and representative community effort, and in that sense many people think that this trust has been maintained. Including the Samba Team and the OpenChange project. If you are unsure about this, go to archive.org and search for "Eben Moglen 2007", which will give you a choice of media and plain text for the summary talk in Edinburgh a day or two before the GPLv3 was released. We respect that there are different opinions on licensing including some who do not like the GPLv3, however it is indisputable that the GPLv3 is very much a community production rather than a statement from the FSF. That fact of community evolution supports the idea that the trust implied by "or any later version" has been maintained.

It might also be helpful to reflect on the history of OpenChange. OpenChange is an independent work from a team led by Julien Kerihuel built on the research and tools produced by the Samba Team. OpenChange has been the direct beneficiary of a lot of effort contributed by the Samba Team over the last four years. We strongly support Samba's use of the GPLv3 as being an appropriate response to the current legal environment.

The thread the anonymous poster linked to was in response to Kern Sibbald of the excellent Bacula project. Kern has his particular views, and we respect those views, but they are by no means general. (Readers may also like to read the entire thread on bacula-devel.) When we look at the numbers at Palamida we find many thousands of projects that OpenChange can link against, besides all the others with compatible licenses such as the Apache license. We don't feel very lonely :-)

46 of 239 comments (clear)

  1. Non-issue by Raul654 · · Score: 4, Interesting

    How is this an issue? If KDE2 uses the GPL2, it clearly says "or any future version", which makes it forward compatible with the GPL3, which means it can be mixed with other GPL3 software. I see nothing in the linked article that contradicts this.

    --


    To make laws that man cannot, and will not obey, serves to bring all law into contempt.
    --E.C. Stanton
    1. Re:Non-issue by stevenvi · · Score: 5, Insightful

      The "or any future version" is optional for the developers. I have removed it from all of my software, as I do not want to license my code under rules which have not yet been written.

      That said, I have no clue if KDE includes that line or not.

    2. Re:Non-issue by fosterNutrition · · Score: 2, Insightful

      The issue is that the "future version" clause means that you can use the code under one version OR another, not that the newer versions supersede the old. In other words, if GPLv2 says doing X is okay but Y is not, and GPLv3 says X is bad, but Y is good, then you can use code licensed in that manner by doing X or Y (or both, or neither).

      The effect of this is that if a project is GPLv3 licensed (like Samba), you can't use it to do X just because GPLv2 says you can. What this means for the project is that they can't build in GPLv2 code, because it allows things that GPLv3 forbids - they would have to break the terms of the 3 version to properly support version 2.

    3. Re:Non-issue by modir · · Score: 3, Insightful

      I see another reason why this is a non issue. They can use an older version of samba which was released under GPLv2. They don't even need to switch to other libraries. If they want the can even fork samba.

    4. Re:Non-issue by k1980pc · · Score: 2, Informative

      No.
      "Or any future version" clause means the code can be forked and "the later version" license assigned. Existing code is never automatically license-upgraded ( I know it is not a word)

      I do not think anybody will be interested in forking big projects unless they have the backing of a large group/any company.

      That said, I think it is a non issue in this case as long as they do not intend to change Samba or KDE code in anyway.

    5. Re:Non-issue by Raul654 · · Score: 4, Insightful

      So the dependency tree looks like this:
      Samba --OpenChange -- KDE

      KDE operates on top of OpenChange, which operates on top of KDE. From the write up, OpenChange is "heavily dependent on Samba code for the underlying protocol support". So they mix in outside (Samba) code which changed license, and thus are forced to change the license. Fair enough - they want the free lunch, they have to use the license specified by the guy who wrote the code.

      What doesn't make any sense is that OpenChange cannot support KDE now. Of course they can. As long as they don't share any code, they can be licensed independently.

      --


      To make laws that man cannot, and will not obey, serves to bring all law into contempt.
      --E.C. Stanton
    6. Re:Non-issue by the_brobdingnagian · · Score: 4, Informative

      Every line in the GPL is optional for developers. You can release your code with any license you want, including one you made up yourself. I can not understand why anyone would want to release their code with a "or any future version" clause. With this clause, you give away all control of the content of the license. If RMS suddenly decides the BSD license is great and writes a GPL4 with the contents of the BSD license, your code is BSD licensed too.

    7. Re:Non-issue by Bart+Coppens · · Score: 3, Informative

      Actually, the problem lies not with KDE. The core KDE Libraries are actually LGPL (parts even use some BSD license), which should be pretty compatible with the GPLv3. Just like many KDE programs are actually GPLv2+. The 'problem' is that as of yet, Qt has been licensed under GPLv2 only (and slightly more, they allow linking with a selection of other free software licenses as well, as far as I know). Which in turn makes all KDE applications linking with Qt GPLv2 at run-time. The obvious reason would be that Trolltech just does not really like giving the FSF full controll over their Qt software through their ability to modify future versions of the GPL at will.

    8. Re:Non-issue by phantomlord · · Score: 5, Informative
      On Gentoo

      grep "version 2" /usr/kde/3.5/include/* | wc
      393 4848 40829
      grep "version 2" /usr/kde/3.5/include/* | grep "later version" | wc
      217 2878 22629
      So, it would seem that 217 files are GPL2+ and and 176 GPL2(only) as far as KDE is concerned. However, KDE is built on QT which is licensed as

      grep "version 2" /usr/include/qt4/Qt*/* | wc
      994 10962 104446
      grep "version 2" /usr/include/qt4/Qt*/* | grep "later version" | wc
      0 0 0
      So it would seem that QT is GPL2 only. A quick scan of a couple header files notes that

      ** This file may be used under the terms of the GNU General Public
      ** License version 2.0 as published by the Free Software Foundation
      ** and appearing in the file LICENSE.GPL included in the packaging of
      ** this file. Please review the following information to ensure GNU
      ** General Public Licensing requirements will be met:
      ** http://trolltech.com/products/qt/licenses/licensing/opensource/ So... if you can somehow mix the KDE parts that are GPL2+ without using the QT library at all and without using the KDE parts that are GPL2(only), you're safe to mix GPL3 code with KDE. Good luck with that, though.
      --
      Don't leave your mind so open that your brain falls out. Don't close it so much that you cut off the blood.
    9. Re:Non-issue by the_brobdingnagian · · Score: 5, Informative
      The GPL is copyrighted, but you CAN modify it. You just don't have the right to call it the GPL if you modify the licence.

      Can I modify the GPL and make a modified license?
      You can use the GPL terms (possibly modified) in another license provided that you call your license by another name and do not include the GPL preamble, and provided you modify the instructions-for-use at the end enough to make it clearly different in wording and not mention GNU (though the actual procedure you describe may be similar).
      ...... From: http://www.gnu.org/licenses/gpl-faq.html#ModifyGPL
    10. Re:Non-issue by Shulai · · Score: 3, Informative

      Nope, the problem is Qt being GPL2 only, so KDE is unable to use GPL3 OpenChange code, because any resulting binary won't be legally redistributable.

    11. Re:Non-issue by flooey · · Score: 2, Interesting

      The issue is that the "future version" clause means that you can use the code under one version OR another, not that the newer versions supersede the old. In other words, if GPLv2 says doing X is okay but Y is not, and GPLv3 says X is bad, but Y is good, then you can use code licensed in that manner by doing X or Y (or both, or neither).

      Almost right. In legal English, "or" means exclusive or. So, when it says "or any future version" it means you get to pick a single version. Thus, if GPLv2 allows X and prohibits Y and version 3 allows Y and prohibits X, you can do only X, only Y, or neither, but you can't do both, because that would require somehow mixing the two licenses. You get to pick which license terms you want to adhere to, but you don't get to mix and match provisions of both.

    12. Re:Non-issue by Black+Copter+Control · · Score: 2, Insightful

      The "or any future version" is optional for the developers. I have removed it from all of my software, as I do not want to license my code under rules which have not yet been written. from the GPL:

      9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
      (emphasis mine)

      In other words, if RMS decides to make the GPL7 with a copy of the Microsoft Vista EULA (or even the BSDL) -- Not only could you renounce it as 'not GPL' as envisioned in the license, but you could conceivably sue him for breach of trust/contract.

      --
      OS Software is like love: The best way to make it grow is to give it away.
    13. Re:Non-issue by samkass · · Score: 2, Interesting

      This is silly. The GPLv3 is very different from the GPLv2 "in spirit", but no one is calling foul on it, nor would it be easy to defend in court. The GPLv3, for the first time, departs from the "share and share alike" nature of the source code and attempts to dictate what hardware it should be allowed to run on and what hardware makers are allowed to do. This is not in the same spirit as GPLv2, which is about software freedom. RMS changed his mind, then managed to sell it to people as "closing loopholes" when it's clearly a very different license.

      --
      E pluribus unum
    14. Re:Non-issue by kripkenstein · · Score: 4, Interesting

      Nope, the problem is Qt being GPL2 only, so KDE is unable to use GPL3 OpenChange code, because any resulting binary won't be legally redistributable.
      Exactly. Qt is GPL2 only, so KDE needs to be GPL2 as well (even if it were 'GPL2 or above', the effective license would be GPL2). This is a serious problem for Qt-based projects like KDE.

      It is precisely for this reason that a GUI platform should not be GPLed; it should be LGPLed (which GTK/GNOME is, in the relevant portions). And also precisely for this reason that the Linux kernel, while GPL, is effectively LGPL for code in userspace according to their interpretation. Otherwise, the kernel would have this exact same problem - you wouldn't be able to run Samba on it.
    15. Re:Non-issue by marcosdumay · · Score: 2, Informative

      "The GPLv3, for the first time, departs from the "share and share alike" nature of the source code and attempts to dictate what hardware it should be allowed to run on and what hardware makers are allowed to do with the code they don't own"

      Fixed it for you, but I uess that GPLv2 did the same.

  2. This is why I use FreeBSD. by Anonymous Coward · · Score: 2, Insightful

    This is the sort of reason why I use FreeBSD, and try my best to use BSD-, MIT-, or zlib-licensed software as much as possible. Even just as a user, I prefer the freedom and certainty that those licenses bring. Frankly, I don't need the hassle of unintentionally running afoul of the GPL.

    When it comes to the open source software that I develop and release, I always use the MIT license. That's just the safest thing for me to do, and the safest thing for those who want to use, modify and redistribute the software I've created. I'm not going to burden them with the many questions the GPLv2 and GPLv3 raise. I don't want them to have to read through pages and pages of legalese. I just want them to be able to use my software, modify it if they wish, and contribute back those changes (if they want to). The MIT license allows for that, and does so superbly.

    1. Re:This is why I use FreeBSD. by vertinox · · Score: 4, Informative

      I'm not going to burden them with the many questions the GPLv2 and GPLv3 raise.

      GPL is designed to give Freedom to the 3rd person in the chain of development. BSD only gives freedom to the second person in the chain, but he can restrict the 3rd person's freedom if they so choose. The 1st person is of course the original developer and he can do whatever he pleases regardless of license.

      Hence, with BSD your code is only free to the first two persons and even though the 2nd person can be generous and release his changes in BSD to the 3rd... The 3rd is still free to restrict the freedoms of the fourth and so on.

      GPLv3 makes sure you can't take away freedom at any point in the chain of development of anyone else that comes after you.

      --
      "I am the king of the Romans, and am superior to rules of grammar!"
      -Sigismund, Holy Roman Emperor (1368-1437)
    2. Re:This is why I use FreeBSD. by EzInKy · · Score: 2, Insightful


      I really don't want to tell the 2nd and 3rd person what to do.


      The problem is by not telling the 2nd person what to do you are not even giving the 3rd person a chance.

      --
      Time is what keeps everything from happening all at once.
    3. Re:This is why I use FreeBSD. by JohnBailey · · Score: 2, Insightful

      Because freedom has to be incomplete. Total freedom as a concept does not work. If I have the freedom to be alive, and I have the freedom to be dead, then how can I have the freedom to be both at the same time? And if I had the freedom to be in more than one state, It would conflict with the freedom to be in only one state.

      Mixing reality and semantics is counter productive.

      --
      It is difficult to get a man to understand something when his job depends on not understanding it.
    4. Re:This is why I use FreeBSD. by styrotech · · Score: 2, Insightful

      If the "3rd person" cared about their freedom to modify and redistribute the source, why would they get their software from a "2nd person" who was denying them that freedom?

      Surely a freedom loving "3rd person" would get the code from either the "1st person" or a freedom loving "2nd person" instead?

      This is why I find the FSF a bit patronising - trying to enforce freedoms on those that don't want them just seems a little too much to me.

      I would prefer that the ongoing freedom aspects were handled by education and that licenses for allowing modification and redistribution were kept simple and straight forward with as few side effects as possible. While the spirit of the GPL is relatively straight forward, the reality of how it works isn't and it shouldn't need endless debates and law professors constantly trying to clarify it.

      Being selfish and not sharing is a social problem not a legal or technical problem IMO. As geeks we appreciate simplicity, reusability and elegance in our code, so why don't we all appreciate it in our licenses as well?

    5. Re:This is why I use FreeBSD. by Brandybuck · · Score: 2, Informative

      That's a separate issue though. You can put a warranty disclaimer, independent of whether you put conditions on distribution, or release it into the public domain.

      Without a condition that says not to remove the warranty, you would be setting yourself up for legal disaster. I wish it weren't the case, but that's the reality we live in.

      One could also have a licence saying you can do what you like (e.g., WTFPL as the other commenter pointed out).

      That is essentially what the BSD, MIT and similar licenses do. One or two clauses saying not to remove the copyright and disclaimer, then the disclaimer. There's also an advantage in using an FSF/OSI approved license.

      --
      Don't blame me, I didn't vote for either of them!
    6. Re:This is why I use FreeBSD. by stony3k · · Score: 4, Insightful

      The "second" person has made some changes which make the software better and it is now the de facto standard. if the "second" person now closes the source, this leaves the "third" person stranded. Having access to the original source code does not give him much, since he would now have to reinvent the second person's changes.

      I have always considered the BSD a libertarian license, in that it depends on individual goodness and doesn't try to impose any restrictions. The GPL on the other hand is more of a socialistic license in that it tries to impose the "greater good of the society" condition on downstream contributors. Which license you prefer very much depends on which philosophy you prefer.

      --
      Freedom is not worth having if it does not include the freedom to make mistakes. - Mahatma Gandhi
    7. Re:This is why I use FreeBSD. by Goth+Biker+Babe · · Score: 2, Insightful

      Libertarian verse socialist is a good analogy and the reason why I publish using BSD licence. If the code is to be truly free then someone must have the right to modify it and close source it. Anything else is not free. I don't mind and I'm the author so why should anyone else? I am a libertarian in my politics too and currently can't stand the socialist nanny state the UK is turning in to...

    8. Re:This is why I use FreeBSD. by Kjella · · Score: 2, Insightful

      I have always considered the BSD a libertarian license, in that it depends on individual goodness and doesn't try to impose any restrictions. The GPL on the other hand is more of a socialistic license in that it tries to impose the "greater good of the society" condition on downstream contributors.

      With the huge difference that socialism as a political system is compulsory, as a license it's voluntary. If you ask what's wrong with socialism, the usual answer is that you're paying for everyone else. You don't ever have to contribute any code, money, effort, taxes, fees or levys to use GPL'd software. The only restriction is that it's a community asset - you can't lock it up and if you wnat to improve it you must do so in a way that keeps it either a personal modification or a community asset.

      --
      Live today, because you never know what tomorrow brings
  3. GPL X Confusion by WED+Fan · · Score: 2, Insightful

    It is this kind of confusion that could lead to many great ideas to be stillborn. But, maybe that is the point.

    --
    Politics is the art of looking for trouble, finding it everywhere, diagnosing it incorrectly and applying the wrong fix.
  4. Unwilling to move to GPLv3? by Dlugar · · Score: 2, Insightful

    I dislike the GPLv3, but I use GPLv2 for everything I write myself. I know there aren't many out there like me, but if there are enough, I think it might cause yet another regrettable split. Are the benefits of the GPLv3 over v2 (which seem very minimal if existant at all) worth the downsides? Only time will tell.

    Dlugar

    --
    Computer Go: Writing Software to Play the Ancient Game of Go
    1. Re:Unwilling to move to GPLv3? by Dlugar · · Score: 4, Interesting

      Er... how does this fall in line with your previous "I'm much more in the BSD camp" sentence? The "GPL is Evil!" is not something that has been uttered only since the GPLv3 but at least since the early 90's when BSD appeared in it's free form. Since you talked about patent protection being something that should be out of scope of a licence I don't think the GPL (v2 or v3) is really the ideal licence for you, but then again you are the one who own your code and I'm sure you know what licence you prefer (perhaps there are probably other reasons for your choosing the GPLv2 that you didn't mention).
      Sorry, I was being unclear. I meant that I felt that patent retaliation clauses should be out of scope for a general-purpose software license.

      My requirements for a software license center around Stallman's original Four Freedoms. Any software I write I want to have those four freedoms protected, both for what I distribute as well as derivative works, but have no other restrictions, either for developers or users.

      The GPLv3, I feel, unnecessarily limits Freedom 0, as well as containing additional clauses that do more than protect the four freedoms. The BSD license doesn't preserve these freedoms for derivative works, so it's not my ideal license either. The patent clauses of GPLv2 simply say, "any patent must be licensed for everyone's free use or not licensed at all", which adequately protects the four freedoms, but doesn't make any further restrictions. It's not what I would call an "anti-patent" provision in the same sense as the GPLv3.

      Regarding DRM: it is impossible, in my opinion, for DRM to infringe upon the Four Freedoms in a software sense. Software-based DRM cannot prevent users from exercising any of their Four Freedoms, because since they have access to the source code, they can simply remove the DRM portions of the software. For DRM to work at all with open-source software, the DRM must be entirely hardware-based, and, in every case, that exact software will run on modified or alternate hardware. Thus, I believe anti-DRM provisions are out of scope for a software license, because it attempts to dictate what sort of hardware you are allowed to distribute with your software.

      What it really comes down to for me is the four freedoms: anything the license does that is above and beyond those four freedoms is something I don't want. Any of the four freedoms it fails to protect is a deficiency. And that's why I've chosen the GPLv2 for my software.

      Dlugar
      --
      Computer Go: Writing Software to Play the Ancient Game of Go
    2. Re:Unwilling to move to GPLv3? by Dlugar · · Score: 3, Insightful

      So why don't you use the usual trick of specifying GPLv2 or later? That way you don't force anybody into agreeing with the further restrictions of GPLv3 that they don't agree with, but you aren't needlessly incompatible with those people who do choose to use GPLv3.
      This is an intriguing idea, but I'll repeat my goals regarding software licenses: "Any software I write I want to have [Stallman's] four freedoms protected, both for what I distribute as well as derivative works, but have no other restrictions, either for developers or users."

      If someone were to take my code, and extend it with GPLv3-only code, then the derivative works would have more restrictions than Stallman's four freedoms, which is something I don't want to have happen. I would be unable to take their changes back, for example, and use them at a company who was worried about the patent retaliation clauses, or other restrictions that aren't present in v2.

      Dlugar
      --
      Computer Go: Writing Software to Play the Ancient Game of Go
    3. Re:Unwilling to move to GPLv3? by Dlugar · · Score: 4, Interesting

      Tivoization clearly infringes on the first freedom as it prevents you from running the program for certain purposes.
      I disagree. Tivoization is a modification to hardware that makes the hardware incapable of running certain code. But it doesn't really have anything to do with the software at all.

      I could construct a piece of hardware that will only run an unmodified RHEL3 image, but never actually distribute that image myself. By building and selling that piece of hardware, have I somehow removed any freedoms of all the people running RHEL3? Not at all. They still have access to the source code, they can modify it and distribute their modifications, they can run the code for whatever purposes they want, etc. The only restriction is to the hardware, not the software. Furthermore, there may be very legitimate reasons why somebody might want to ship a piece of crippled hardware that can only run a single image. Even the FSF has recognized that in their DRM exceptions in the GPLv3.

      I could agree that some people might interpret Tivoization as an infringement of the first freedom, but a statement so strong as "clearly infringes" I have to disagree with.

      Dlugar
      --
      Computer Go: Writing Software to Play the Ancient Game of Go
  5. OpenChange is more than a client by EvilRyry · · Score: 4, Informative

    The poster missed out on half of the introduction to OpenChange. Since most people won't visit the website, I'll fill in the blank.

    OpenChange is basically the Samba of Exchange. It aims to provide both a library to be used in clients (as mentioned), and also provide a drop in replacement for Microsoft Exchange server.

    Personally, I'm a bit weary of the project. Although it would be nice to have an open source server thats natively compatible with Outlook, and provides an easy transition off of Microsoft products, I'd much rather see a real Open standard take hold rather than turning MAPI into a pseudo standard like Samba has done to CIFS and is doing with Active Directory. Perhaps this is the best that can be done considering how entrenched Microsoft Exchange/Outlook has become in many companies.

  6. What does that have to do with USE? by Xenographic · · Score: 3, Insightful
    > Even just as a user, I prefer the freedom and certainty that those licenses bring. Frankly, I don't need the hassle of unintentionally running afoul of the GPL.

    Did you totally miss the part of the GPL that says it doesn't cover use? You can't run afoul of the GPL merely by using software.

    As the GPL puts it:

    9. Acceptance Not Required for Having Copies.

    You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance.

    > When it comes to the open source software that I develop and release, I always use the MIT license.

    And I thank you for that. I don't care what your motives, I appreciate those who share code.

    But please don't spread FUD about the GPL. Is that too much to ask?
    1. Re:What does that have to do with USE? by aminorex · · Score: 2, Insightful

      I don't see his concern as "FUD about the GPL". The presence of GPL software on my hard drive means that my hard drive is legally encumbered with complex social structures of highly unpredictable consequences. I can't freely use useful software components that I find on my system without performing an unconscionably time-consuming degree of research on the licensing strictures and the state-of-the-art in their legal interpretation -- at least not if I give a rat's sphincter about copyright law. And it's largely because of this that I've concluded life is far too short to be doling out rodent recta, and have abandoned all hope and intention of conforming with copyright law.

      --
      -I like my women like I like my tea: green-
  7. Re:Linus is right by EzInKy · · Score: 4, Insightful


    Linus himself does not think GPLv3 is a good thing. So why do people keep adopting it.


    People are adopting gpl3 for some of the same reasons they adopted gpl2, which is to ensure that users are free to modify their software to suit their needs.

    --
    Time is what keeps everything from happening all at once.
  8. Re:Why are developers wasting their time with this by grcumb · · Score: 4, Interesting

    Most open source developers work a full-time job elsewhere, and have a very limited amount of time to contribute to their open source projects of choice.

    Where did you get that datum? I think if you read any decent analysis, you'll find that the vast majority of code in active FOSS projects is written by programmers paid to do so. This means that project leaders, i.e. the ones who invest the most in the project have every incentive to think long and carefully about the future of their project, because it affects their professional future, too.

    The one solution I see is to just avoid the GPL family of licenses.

    You only see that one solution because you haven't done your analysis properly.

    There are very good reasons why more FOSS developers choose the GPL than all the other licenses combined. Perhaps you should investigate those reasons before discarding it as a nuisance.

    --
    Crumb's Corollary: Never bring a knife to a bun fight.
  9. Re:Why are developers wasting their time with this by Anonymous Coward · · Score: 3, Insightful

    You are arguing something different than the GP - you are saying that for any given line of code, the probability of it being written by a paid programmer is high, what he is saying is that the probability that a given FOSS programmer is paid is low. For example, if 5% of the people did 95% of the work, and those 5% were paid, then both of your claims are correct. I suspect it is probably something more like 10-25%, though not all paid, and 75-90%, but I no data to back that up. What he is concerned about is that for those who are only able to contribute a couple hours a week, spending even 15 minutes trying to figure out what license to release under, he will have lost 1/8th of his time. The ability to change the license away from original intent is quite troubling, as nice as it is to be able to maintain compatibility in licensing. This is similar to donors to foundations/universities wanting control of where their donations are used versus where the foundation/universities would like to spend their money. The catch here is that the university can replace general funds with donated and effectively remove the restrictions for most small and medium donations, whereas in the licenses, the restrictions and wishes of the creator are not removable.

  10. No, it is not by einhverfr · · Score: 2, Interesting

    The GPL v2 required that dependencies have their source available. Because there was no requirement to release the entire corresponding source as a single work, dependencies could have arbitrary licenses provided that the source was redistributed.

    The GPL v3 requires that the corresponding source is distributed as a single work, under the GPL v3, which means that all dependencies part of that work (defined in section 1) must be GPL v3 compatible.

    Now, the real killer is Section 7, Paragraph 2, which states that one may, in the process of conveying the software, remove any permissions beyond those of the GPL v3. I.e. one can apply all restrictions of the GPL v3 to any portion of the covered work without asserting any copyrights in the matter. This means that if you use a BSDL file, this is only compatible if the BSD License allows changing the license of the file *without* modifying the actual code involved. My own reading of pretty much every BSD-license variant I can find suggests that the license follows the copyright and so this is not permissible.

    Hence the BSD license puts further restrictions on the exercise of the rights granted in the GPL 3, section 7, paragraph 2, and is therefore not comp[atible. The BSD license is, however, compatible with the GPL v2, which specifically allows for additional permissions on elements which can be otherwise distributed separately under the terms of those additional permissions.

    --

    LedgerSMB: Open source Accounting/ERP
  11. Re:Linus is right by einhverfr · · Score: 2, Informative

    Personally I suspect that those who do adopt it don't understand the license.

    Heck, I don;t think anyone understands the license. The large, nasty surprise is that Paragraph 2 of section 7 pretty much makes the license incompatible with every other license which doesn't have a clause authorizing sublicensing under the exact terms of the GPL v3. It *might* even be the case that GPL v3 + linking exceptions might be incompatible with generic GPL v3...

    --

    LedgerSMB: Open source Accounting/ERP
  12. True, but irrelevant... by Xenographic · · Score: 2, Insightful

    Perhaps, but exactly what relevance does that have to this discussion?

    I mean, you know it's not at all the type of use I was talking about, and like you point out, even the FSF makes sure that it's not an actual problem in practice by using the LGPL for libraries.

    It's only natural for people to want to protect what's important to them. But why must we begrudge each other for protecting those rights most important to them? The GPL protects the end users, the BSD license protects the people using the code itself. There's no need to attribute evil motives to either side or to avoid running code simply because it's under the "wrong" license.

    Frankly, I find that just a bit silly.

  13. Re:Why are developers wasting their time with this by einhverfr · · Score: 2, Informative

    FWIW, I don;t know if the LedgerSMB project is typical or not, but....
    Every individual on our core team except one does paid work on the project. We also do unpaid work as well. Most of our contributions also come from people create the work in the course of either employment or consulting contracts. I know that two of our core members (out of six) are employed in positions where development of LedgerSMB is not a duty.

    So at least in my experience with one project, I would say that between 80 and 90 percent of contributors are creating contributions in the due course of other paid employement or contracts. Those same contractors may *also* be donating time and effort but that is another matter.

    --

    LedgerSMB: Open source Accounting/ERP
  14. Re:Linus is right by PSargent · · Score: 4, Insightful

    But what if my need is to modify the software, and not redistribute the modified source code? Whoops, there goes the GPLv3, restricting my freedoms. ...and that is exactly what is intended. The same intention as GPLv2. Write it yourself if that's your intention.

    I'm amazed there are people out there thinking this kind of behaviour is fair game. Just because somebody makes their source available, doesn't mean they want you to pass off their work as your own.

    It really is very simple:

    BSD says "Do what you want. I don't care."
    GPLv2 says "You got the source, so should your customers."
    GPLv3 says "Stop jumping through loopholes! You got the source, so should your customers."
    Commercial licenses say "You want the source?!?! Go f*%$ yourself."

    Personally I would never BSD license any of my code. There are too many people in the world that will happily rip it off.
  15. Re:OpenChange only links with samba. by grumbel · · Score: 2, Interesting

    I think one of the arguments that it comes down to is that when you create a binary you end up including code that is in the includes and that code goes into the final binaries. So any binary that uses a GPL header file gets contaminated with GPL code. Of course that arguments kind of falls apart as soon as you might have a include without macros or inline function or a language that doesn't have includes in the first place. So the GPL kind of only works fully with C-like languages and even then not always. It of course gets even more funky, since the FSF themselves argues that you can't/shouldn't have copyright on APIs, since that would make any API-cloning (wine, lesstiff, etc.) impossible, which however is really the only thing that would stop you from mixing non-GPL code with a GPL library in the first place.

    So yep, I fully agree that a lawyer might interpret this quite a bit different then the FSF would do, but on the other side, doing some GPL and non-GPL mixing is just asking for trouble, if nothing else, it will make sure that such an app would never make it into any of the Linux distros around.

  16. Check out a recent bit from my journal by einhverfr · · Score: 2, Interesting

    (I am not keeping anything secret.)

    However, there are two basic premises:

    1) In today's market, one cannot compete with Free. Hence closed source versions are only viable if they are competing with your competitors' closed source products primarily. Note that every proprietary PostgreSQL spinoff has died if its primary goal was to compete with the Free version. The only 2 that have survived are primarily targetting specific markets held by Oracle and DB2. (Arguably, even SunOS wasn;t really aimed at competing with BSD so much as competing with other proprietary UNIXs.)

    2) In a BSD-licensed project, you can arbitrarily interfere with closed source versions if they are not contributing back what they should. In fact, you *will* cause them problems if you have enough development momentum. People who don't contribute back to a BSD project tend to be forced to fork and go elsewhere.

    Interesting additional points include:

    3) The worst punishment to any project (open source or not) which uses your code is to have an incompatible and adequate replacement for their value added features. This drastically increases the cost of maintenance and usually forces them to either contribute or forego future enhancements.

    4) Community is all that matters. A strong community will be able to define and coerce wanted contributions while allowing people to sell unwanted portions. For example, nobody in the PostgreSQL community really wants the system to handle NULLs the way Oracle does, so if EnterpriseDB wants to sell that as a feature, great! EnterpriseDB, OTOH, ends up contributing pretty much every generally applicable change back so they don't get hurt though. Same with BizgressMPP and the collation node.

    Again, look through my journal for an entry about encouraging contributions via the BSDL for more information.

    --

    LedgerSMB: Open source Accounting/ERP
    1. Re:Check out a recent bit from my journal by irc.goatse.cx+troll · · Score: 2, Interesting

      3) The worst punishment to any project (open source or not) which uses your code is to have an incompatible and adequate replacement for their value added features. This drastically increases the cost of maintenance and usually forces them to either contribute or forego future enhancements.


      Thats not always legally possible though. For a hypothetical example, lets say you wrote some special music managing software that did plenty of neat and innovative tricks, and released it bsd.

      Now Apple comes along and renames it iLeetMusic, keeping all of your innovative functionality but adding support for their ipod and iphones, but keeping the interface to their hardware private.

      What do you do? Reverse engineer the new function and violate at the very least the dmca, likely trademark if you're not careful and maybe a patent or three?

      Of course thats not how it is with apple in reality, but any big name company that has access to a related piece of hardware or group of data that they can control the access to can easily add things to your product that you can't compete with.

      Note that I'm not opposed to BSD or even for GPL, but just having to counter that point.
      (I personally prefer the MIT license, which is similar but in my opinion better worded than the BSD license, or public domain depending on the code)
      --
      Pain lasts, kid. Its how you know you're alive. Sometimes I think this growing up thing is just pain management-TheMaxx
  17. Response from OpenChange and Samba by DanShearer · · Score: 5, Informative

    I'm Dan Shearer of both the OpenChange project and the Samba Team, and I wrote the message on bacula-devel linked by anonymous' original post. I would like to correct the unfortunate impression given by anonymous that OpenChange has been reluctantly forced to change licenses because Samba has moved to the GPLv3. In fact, OpenChange see that the GPLv3 is entirely appropriate for Samba, and OpenChange plans to use the GPLv3 even when not necessarily required to do so by upstream licenses. The move to GPLv3 was one of two license changes we plan to announce on openchange.org in the next few days.

    The specific issue highlighted in the post is not a general GPLv3/v2 incompatibility. Code which is licensed under the GPLv2 but no later version is incompatible with the GPLv3. There are a few significant examples of GPLv2-only code, including KDE as mentioned and also the Linux kernel, which cannot be linked to GPLv3 code. That is a matter of policy for those few projects. We would of course be delighted to be able to use their code as appropriate if they change their policy at some point, but we have no complaint if they do not choose to do so. The GPL offers many choices and this is one of them.

    Most GPLv2 code includes the words "or any later version", which is a statement of trust by the licensor in the people who create those later versions. The GPLv3 was created as a community effort, a very large and representative community effort, and in that sense many people think that this trust has been maintained. Including the Samba Team and the OpenChange project. If you are unsure about this, go to archive.org and search for "Eben Moglen 2007", which will give you a choice of media and plain text for the summary talk in Edinburgh a day or two before the GPLv3 was released. We understand there are different opinions on licensing including some who do not like the GPLv3, however it is indisputable that the GPLv3 is very much a community production rather than a statement from the FSF. That fact of community evolution supports the idea that the trust implied by "or any later version" has been maintained.

    It might also be helpful to reflect on the history of OpenChange. OpenChange is an independent work from a team led by Julien Kerihuel built on the research and tools produced by the Samba Team. OpenChange has been the direct beneficiary of a lot of effort contributed by the Samba Team over the last four years. We strongly support Samba's use of the GPLv3 as being an appropriate response to the current legal environment.

    The thread the anonymous poster linked to was in response to Kern Sibbald of the excellent Bacula project. Kern has his particular views, and we respect those views, but they are by no means general. (Readers may also like to read the entire thread on bacula-devel.) When we look at the numbers at Palamida (http://gpl3.palamida.com:8080/index.jsp) we find many thousands of projects that OpenChange can link against, besides all the others with compatible licenses such as the Apache license. We don't feel very lonely :-)

    --
    Dan Shearer
  18. So tell me how by Anonymous Coward · · Score: 2, Interesting

    If the printer that RMS wanted to fix had a Tivo lockdown on the code, then, despite having the code to the driver, how would RMS have fixed the printer problem? OK, he could have fixed the code but that changed code would not have worked on the printer. So how does fixing the code fix the printer? Doesn't, so it would be against the ENTIRE REASON RMS made the GPL up.

    Additionally, since signing creates a derivative work (signed) of the GPL2 kernel, you need to be able to sign the code to make the derived work. Since the GPL requires that you have everything necessary to make the binary given to you under the GPL, you need the signing routine too. Irrelevant for me since I won't be getting a Tivo (since it's DRM'd so I can't undo "features" like removing ad skip).

    Oh, and if GPL7 is a cut n paste of the WinVista EULA, you still get it under the (apparently acceptable) GPL6. Or 5 or 4 or 3 or 2...

    Take that version and fork it.