Slashdot Mirror


XFree86 Alters License

kinema writes "According to the XFree86 announcement starting with XFree86 v4.4.0-RC3 there will be a new license. There are some worries that these changes might be incompatible with the GPL." The FSF has a good page about the problems with BSD-style advertising clauses, which ironically uses XFree86's old license as an example of one to emulate.

78 of 430 comments (clear)

  1. eh by Cyn · · Score: 5, Insightful

    the source is still out there, worst case scenario - the license isn't gpl, and they don't change it to be so - some of the developers split off and recruit noobs, and we end up with a renamed X that everyone uses - that takes a little while to ramp back up to full speed.

    It's not the end of the world, but it (could) be annoying, that's for sure. I think thorough investigation is needed (e.g. try reading the license)

    --
    cyn, free software and *nix operating systems enthusiast.
    1. Re:eh by psyberjedi · · Score: 3, Interesting

      Isn't this simply a case of giving credit where credit is due. If you build a project that includes the blood, sweat, and tears of other people, shouldn't they be credited. Either in the documentation or through some other method.

      For the Open Source community to succeed we can not forget the hard work put in by those who came before us.

      --
      He who confuses his religion with his science knows neither.
    2. Re:eh by moranar · · Score: 5, Funny
      Isn't this simply a case of giving credit where credit is due. If you build a project that includes the blood, sweat, and tears of other people, shouldn't they be credited.

      Shouldn't you use question marks after interrogative sentences. Or are they not used anymore.

      --
      "I think it would be a good idea!"
      Gandhi, about Internet Security
    3. Re:eh by fizbin · · Score: 4, Insightful

      But where does it stop?

      What do I do when I want to box up Debian and have to suddenly include three pages of acknowledgements on the outside of the box?

      To the response "that's ridiculous; it won't get out of hand", I have to ask: why put it in the license? Is there some reason you need to use the legal force of copyright to bash this over people's heads? Can't you just rely on most people to not be credit-stealing bastards?

      The only thing making this clause part of the license does is hurt people who want to be strictly correct in following license rules - but these are the same people who already are giving credit where credit is due. The people who are stealing the credit whole-hog (if, indeed, there are such people) will likely stick the acknowledgement to xfree.org so far down in the secondary appendix to the most unread manual that no one will ever find it unless they already know about xfree's license and go looking.

      I have nothing wrong with acknowledging other people's work. The problem is with being forced to do it.

    4. Re:eh by Anonymous Coward · · Score: 5, Funny

      He's just respecting my copyright on the "?" symbol.

    5. Re:eh by __past__ · · Score: 4, Informative
      What do I do when I want to box up Debian and have to suddenly include three pages of acknowledgements on the outside of the box?
      But you don't. Read the license again. You have to put an acknowledgement in the documentation, in Debians case a file in /usr/share/doc/XFree86 (or whereever they put such things) is perfektly sufficient, and they include the licenses of their packages anyway.
    6. Re:eh by moranar · · Score: 2, Insightful

      -1 troll? Is this a joke? Sheesh, people don't have any humor anymore...

      --
      "I think it would be a good idea!"
      Gandhi, about Internet Security
    7. Re:eh by nomadic · · Score: 5, Funny

      If you build a project that includes the blood, sweat, and tears of other people, shouldn't they be credited.

      If your open source project manager requires you to bleed, sweat, and cry, then you might want to consider forking...

  2. GPL popularity? by Anonymous Coward · · Score: 2, Interesting

    Will this affect the popularity of the GPL?

    XFree86 is using a different license, as is Apache... will this put off others using the GPL, and encourage them to use a license of their own creation that best suits their needs?

    1. Re:GPL popularity? by __past__ · · Score: 4, Interesting
      Will this affect the popularity of the GPL? XFree86 is using a different license, as is Apache...
      But XFree86 and Apache (and thousands of other projects, some very important ones among them) have always used non-GNU licenses, and GPL-incompatible licenses are not uncommon either. (OpenSSH, Mozilla, ... - Apache is just adopting a new, GPL compatible license) Yet many people still use the GPL as a "default license" without much thinking, and it and the LGPL are by far the most frequently used free licenses.

      will this put off others using the GPL, and encourage them to use a license of their own creation that best suits their needs?
      Hopefully people will use one of the various existing open source/ free software licenses rather than rolling their own, but other than that - wouldn't it be a good thing if people would use what best suit their needs?
    2. Re:GPL popularity? by lpontiac · · Score: 2, Informative
      and GPL-incompatible .. OpenSSH

      OpenSSH is licensed under the GPL-compatible BSD license.

    3. Re:GPL popularity? by squiggleslash · · Score: 3, Insightful
      One of the reasons for being able to interoperate with the GPL is that it's a neutral copyleft and it's pretty much the only neutral copyleft. As long as you can interoperate with it, so can anyone else's project who also chooses either the GPL or a license that interoperates. Anyone unaware of the difference might want to, say, incorporate Darwin code into AROS, or Mozilla code into Apache.

      Really, I don't see the point of proposing new licenses every day. The more licenses we have, the less people will be able to take code from one FOSS project and use it in another. That results in a quagmire of redundant and slowly moving projects that the "open source" mindset was supposed to be a solution to, not a cause of.

      If you want anyone to use it, make it (original) X11 licensed. If you want it to stay free but would like to keep control so you can release your own proprietary extensions, GPL it (and ask code donators reassign copyrights to you.) And if you want to make it stay free and easily defended and have no intention of releasing proprietary versions, GPL it and donate the copyrights to the FSF.

      XFree86's decision to adopt yet another license ultimately causes confusion and may harm both itself and free and open source software, depending on exactly what the consequences of the license are.

      --
      You are not alone. This is not normal. None of this is normal.
    4. Re:GPL popularity? by squiggleslash · · Score: 3, Insightful
      OpenSSH, I believe, has a BSD style license. However, it requires the addition of OpenSSL, which does have an incompatable license. I suspect in time Theo will try to move OpenSSH away from depending upon OpenSSL for precisely that reason. Remember the baby mulching machine argument.

      Mozilla is dual licensed and is a good example of a project realising, a little late in the game, that there's hassles associated with customized, incompatable, licenses. The Mozilla team released they needed to support the GPL, but had problems tracing all the copyright holders so that every single element of the code could be dual licensed. I don't know if they eventually succeeded or not.

      The advantages of picking the GPL are numerous: It's entirely neutral, it does not preclude the original copyright holder from taking their own code (and code whose copyrights have been assigned to them) and releasing a proprietary version, and it's been affective legally - no company, with the exception of SCO which so far seems to be ludicrous - has ever challenged it. At the very least, it makes sense to pick a GPL-compatable license if only because it ensures your projects can interoperate with other projects with GPL-compatable licenses without a lot of bureaucracy.

      I'm not arguing incidentally that anyone shouldn't use a license that fits their needs. But there's a good argument for suggesting that most organizations that created hand-rolled copyleft licenses would have found the GPL suited their needs better. There's so much hostility directed at the GPL and so much that just seems right about doing your own thing, I think a lot of people are blinded to the idea that the GPL is a good thing.

      --
      You are not alone. This is not normal. None of this is normal.
    5. Re:GPL popularity? by iSwitched · · Score: 2, Insightful

      Maybe because some developers who believe in open-source as a development-methodology think the the FSF is so bound by mind-numbing ideology as to not represent the true beliefs of some of us in the community?

      I've got nothing against the GPL, its a fine license if you want your code to to be bound to a particular belief system. But it sickens me when Stallman et-al trots out the concept of 'Free-as-in-Freedom' in reference to the GPL. I'll thank them to STOP abusing the notion of Freedom in advertising their ideology, it's becoming trite.

      The GPL is NOT a poster child for Freedom(with a capital F) - in its own way, it has as many restrictions as the next commercial license - its just that the obligations you agree to are philosophical, rather than monetary.

      In the end, true freedom means that certain persons or entities will have the right to do things you don't believe in. At least in the USA, freedom-of-religion does not come with the caveat that the religion must be christian, nor does freedom of speech come with the caveat that the speech must be 'politically correct'.

      The closest thing we have to a open-source license that is actually 'Free-as-in-Freedom' is the BSD license.

      --
      "That naive cube! How long must I suffer this!" --Sheldon J. Plankton
    6. Re:GPL popularity? by squiggleslash · · Score: 2, Insightful
      lots of these project are the combined works of many individuals. as seen with the mozilla project, getting permission from them all to relicense the code can be extremely challenging if not outright impossible. so, that sorta takes away someone's ability to release a propritary version.
      That's hardly a disadvantage. Many people will not contribute to a project if they feel they're being used (or abused) as unpaid labour for a commercial, proprietary, project.

      In any case, it has little to do with the license. What you do, if you are running a project, and you want the right to release a proprietary version, is be up-front about it. You say "If you want to contribute to my project, I ask that you reassign copyrights to your contributions to me". The GPL allows this, and this is just as flexible for someone who wants to create a large project and release it but retain rights to release proprietary versions as the APSL and MPL, but unlike the original version of the latter and all versions of the former, others can continue to interoperate with it. If you want to use code that's not a part of the original project and is also GPL'd, you can use that code in a free fork of the project without fear of breaking obscure license conditions.

      I'd be tempted to suggest that the real reason why there's such a FUD campaign against the GPL is not that Microsoft's worried about any supposed "viral" aspects, it's that a unified license that doesn't allow proprietary use is far more useful to open source and free software than a fragmented license base. A fragmented license base destroys the ability of seperate projects to cooperate and efficiently share code. By pretending the GPL has these flaws, you encourage the creation of a fragmented license base for those who want copylefted software.

      --
      You are not alone. This is not normal. None of this is normal.
  3. Why shouldn't it be? by Chris_Jefferson · · Score: 4, Insightful

    This isn't a troll, but seriously, why should it be GPL compatable? The only way to be GPL compatable is to have a licence where the software can re-licensed under the GPL. The GPL states it can only be linked with other software under the GPL (or under a licence which basically means the same thing)

    If the GPL is unwilling to be compatable with anyone else, why should anyone be too worried about being compatable with the GPL.

    Remember. Open source =\= GPL.

    --
    Combination - fun iPhone puzzling
    1. Re:Why shouldn't it be? by be-fan · · Score: 5, Interesting

      The BSD license, and the MIT license are both GPL compatible. In fact, most licenses more liberal than the GPL are compatible with it. Being GPL compatible simply means that you can include that code in GPL'ed code. For developers, having the X license be GPL-compatible is a good thing.

      Of course, this issue brings up some schisms between the GPL and BSD communities. However, I find the attitude of the BSD proponents on this subject somewhat strange. By choosing the BSD license, you are giving people the right to do whatever they want with their work. This means that company could take your code and include it in a proprietory app, without releasing improvements back to the community. By their decision to license under BSD, developers indicate that they are okay with this. Why, then, should any of them get mad that other developers would include BSD code in GPL'ed programs? Is GPL worse than propietory???

      --
      A deep unwavering belief is a sure sign you're missing something...
    2. Re:Why shouldn't it be? by Zeinfeld · · Score: 5, Interesting
      The BSD license, and the MIT license are both GPL compatible. In fact, most licenses more liberal than the GPL are compatible with it.

      Actually this is not really the case if you take GPL seriously. GPL is like a prion, anything it touches is meant to turn into itself. The whole objective of GPL is deliberately and explicitly to prevent commercial exploitation. If you think differently then you have never met RMS in person and listened to him for more than 30 minutes.

      I used to share an office building with RMS. I think the only person who really takes RMS and the GPL seriously is Bill Gates. Bill does believe in IP rights and so he takes the GPL as RMS intends it to be read, not as most people read it.

      Take the linked screed on the 'advertisement' clause. Not having an advertisement clause is the single biggest mistake we made with the Web. If libwww had had an advertisement clause Marc Andressen and NCSA could not have plagarised the work in the way they did, they would have had to tell people that the majority of the code in Mosaic had been written at CERN. With no advertisement clause there was no requirement to tell anyone about CERN and so until about 1995 almost every press report on the Web either did not mention Tim Berners-Lee and CERN at all or did so as an afterthought.

      Meanwhile Marc Andressen created a huge PR machine at Netscape dedicated to promoting Marc as the lone inventor of the Web. The fact that Eric Bina not Marc really wrote Mosaic was also rewritten. Netscape even sponsored a book to promote this revisionist history - see Architects of the Web, not only is there no chapter on Tim, the only time he is mentioned is to attack him with lies.

      So no, do not take RMS's advice he has only a slight connection with reality. RMS believes in a version of anti-corporativist activism that is considered fringe by the type of people who still believe that there is no difference between Al Gore and George Bush, and plan to vote for Ralph Nader in November.

      So no, not being GPL compatible is not a bug, it is something very positive that should be applauded.

      As for RMS's rant on the advertising clause, it would be very easy to write a C macro and some perl scripts that compile the relevant notice section automatically. BSD does not tell every user what it is the product of Berkley every time they start a shell script. If it writes anything to the console during boot well who reads that anyway? All you need is a single one line command to print out the list of contributors. Call it credits or something.

      --
      Looking for an Information Security student project suggestion?
      Try http://dotcrimeManifesto.com/
    3. Re:Why shouldn't it be? by salimma · · Score: 4, Insightful
      However, I find the attitude of the BSD proponents on this subject somewhat strange.
      I'm sure this applies only to a vocal minority.. we have Linux/GPL zealots on one side, BSD zealots on the other.
      Is GPL worse than propietory???
      Ever noticed how in the Middle Ages the Church was much more concerned with suppressing heresies rather than battling infidels? (the Spanish Inquisition was the tip of the iceberg, really, nothing more). Ideas similar to yours but different enough could be your worst enemies; after all, they compete for similar ecological niches, biologically speaking.
      --
      Michel
      Fedora Project Contribut
    4. Re:Why shouldn't it be? by Anonymous Coward · · Score: 2, Insightful

      Talk about trolling! You are correct in that Marc Andressen exploited the library, but totally wrong in using that to jusitfy an advertising cause.

      "Hitler and Stalin believed 2+2=4. Are you like Hitler and Stalin?"

    5. Re:Why shouldn't it be? by Ded+Bob · · Score: 2, Interesting

      Personally, I see the following quote by Thomas Jefferson can also be applied to the use of the GPL:

      "Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one."

    6. Re:Why shouldn't it be? by ciaran_o_riordan · · Score: 4, Informative

      LGPL can be a good thing, but it's not good for all libraries, it can be useful for tactical purposes.

    7. Re:Why shouldn't it be? by geoffspear · · Score: 3, Funny
      I think that in order to get copyright protection for software you should submit the code to some system that automatically checks for infringement... and compares the licenses to make sure the use is OK.

      I propose that this system be run by SCO.

      --
      Don't blame me; I'm never given mod points.
    8. Re:Why shouldn't it be? by be-fan · · Score: 2, Informative

      When I use the term "GPL compatible" I do not mean it in the ideological sense. I mean it in the technical sense --- there is a list of licenses on the FSF website called "GPL compatible licenses." Code under these licenses can be incorporated into GPL'ed code and linked against GPL'ed code.

      --
      A deep unwavering belief is a sure sign you're missing something...
    9. Re:Why shouldn't it be? by Anonymous Coward · · Score: 2, Insightful

      The parent post needs to be modded up about an hundred million times. How the fuck can any FSF ass-crevice complain about an advertising clause as long as Dick insists that if someone wants to talk Linux they'd better be saying it 'GNU/Linux'?

    10. Re:Why shouldn't it be? by Cyclops · · Score: 4, Insightful
      The whole objective of GPL is deliberately and explicitly to prevent commercial exploitation. If you think differently then you have never met RMS in person and listened to him for more than 30 minutes.


      *Cough*cough*cough* The whole objective of GPL is deliberately and explicitly to prevent PROPRIETARY exploitation.

      As can be read at the Free Software Foundation's site of confusing words about the word commercial:
      Please don't use ``commercial'' as a synonym for ``non-free.'' That confuses two entirely different issues.

      A program is commercial if it is developed as a business activity. A commercial program can be free or non-free, depending on its license. Likewise, a program developed by a school or an individual can be free or non-free, depending on its license. The two questions, what sort of entity developed the program and what freedom its users have, are independent.

      In the first decade of the Free Software Movement, free software packages were almost always noncommercial; the components of the GNU/Linux operating system were developed by individuals or by nonprofit organizations such as the FSF and universities. But in the 90s, free commercial software started to appear.

      Free commercial software is a contribution to our community, so we should encourage it. But people who think that ``commercial'' means ``non-free'' will tend to think that the ``free commercial'' combination is self-contradictory, and dismiss the possibility. Let's be careful not to use the word ``commercial'' in that way.


      By saying what you just wrote, either you prove you have a weak understanding of english, or a deliberate intention to lie.

      And yes, quite more than 30 minutes, thank you.
    11. Re:Why shouldn't it be? by Zeinfeld · · Score: 2, Informative
      Talk about trolling! You are correct in that Marc Andressen exploited the library, but totally wrong in using that to jusitfy an advertising cause.

      How so? You simply deny, give no evidence or explanation and accuse me of being the troll.

      I was there at CERN. I watched Marc do what he did. I lost my job at CERN when the management shut the Web down there, largely because Marc had stolen the credit.

      Don't put your code out without requiring credit, it may seem trivial to ask, you don't know how you will be betrayed though.

      --
      Looking for an Information Security student project suggestion?
      Try http://dotcrimeManifesto.com/
    12. Re:Why shouldn't it be? by Srin+Tuar · · Score: 3, Interesting


      Well, you fail to explain how the advertising clause would help you, if by your own interpretation it amounts to credits spewed by a command-line switch or in the about box. (The fine print of a commercial or add could have contained all the "CERN wrote part of this shite" disclaimers you want, wouldnt have mattered a bit )

      Secondly, you fail to explain how the GPL would not have accomplished what you sought, when in fact it is the only license that would have done so. An open code base would have certainly prevented mozilla from becoming netscape to start with.

      Thirdly, you blindly champion incompatibility with the premier technology of the open source movement (Free software), with no reason why except that it is some form of "prion". So the best you can come up with is that you get mad cow disease from the GPL.

      You chose the commercializable BSD, so you got commercialized, I cannot imagine why that should be a shock.

    13. Re:Why shouldn't it be? by divec · · Score: 2, Informative
      The whole objective of GPL is deliberately and explicitly to prevent commercial exploitation. If you think differently then you have never met RMS in person and listened to him for more than 30 minutes.

      I don't think you're right about the objective, but that's largely irrelevant to the discussion. The point is, plenty of companies base their business model on the GPL. Trolltech are a good example - having discussed licensing matters with Trolltech sales staff in a business context, I can tell you that nobody believes in "IP rights" more strongly than they do. They sell proprietary software, too. The GPL "just works" for them - it's a practical business reality, not a political standpoint.
      --

      perl -e 'fork||print for split//,"hahahaha"'

    14. Re:Why shouldn't it be? by cyt0plas · · Score: 2, Insightful

      I use the GPL for a number of my applications. While the GPL does not offer as many freedoms to the people I distribute it to (remember, copyright law takes the freedom away - the GPL only gives some back), the people who gain freedoms are the subsequant users.

      For example, if I give the software to you, you have certain freedoms. The GPL makes sure that the people _you_ give the software then have the same freedoms that you do. This leads to an overall _increase_ in freedom when people who want to close-source and make the software propetiary.

      In summary, if I give my software to you:
      BSD - You have almost the same freedoms I do. People you give it to have only the freedoms you give them.
      GPL - You have less freedom, but the people you give it to have the same freedoms you do.

      Like many things in life, it's a tradeoff.

      --
      Contact Me (got tired of viruses emailing me).
    15. Re:Why shouldn't it be? by Brandybuck · · Score: 4, Insightful

      However, I find the attitude of the BSD proponents on this subject somewhat strange.

      As a BSD proponent, let me try to explain. The reality is quite different from the deluge of out-of-the-arse assumptions being thrown about.

      I want to use the BSD license for my own code. The reasons are numerous, but at the top of the list is because I don't want to impose any restriction upon my users. I could care less what license you use, or your friend uses, or RMS uses, or even Bill Gates uses. All I care about is the freedom to make my code as unrestrictive as possible.

      Enter the GPL. If it's an application that I am merely using, I could care less. If it's code that I would like to incorporate into my own work, I cannot, so I don't. Depending on how much I want to incorporate the code, this can range from a slight annoyance to a major peeve. The GPL is a brand that says "members only". For an unrestricted OS like FreeBSD or OpenBSD, great care must be taken that no necessary components are under the GPL or "infected" by the GPL, because the OS as a whole is no longer unrestricted.

      I don't think GPL developers are any different in this attitude, if they would step outside their members only club and look around. What happens when a GPL developer runs across free software code that they wish to use, only to discover that it's not GPL-compatible? Same attitude. While the BSD license is compatible with the GPL, the GPL is not compatible with the BSD license.

      Why, then, should any of them get mad that other developers would include BSD code in GPL'ed programs?

      We don't. Or at least I don't. This has happened to me several times in the past. It doesn't bother me. However, as the original author, I do feel some small reverse consideration is in order. If the derivative code has some fixes that I would like to incorporate into the original, I have to ask for a special exception to do so. In all cases to date, this was unhesitatingly granted by the GPL authors. One some cases they were backported without me ever having to ask. Bless them!

      I would prefer that derivative works use the same license I placed on the original. But I will not demand it. I do not believe I have any moral rights to the derivative bits. I think this is the biggest difference between the GPL and BSD license.

      --
      Don't blame me, I didn't vote for either of them!
    16. Re:Why shouldn't it be? by PainKilleR-CE · · Score: 2, Insightful

      In summary, if I give my software to you:
      BSD - You have almost the same freedoms I do. People you give it to have only the freedoms you give them.
      GPL - You have less freedom, but the people you give it to have the same freedoms you do.


      In summary, if I give my source code to you under:
      GPL: you are free to do whatever you want with it if you don't distribute it, but if you distribute it, changed or not, you are restricted to distributing it under the GPL

      revised BSD license (no advertising clause): you can do whatever you want to with it

      We all know there's BSD code in Windows, OS X, and Linux. It's not a big secret. If we want the original code, we can find it. Code doesn't disappear just because someone decides not to release the source of their changes, and even the original developer can't make the code disappear (unless distribution of the code was non-existant in the first place).

      --
      -PainKilleR-[CE]
  4. Contributed code by __past__ · · Score: 5, Interesting
    "All XFree86 contributors are invited to review the changes, and notify us of errors and omissions so that they can be corrected before the 4.4.0 release."
    Um, wouldn't all contributors have to actively agree with a license change which affects their contributions, i.e. code they are the copyright owner of? Or did XFree86 require contributors to hand over their right, like many GNU projects do?
    1. Re:Contributed code by tepples · · Score: 2, Informative

      From the article: "The license change applies to the base XFree86 license, and to source files that explicitly carry a copyright notice in the name of The XFree86 Project, Inc. Copyrights and licenses in the names of others will not be affected by this change."

    2. Re:Contributed code by geoffspear · · Score: 5, Informative

      Well, since the original license was a BSD license, no. Anyone can take their code and redistribute it under any license they want to, including one that specifically forbids the original developers from using the new distribution. The BSD license isn't designed to protect the "rights" of the developers, it's designed to let anyone use the source in any way they want to.

      --
      Don't blame me; I'm never given mod points.
    3. Re:Contributed code by Florian+Weimer · · Score: 3, Informative

      Um, wouldn't all contributors have to actively agree with a license change which affects their contributions, i.e. code they are the copyright owner of?

      The previous license explicitly allowed sublicensing, and the XFree86 Project is doing exactly that.

  5. Not advertising.... by juhaz · · Score: 5, Informative

    This only seems to concern documentation, not ads, so the problems described on the FSF page are not quite as bad - full page of credits on ad may be bad, but full page of credits among hundreds of other pages of documentation isn't nearly as big deal.

    Anyway this seems to be rather stupid move, XFree86 seems to have enough problems (infighting, resulting diverting and forks...) already without any license trouble. If it ends up incompatible, all the more reason to concentrate on those, if the XFree86 folks want to shoot themselves to foot and slowly bleed to death, it's their choice - very stupid one but it's their nevertheless.

    1. Re:Not advertising.... by happyfrogcow · · Score: 4, Funny

      f the XFree86 folks want to shoot themselves to foot and slowly bleed to death, it's their choice

      wouldn't an X client have to request to the X server to be shot in the foot, wait a while for a gun to be rendered on the local display then be shot in the foot?

    2. Re:Not advertising.... by phaze3000 · · Score: 3, Insightful

      No, remember that in X the 'server' is local and the 'client' is the app, so the X server sends a request to the client for a foot shooting event, and the client then returns the gun to the server.

      --
      Blaming GW Bush for the Iraq war is like blaming Ronald McDonald for the poor quality of food.
  6. Why this is a problem by Fluffy+the+Cat · · Score: 5, Interesting

    The requirement to add an acknowledgement (often called the "advertising clause") is something that's not present in the GPL. The GPL states that GPLed code may only be distributed if further requirements or restrictions above and beyond the GPL are not made. It's therefore impossible to satisfy the terms of both licenses simultaneously, and therefore the extra clause makes the new XFree license GPL incompatible.

    Now, why's this a problem? The XFree project doesn't include GPLed code itself, so there are no concerns from that point of view. However, if any of the code in the X libraries falls under this new license, then the FSF's interpretation of the GPL means that you wouldn't be able to link any GPLed program against the X libraries and distribute it. That's fairly bad.

    On the plus side, the freedesktop.org x libraries were branched from XFree before the license change - as a result, we can pretty much guarantee that there will be libraries available that can be used with GPLed code. The end result would probably be to reduce the amount of XFree code in a distribution, rather than to increase the credit that the XFree project wants. It's almost certainly a counter-productive move.

  7. License copy - site slow already by SLot · · Score: 2, Offtopic

    Version 1.1 of XFree86 Project License.

    Copyright (C) 1994-2004 The XFree86 Project, Inc.
    All rights reserved.

    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

    1. Redistributions of source code must retain the above copyright notice, this list of conditions, and the following disclaimer.
    2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution, and in the same place and form as other copyright, license and disclaimer information.
    3. The end-user documentation included with the redistribution, if any, must include the following acknowledgment: "This product includes software developed by The XFree86 Project, Inc (http://www.xfree86.org/) and its contributors", in the same place and form as other third-party acknowledgments. Alternately, this acknowledgment may appear in the software itself, in the same form and location as other such third-party acknowledgments.
    4. Except as contained in this notice, the name of The XFree86 Project, Inc shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The XFree86 Project, Inc.

    THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE XFREE86 PROJECT, INC OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

  8. Babelfished by BoldAC · · Score: 4, Informative

    Is there a way to post a babelfished link? Does google do tranlation stuff yet?

    Anyway... enjoy.

    =-=-=

    Does XFree86 GPL become incompatible?
    Sent of demon at the Fr, 30 January 2004 around 10:21

    Durch a change of the license regulations will will become the coming version of XFree86 incompatible to the well-known GPL and a linking of GPL applications to XFree86 "problematic".
    Hardly the turbulences in the XFree86-Lager grew silent, seem a further controversy from the fence to to break. As David Dawes of the XFree86-Projekt communicated, the XFree86-Projekt changes its license on a new version 1.1. A change of the license represents no point at issue in the reason still, became nevertheless already in the past restrictive licenses of liberals. This time the situation seems to be however more problematic, because XFree86 becomes more restrictive.

    As license can be taken further very much from the liberal, can be changed, driven out and applied all programs under the "XFree86 License 1,1" without publication of the source code. Again was added however a clause, which means that each distribution and each product, which contain XFree86 must attach a note either in the documentation or in the application on XFree86 ("This product includes software developed by The XFree86 Project, Inc. (http://www.xfree86.org/) and its contributors"). That is problematic, as the Free software Foundation already meant in another case.

    The organization had not GPL compatibly classified the first version of the BSD license in the past as and had expressed substantial doubts against a linking of GPL- and BSD applications. The famous "BSD advertising clause" does not make the license unfree, cause however practical problems, including an incompatibility with the GNU GPL, so the Foundation. In the past the Free software Foundation guessed/advised to use the straight XFree86-Lizenz because it was to a large extent with the BSD license compatible and the notorious clause does not contain. Thus conclusion might probably be, because a determination of the BSD clause as "GPL incompatible" makes automatically also the new XFree86-Lizenz for GPL applications "problematic".

    Which follows from the earlier declaration of the BSD license, could extensive consequences both for the Distributoren as well as for other manufacturers have. Thus GPL applications may be linked against an GPL incompatible library, this require however a note in the source code - a condition, which will fulfill hardly an application. If this note is not contained, linking is not permitted.

    Thus either if XFree86 should not change their license or the Free software Foundation their declaration, then the current version of XFree86 will be probably also last release delivered by the Distributoren. Because it is questionable whether Distributoren get involved in a "problematic" use. Options during a non--change might be either freedesktop.org, Xouvert or a new Fork. Not completely averse would be also the developers. As pro Linux from KDE Entwicklerkreisen experienced, also they are not with XFree86 content and think ever more frequently about one transferred to freedesktop.org. (thanks at Rene.)

  9. Couldn't someone have mentioned that ... by burgburgburg · · Score: 4, Funny

    "some worries" would require a trip here to read it in (semi-)English?

  10. Not a BSD-style clause. by NNKK · · Score: 5, Insightful
    I'm not sure it's GPL-compatible, nor do I particularly care if it is or not, but this isn't the same as the original BSD advertising clause at all, and is nowhere near as annoying.

    Here's the original BSD clause:

    3. All advertising materials mentioning features or use of this software must display the following acknowledgement: This product includes software developed by the University of California, Berkeley and its contributors.

    And here's the new XFree86 clause:

    3. The end-user documentation included with the redistribution, if any, must include the following acknowledgment: "This product includes software developed by The XFree86 Project, Inc (http://www.xfree86.org/) and its contributors", in the same place and form as other third-party acknowledgments. Alternately, this acknowledgment may appear in the software itself, in the same form and location as other such third-party acknowledgments.

    The problem with the original clause 3 of the BSD license is that it could lead to massive lists of acknowledgements tacked on to an advertisement meant to be fairly compact (e.g. a leaflette, banner ad, sign, billboard, whatever). This isn't the case with the new XFree86 license clause 3, where it only requires acknowledgement in the documentation or the software itself. While keeping track of those acknowledgements might prove difficult at times, it has nowhere NEAR the practical problems that the original BSD license had.

    1. Re:Not a BSD-style clause. by Waffle+Iron · · Score: 2, Funny
      The end-user documentation included with the redistribution, if any, must include the following acknowledgment:

      Whhheww... All of my projects are already compliant!

  11. Wird XFree86 GPL inkompatibel? by Galaga88 · · Score: 5, Funny

    A GPL inkompatibel XMoose86 once bit my sister... No realli!...Mynd you, XMoose86 bites Kan be pretty nasti...

  12. Advertising clause by geoffspear · · Score: 2, Insightful
    I don't see the sort of problem in the new license that the page from GNU mentions. The old BSD license required a statement in advertising, which would cause problems if a project was composed of modules from a bunch of different BSD-style licensed projects and an ad for the new project was required to include a huge number of diclosures.

    The new XFree86 license requires a statement in end user documentation, which is completely different. You can't really argue that adding a bunch of disclosures about where the modules you're using to your documentation is a huge burden. It doesn't add a substantial cost to your documentation, even if it's distributed in a printed form, unlike the cost of adding a page of disclosures to an ad.

    --
    Don't blame me; I'm never given mod points.
  13. I love the translation of the first comment: by burgburgburg · · Score: 4, Funny
    With this whole license disorder I can vibrate only with the head.

    If I had a quarter for every time I said that, I'd ...I'd ...I wouldn't have any quarters. And I still have laundry to do.

  14. Problem with Open-Source by TravisWatkins · · Score: 2, Interesting

    This is the major problem with open-source software. All the project decide to make their own license so they can set special terms. This will only cause problems. If they would all agree on one license (GPL or not) then it would be much easier to get excited about using open-source software because I wouldn't have to read all the licenses to make sure they are compatible with each other. I also wouldn't have to worry about using a particular piece of software in an illegal manner because I would learn from Project A that I can't do certain things with it and then I would know that the same will be true for Porject B.

    --

    "But I'm still right here, giving blood and keeping faith. And I'm still right here."
    1. Re:Problem with Open-Source by __past__ · · Score: 2, Insightful
      This problem doesn't seem to have impaired proprietary software, where every project/company usually invents its own license as well.

      Open source is actually a lot easier, at least if you see an "OSI approved" label, you have some guarantees about what you are allowed to do. And in practice, most projects use one of the GPL, LGPL, BSD/MIT-style or Apache license anyway.

  15. Re:yep... by __past__ · · Score: 2, Informative
    The new license contains an advertising clause.
    No, IMHO it doesn't. The problem with the old BSD advertising clause was that you had to mention the original author in "all advertising materials". The new XFree license requires you to include the acknowledgement in documentation or "in the same form and location as other such third-party acknowledgments", for example a README or CREDITS file.

    This seems to be a big difference in practice - even hundreds of such lines in the docs would be manageable, while it would be pretty much impossible to include them all in, say, a banner ad.

    Of course, this doesn't mean that it's not GPL-incompatible, because it still is a requirement the GPL doesn't have. But frankly, who cares?

  16. So You Prefer Fragmentation over Cooperation by FreeUser · · Score: 5, Insightful

    If the GPL is unwilling to be compatable with anyone else, why should anyone be too worried about being compatable with the GPL.

    The GPL has been THE reference license since probably before you were born (tongue in cheek).

    BSD and GPL are the two original free software licenses. The BSD folks have made an effort to insure that the BSD license is compatible with the GPL not because they share the GNU philosophy (they don't), but to avoid fragmenting the free software world through stupid licensing incompatibilities. FreeBSD changed their license to make it GPL compatible, and GPL v. 2 was changed likewise to be compatible with a wider range of interests (including commercial interests that are shared with the BSD community).

    The GPL is the only license many enterprises will consider releasing their erstwhile proprietary code under, as it protects them from having competitors snatch up their code and incorporate it into a competing proprietary product (in their view, competing GPLed products are not an issue, as they can reincorporate the best improvement into their GPLed product). Many of us who write code will not consider a BSD style license because we do not want our code used by freeloaders who incorporate it into non-free, proprietary products.

    There are enough (perhaps a majority, even) free software and open source developers who feel this way that the GPL is, if not the majority license, a sufficiently large piece of the OSS / FSS pie that being incompatible with it means losing a huge portion of the community's input and integration.

    FreeBSD, as vehement as their disagreement with the GPL is, chose to deliberately modify their license to make it compatible with the GPL for exactly these reasons: because there is room in the community for both views, but no reason whatsoever to fragment the community over those views.

    After all, if one licenses under a *BSD style license, and if therefor one doesn't mind having their code placed into a proprietary product, why should one mind having it incorporated into a GPLed product (unless one's goal is simply to fragment the free software world and undermine the cooperation that makes it so effective).

    Which makes one wonder about the motives of someone who would post such an inane comment actively encouraging such small minded thinking ("we don't use their license, we don't like them, so why should we cooperate!") ... unless you are someone who feels threatened by free software in general, or people who differ from your vision of free software in particular, and therefor prefer fragmentation over cooperation.

    --
    The Future of Human Evolution: Autonomy
    1. Re:So You Prefer Fragmentation over Cooperation by Anonymous Coward · · Score: 3, Insightful

      drat... moderated a "funny", so now I post AC... anyway...

      You make the point that BSD v. GPL license is a *choice* by the developer. It should be a well thought-out choice based on your goals. You say:

      Many of us who write code will not consider a BSD style license because we do not want our code used by freeloaders who incorporate it into non-free, proprietary products.


      That's a good reason for the GPL. That's the place the GPL makes sense.

      But, what if your first priority is widest possible influence? For instance, you are trying to propagate a new protocol far and wide. In that case, I believe, that you would be wise to BSD the reference implementation. Get the same code base *everywhere* to jump start the process. Somebody will happily relicense it under GPL in about 7 seconds after the first release, so a GPL version will always be around. Or release it under both yourself.

      Summary: Use GPL to shake off the freeloaders, use BSD to influence the industry.

      Choice of license should not be like chosing a religion. It should be like choosing what screwdriver to use -- pragmatic, based on what your end goals are.

      -dbc posting as AC

    2. Re:So You Prefer Fragmentation over Cooperation by __past__ · · Score: 2, Insightful
      Which makes one wonder about the motives of someone who would post such an inane comment actively encouraging such small minded thinking ("we don't use their license, we don't like them, so why should we cooperate!") ... unless you are someone who feels threatened by free software in general, or people who differ from your vision of free software in particular, and therefor prefer fragmentation over cooperation.
      While I (consiously) use only GPL-compatible licenses myself, I am a firm believer in the importance of Freedom Zero, the freedom of a developer to choose the license terms best suited for him. GPL-compatibility is an important aspect in choosing a license, but not the only one, and if the XFree86 developers think that the additional requirement is more important than GPL-compatibility, more power to them. It's their code, nobody has to use it if they don't like the license, or has to link it with GPLed code (after all, the incompatibility is imposed by the GPL, not the XFree license). They give away the fruits of their work under a free license, one that grants users a lot more freedom than the GPL does, I don't think anyone but an XFree86 hacker is entitled to demand any specific form of licensing from them.

      And, frankly, I can understand why some people are a little pissed of, even if I don't share their feelings. From the point of view of a developer using a BSD-style, permissive license, GPLed code is just as impossible to integrate as proprietary code is, so there already is a schism in "the community". Cooperation between GPL and BSD (or rather, copyleft and permissive) projects is effectively a one-way street.

    3. Re:So You Prefer Fragmentation over Cooperation by _typo · · Score: 2, Insightful

      Now I'm sure I've made a mistake there, but I've never been able to find out what it was :)

      Your mistake is not reading the license. The GPL says nothing about the code "being re-licensable under later versions of the GPL" it's the COPYING file in most software that says this. The linux kernel is a notable exception since it's licensed under GPL v2 and nothing else:

      From the kernel 2.6.0's COPYING file:

      Also note that the only valid version of the GPL as far as the kernel is concerned is _this_ particular version of the license (ie v2, not v2.2 or v3.x or whatever), unless explicitly otherwise stated.

      --

      Pedro Côrte-Real.

  17. Proprietary License? by 0utlaw · · Score: 5, Funny

    If they go with a more proprietary license, they should probably also change their name to Ex-Free86. :P

  18. At least GPL isnt an element of closed source by Anonymous Coward · · Score: 3, Insightful

    Any good copy left license will require sublicensing by that license as a requirement for compatibility. It is too hard to capture the concept of copy left in any other way.

    GPL keeps source open, that might not be everyone's definition of open source ... but lots of people like that aspect, and there is plenty of worthwhile GPL software out there some of which even the XFree developers use. It is the choice to suddenly change to an incompatible which needs the justification IMO.

  19. Re:Major Problems... by LnxAddct · · Score: 2, Interesting

    "If XFree86 doesn't back out, it could spell doom for the project as a whole,..."

    Hmmm...do I smell Xouvert? or perhaps freedesktop ?
    Regards,
    Steve

  20. Why is this GPL incompatible? by dmeranda · · Score: 4, Interesting

    Can somebody explain why this new 1.1 license is necessarily incompatible with GPL2 / LGPL? True, it is an annoying licence change as the FSF article explains, and may not be a smart move for the project. But annoying doesn't make it incompatible. And no one even said (that I can determine) that original flawed BSD license was in fact incompatible; just undesirable.

    In fact, this seems to be less restrictive than the GNU FDL license for documentation. It's not the same as past famous GPL-incompatible licenses, such as an old version of the Python license.

  21. Maybe GPL v3 Can Support "Advertising Clauses"... by mmurphy000 · · Score: 4, Interesting
    This does seem to be a step backward in time. Some projects, notably BSD and Apache, had "advertising clauses" like the new XFree one, but removed them. It seems odd that, in light of those moves away from this sort of thing, that XFree would elect to move toward it.

    That being said, one would hope that the continued work on the next generation of GPL will consider whether or not "advertising clauses" will really result in GPL incompatibility. The mission of the FSF and the GPL is to make sure that the code can be freely used and reused. It's unclear how requiring positive attribution would interfere with that. Aren't there options for that sort of thing in FSF's Free Documentation License?

    Admittedly, it's a slippery slope -- imagine a license with a clause requiring binaries be accompanied by a message advocating a particular political position. Or a particular sexual position, for that matter...

  22. Seen on the mailing list by pavon · · Score: 4, Funny

    Contributors: You said the code would be left in the CVS under our supervision!
    XFree86: We are altering the license. Pray we don't alter it any further.

  23. Oh no! by aanand · · Score: 3, Insightful

    Imagine if a software system required 75 different sentences, each one naming a different author or group of authors. To advertise that, you would need a full-page ad.

    Christ. And I was worried about Iraq, gun control and third-world starvation for a moment there.

    1. Re:Oh no! by cant_get_a_good_nick · · Score: 2, Insightful

      This is free software, done for the community good. If I work thousands of hours to get some software that the community may use, and all I ask is a 1 line blurb that says "written by me" that doesn't seem unrerasonable. If you want to piggyback on hours of coding and testing by someone else, you put in a couple lines in some doc file someplace. Doesn't seem unreasonable to me.

      Any gnu software I get has the entire GPL license which inclues some of their manifesto, and a COPYING file in the distro. How is this any less obnoxious than someone asking for a sentence in the documentation somewhere? If I run gdb --version, instead of just getting the version, I get a paragraph. I didn't say gdb --copyright. Evidently if it's done by RMS, it's not obnoxious.

  24. Openssl by Srin+Tuar · · Score: 4, Interesting

    Read the openssl license sometimes.

    The author of that license seems to hold a deep grudge against the GPL, and specifically coded his license to make it incompatible (explicitly!!).

    Anecdotally, it actually seems very common for BSD advocates to hate on the GPL. GPL users have no problem incorporating most BSD stuff with compatible licenses, because the product is GPL'd its not going to bother them.

    The BSD crowd dont seem to be afraid that proprietary interests will advance the code such that the free version atrophies, but they do seem concerned that a rebadged GPL version could do just that: become the new "official" version. That would preclude any more commercial forking they had planned.

    Personally, I thought the commercial fork pipe-dream was last used successfully by bill joy. I dont know why it still has so many adherents- proprietary is clearly not the wave of the future.

    1. Re: Openssl by Delphiki · · Score: 2, Insightful

      It seems to me like the main reason for BSD advocates to dislike the GPL is that it essentially says "We're writing free software, but your software is too free, so you can't use our code. But we'll take plenty of your code." The GPL is supposed to keep proprietary software from taking from free software and not giving back their work, but the GPL doesn't allow work under it to be given back to the non-GPL open source community.

      --

      Feel free to mod me "-1 - Angry Jerk".

  25. Re:It's a problem by ciaran_o_riordan · · Score: 3, Insightful

    Why doesn't everyone use the BSD license?

    Because it includes "the freedom to abuse". Companies say the GPL is anti-commercial, but the free OS with the most commercial interest is GNU/Linux.

    Would Sun contribute to GNOME if the GNOME license allowed IBM to take Suns work, modify it and not give back? GPL makes a level playing field, everyone has to play by the rules, and history has proved that companies prefer that situation to the BSD situation.

    In an ideal world, yes we would all use the BSD license, but while were in this world, copyleft seems to be preferable.

  26. human translation of the german article by Mox-Dragon · · Score: 5, Informative

    Here is a human-translated version of the german article:

    The upcoming version of XFree86 is, due to a change in the licensing agreement, incompatible with the well-known GPL, and linking GPL applications with XFree86 will present itself as "problematic."

    The troubles in the XFree-86 camp have just died down, but a further problem is beating at the gates. As David Dawes from the XFree-86 Project shared, the XFree-86 Project is changing its license to a new version 1.1. A change in the license does not, in principle, present a reason for causing problems, restrictive licensces have become more liberal in the past. The situation is, however, this time more problematic - the XFree86 license is getting more restrictive.

    The license can still be seen as very liberal - all programs under the "XFree86 License 1.1" can be used, published, and advertised without the publication of the source code. A new addition, however, is a clause which states that every distribution and every product that contain XFree86 must affix a remark, either in the documentation or in the application ("This product includes software developed by The XFree86 Project, Inc (http://www.xfree86.org/) and its contributors"). This is problematic, as the Free Software Foundation has remarked in another case.

    The organization has classified the first version of the BSD license as not GPL-compatible in the past, and expressed doubts reguarding the linking of GPL and BST applications. The famous "BSD Advertising Clause" doesn't make the license non-free, but causes ither problems, including an incompatability with the GNU GPL, and for that reason the foundation [GNU] has asked the Free Software Foundation in the past to use the XFree86 license, because it is largely compatible with the BSD license and does not include the feared advertising clause. And with that may be the end, because assigning the BSD-clause as "GPL incompatible" makes the new XFree86 License for GPL applications automatically problematic.

    The resolts of the earlier BSD License's declaration could have far-reaching effects for the distributors as well as for other manufacturers. GPL applications are allowed to be linked to a GPL incompatible library, with the need for a remark in the source code - a condition that will be met by very few applications. When the remark is not present, the linking is not allowed.

    If XFree86 doesn't change its license, and the Free Software Foundation doesn't change its declaration, then the latest version of XFree86 will also be the last release rolled out by the distributors, because it is questionable whether distributors will get involved with a "problematic" use of the software. When the license is not changed, the options will be either freedesktop.org, Xouvert, or a new fork. Developers could be not entirely dissatisfied. As Pro-Linux from KDE-developer circles experienced, the developers are also not entirely satisfied with XFree86 and are still thinking about changing to freedesktop.org (thanks to rene.)

  27. Possible problems for fbcon, DirectFB, etc by vektor_sigma · · Score: 2, Informative

    If the new license is generally seen to be GPL incompatible, this could make things more difficult for GPL projects such as fbcon, DirectFB or even mplayer's output drivers that are based on drivers from XFree86.

  28. Dont like the license? ... by Richard_at_work · · Score: 2, Insightful

    ...Write your own code.

    Ive heard that said so many times to people who have expressed a desire to use GPL code but dislike the GPL license. Why doesnt that apply here? It doesnt have to be GPL compatable, and if anyone dislikes that, they are free to extend the GPL compatable version, or write their own implementation.

  29. Repost by vslashg · · Score: 5, Interesting
    I'm reposting an AC post that got modded down to -1 but contained a valid point:
    im sorry, this is the guy who wants us to say 'GNU/Linux' but he doesnt want people to put their name on the software they write? what EXACTLY is the problem with putting your name on stuff? The quickly-displayed credits screen is only there for a half second on bootup.
    Also (and again taking this argument from another poster), the argument given by the FSF against advertising clauses is
    Imagine if a software system required 75 different sentences, each one naming a different author or group of authors. To advertise that, you would need a full-page ad.
    But this new XFree86 license doesn't require a statement on any advertising. Just in small print somewhere in your documentation, or else buried somewhere in your program. The only size/style/location requirement is that you get the same style attribution that all other third-party attributions get.

    I don't see any moral difference between RMS insisting that you call the operating system "GNU/Linux" and the XFree86 people insisting they get credit for their work. (Technically I see a difference, as there's nothing forcing you to call it GNU/Linux. But morally it's the same thing.)
    1. Re:Repost by MSG · · Score: 3, Insightful

      Technically I see a difference, as there's nothing forcing you to call it GNU/Linux. But morally it's the same thing.

      I'm glad there's no "morality" clause in the GPL. Such a thing would lead to developers taking liberties with the software so licensed and arguing their case on moral grounds.

      The GPL is very clear: In order for another license to be compatible, it must not place restrictions on users or developers above or beyond those of the GPL. The advertising clause does so. Regardless of how you judge it to be moral or immoral, convenient or inconvenient, additional restrictions/requirements are just that, and are not compatible with the GPL.

  30. The GPL also has "advertising clause" by mobileone · · Score: 3, Insightful

    Actually the GPL section 1 requires you to: publish on each copy an approriate copyright notice

    This applies to both source and binary distribution. While this is not a real a advertising clause it does require you to acknowledge the original author of the program. So even with the GPL you have the problem of many copyright sentences in combined programs.

  31. Over the long term it is just as unworkable by FreeUser · · Score: 2, Interesting

    This isn't the case with the new XFree86 license clause 3, where it only requires acknowledgement in the documentation or the software itself. While keeping track of those acknowledgements might prove difficult at times, it has nowhere NEAR the practical problems that the original BSD license had.

    You are right, it isn't as immediately bad as the original BSD clause, but it does appear nevertheless to be incompatible with the GPL, and therefor with a huge volume of free and open source software development. This in and of itself is a problem (c.f. my other post on this subject regarding fragmentation of the open source / free software community).

    But, more to the point, this is a practical problem.

    Consider: one of the long term unbeatable strengths of free software (and the real reason entities like Microsoft are so desperate to destroy it at any cost) is that free software can be built upon and improved indefinitely.

    No need to reinvent the wheel every five, ten, fifteen, thirty, fifty, or one hundred years. Incremental evolution can and largely has replaced gutting and starting over from scratch.

    Which means we could be using an unrecognizably (but incrementally improved and altered) version of GNU/Linux, XFree, or what have you a century from now. And, lest you think this is far fetched, consider that the concepts in UNIX (and Linux) date back over thirty years, and that COBOL code written even longer before that is still deployed in many legacy installations. Incremental improvement and modification is almost always preferred over revolutionary "rip out everything and start over" (indeed, the best reason for doing the latter is to get out from under the Yoke of proprietary software lockin and move toward a model -- free software -- that allows incremental, long term gradual improvement instead of triannual reinvention of the wheel a la Microsoft and, to a lesser degree, Apple).

    Think of how many attributions your documentation (or your bloated code) is going to have to contain after ten years. Twenty or thirty years. Fifty.

    We're talking hundreds of names at least, and by the end of half a century, probably thousands. All of that bloats the code, and, over an indefinite time frame, will probably mean a seperate volume of documentation just for the attributions!

    It is, long term, as unworkable as the BSD clause. The only real difference is that scalability isn't as immediate an issue. The curve of the function is the same shape, it is merely the coeffecient that is different, and while the bloat may coming in years instead of months, it is coming nevertheless.

    --
    The Future of Human Evolution: Autonomy
  32. Re:It's a problem by jcinnamond · · Score: 3, Insightful

    doesn't have any viral effects on your code with regards to how you can license it. [my emphasis]

    Trying not to bite on what might be flamebait, but the GPL does not restrict how you licence your code. It only restricts how others licence it.


    Using the GPL allows me to say "here you go, use the code however you like but don't ever stop others from doing the same". If you make a change to my code then you are welcome to keep it to yourself or, more usefully, to redistribute it but you can never change the conditions under which I originally released my code. If you don't like that condition then go away and recode it yourself, duplicate the effort, and miss out on the community effort but don't think you can use my code in whatever way you want.


    In my book that isn't virulent.

  33. Mod parent up please by adrianbaugh · · Score: 2, Interesting

    This will only affect contributors to XFree itself. XFree isn't the only X implementation and therefore stuff that links against X libraries can't be considered a derived work of XFree any more than it can be considered a derived work of a commercial X server or of XOuvert or fd.o's X server.

    --
    "'I pass the test,' she said. 'I will diminish, and go into the West, and remain Galadriel.'"
    - JRR Tolkien.
  34. All differences aside, such a stance is hypocracy by FreeUser · · Score: 2, Insightful

    And, frankly, I can understand why some people are a little pissed of, even if I don't share their feelings. From the point of view of a developer using a BSD-style, permissive license, GPLed code is just as impossible to integrate as proprietary code is, so there already is a schism in "the community". Cooperation between GPL and BSD (or rather, copyleft and permissive) projects is effectively a one-way street.

    I, frankly, do not understand why the BSD-License zealots (which are a tiny fraction of the BSD folks) get so pissed off.

    They have made a conscious choice in the working of their license to allow their code to be arbitrarilly relicensed, even with draconian, proprietary restrictions and have taken the stance that by doing so, they have maximized the freedom of the downstream (derivative) developer. Which, by definition, must also include other free software developers whose specific views a freedom differ slightly, or even a great deal, as well as those who do not believe in freedom at all (ie. proprietary developers). Then, with the next breath, the zealously anti-GPL crowd would add "but not another FREE license we happen to disagree with."

    It is hypocracy in the extreme to make a claim to freedom, then with the next breath to decry those who practice freedom differently than oneself while claiming it is perfectly okay to remove that freedom completely. Thankfully, that is a form of hypocracy the vast majority of the FreeBSD folks, including the leadership, do not engage in at all (and in fact, have purposly avoided by making their license GPL compatible).

    It is not a hypocracy certain BSD-License zealots have avoided at all, or those who enter the community as agent provocatuers seeking to stir up conflict where none really exists, quite probably at the behest (and paid for) by certain interests who feel threatened by free software of whatever variety.

    --
    The Future of Human Evolution: Autonomy
  35. Absolutely by FreeUser · · Score: 3, Insightful

    That's a good reason for the GPL. That's the place the GPL makes sense.

    But, what if your first priority is widest possible influence? For instance, you are trying to propagate a new protocol far and wide. In that case, I believe, that you would be wise to BSD the reference implementation.


    Absolutely! The Ogg-Vorbis folks did this very thing.

    Perhaps I didn't make it as clear as I intended. Both licenses have their place, both are good, and fragmenting the community through incompatabilities because one doesn't like the GPL would be a disservice to both the GPL and *BSD communities (as both do cross-polinate one another, with ideas and code).

    Dual licensing is appropriate in some cases. BSD licensing is appropriate in some cases, and GPL is apporpriate in some cases.

    What isn't appropriate is to advocate allowing folks to make free software proprietary, and with the next breath decrying folks who wish to take the same software and relicense it with vastly less draconian restrictions, but nevertheless more restrictions than it had originally (i.e. the GPL).

    Choice is important, and the best way to maximize people's choices is to keep our free licenses as compatible as possible, and compatability withh the GPL, as one of the two fundamental reference licenses of the free software community (FreeBSD being the other), and as the license under which a large portion of the free software in the world is licensed under, is a very important part of that.

    The FreeBSD folks, much to their credit, recognized that a long time ago. Alas, some of the more zealos folks in their ranks (along with some of the more zealous folks in the GPL ranks, and certainly the numerous agents provocateurs folks like Microsoft have seeded our ranks with), will probably never recognize (or at least never admit) as much.

    --
    The Future of Human Evolution: Autonomy
  36. ...and this matters because? by Aeonsfx · · Score: 2, Interesting
    First of all, I could care less about what the FSF has to say about "Free Software" licenses, since they do not advocate them. GNU and FSF might claim to advocate "Freedom," but they really advocate a different principle, and that is "Liberation."

    To define freedom:

    freedom ( P ) Pronunciation Key (frdm) n.
    1. The condition of being free of restraints.

    To define liberation:

    liberation ( P ) Pronunciation Key (lb-rshn) n.
    1. The act of liberating or the state of being liberated.

    Now that the terms have been defined, it is quite clear that freedom says absolutely *nothing* about "maintaining freedom," though liberation *clearly* reflects what GNU is trying to achieve with the GPL.

    I'm not certain why potential lack of "GPL compatability" is of concern to anyone. I don't see anyone criticizing the GPL for "lack of BSD, MIT, and Public Domain license compatability," which I find to be a serious problem.

    I find it apalling that slashdot has the audacity to state that "The FSF has a good page about the problems with BSD-style advertising clauses." So, let me get this straight, a site/post that highlights the problems with copyleft in the GPL is a troll, and a site/post that highlights the problems with attribution in the BSDL is insightful? Definitely /. bias here.

    On a practical level, the advertising clause shouldn't be an issue, (it never has been, with Internet Explorer, Mozilla, or Mac OS X) as far as practical use is concerned. Also, advertising clauses are not anti-copyleft. It is simply a matter of the GPL deciding to break compatability with such licenses. GPL-like licenses such as the MPL I believe have no such restriction.

    Simply put, the only real problem with advertising clauses is that RMS doesn't tolerate them.

    hint to modders, this comment: "-1 True".