Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
GNU is Not Unix Operating Systems Software BSD

GPL Hindering Two-Way Code Sharing? 456

An anonymous reader writes "KernelTrap has some fascinating coverage of the recent rift between the OpenBSD developers and the Linux kernel developers. Proponents of the GPL defend their license for enforcing that their code can always be shared. However in the current debate the GPL is being added to BSD-licensed code, thereby preventing it from being shared back with the original authors of the code. Thus, a share-and-share-alike license is effectively preventing two-way sharing." We discussed an instance of this one-way effect a few days back.
This discussion has been archived. No new comments can be posted.

GPL Hindering Two-Way Code Sharing?

Comments Filter:
  • Re:BSD (Score:3, Insightful)

    by revengebomber ( 1080189 ) on Sunday September 02, 2007 @03:07AM (#20438599)
    Exactly. If you don't like people taking your code and not giving back, don't use BSD.
  • Re:BSD (Score:3, Insightful)

    by harlows_monkeys ( 106428 ) on Sunday September 02, 2007 @03:14AM (#20438627) Homepage

    But until that world comes, BSD just hinders freedom

    So the license that allows the most use of the code hinders freedom?

  • Re:The Apple Tree (Score:1, Insightful)

    by Anonymous Coward on Sunday September 02, 2007 @03:19AM (#20438639)
    That's nice, but it doesn't really have anything to do with this situation. Code doesn't grow on trees, and especially not magical, self-replenishing trees.
  • by lordlod ( 458156 ) on Sunday September 02, 2007 @03:21AM (#20438651)
    Having talked to a few BSD licence fans most of them like the licence because it allows another group to take their code and close it off.

    This is exactly what the Kernel and other guys are doing, they are taking the code and putting a GPL header in there, closing it off from the BSD developers.

    The only difference here seems to be that because the BSD developers can see the changes and improvements being made they want to include them. Whilst putting the GPL on may be against the spirit of cooperation it seems to me to be exactly the kind of closing off of the code that the BSD developers want to allow.
  • by Rogerborg ( 306625 ) on Sunday September 02, 2007 @03:36AM (#20438723) Homepage
    Netrek 2006, for example, has a BSD/MIT style license that says "Do what thou wilt except re-license under a (L)GPL or similarly viral license". The author of that license specifically identifies GPL as reducing the freedoms of the developer, which to be fair I'm inclined to agree with.
  • Re:BSD (Score:5, Insightful)

    by Daengbo ( 523424 ) <daengbo@gmail. c o m> on Sunday September 02, 2007 @03:40AM (#20438737) Homepage Journal
    I've read Theo's rant, and I found the section about not sharing code back to be pretty humorous, considering that's the way the BSD license is written. If you wanted to ensure that code be shared back into your projects, you'd use a copyleft-style license instead of a BSD/MIT-style license, wouldn't you?

    I personally prefer the GPL, but I've been around Slashdot for a few years and understand the "more freedom" argument from BSD fans. That "more freedom" is the freedom to relicense or even completely close up the code, returning nothing to the original project.

    Why's everyone got their panties in a bunch over something which the license allows? (I also understand the origin of this anger being the removal of the attribution and BSD text from the wireless kernel patch proposed, but it was just proposed, not accepted, and the situation was immediately resolved.)
  • Re:BSD (Score:2, Insightful)

    by Solra Bizna ( 716281 ) on Sunday September 02, 2007 @03:40AM (#20438739) Homepage Journal

    So the license that allows the most use of the code hinders freedom?

    Yes, in a roundabout and counterintuitive, yet valid, way. GPL code stays "free" no matter what happens to it, whereas BSD code can always be rendered un-free.

    Personally, when I want to write free code, I pick either the LGPL or a BSD variant. The GPL is a little too clingy for me.

    -:sigma.SB

  • Re:The Apple Tree (Score:2, Insightful)

    by Brandybuck ( 704397 ) on Sunday September 02, 2007 @03:44AM (#20438755) Homepage Journal
    That's nice, but it doesn't really have anything to do with this situation. Code doesn't grow on trees, and especially not magical, self-replenishing trees.

    Actually, it has everything to do with the situation. Software is like that apple tree. No matter how many times you copy software, it remains undamaged. So there is no reason to "protect" it with restrictive licenses.
  • Re:BSD (Score:2, Insightful)

    by someone1234 ( 830754 ) on Sunday September 02, 2007 @03:45AM (#20438759)
    Right. It has the same issues as freedom of speech.
    BSD is like letting people who hate freedom of speech to talk against it.
  • Re:BSD (Score:3, Insightful)

    by FigTree ( 1076935 ) on Sunday September 02, 2007 @03:49AM (#20438783)
    Personally I don't think either one is more free than the other. I think it comes down to the GPL keeping code free and the BSD license keeping people free.
  • by nurhussein ( 864532 ) on Sunday September 02, 2007 @03:58AM (#20438813) Homepage
    Netrek 2006, for example, has a BSD/MIT style license that says "Do what thou wilt except re-license under a (L)GPL or similarly viral license". The author of that license specifically identifies GPL as reducing the freedoms of the developer, which to be fair I'm inclined to agree with. So, what the author of the license is basically saying is, it's even okay if you re-license the BSD code under an anally-restrictive proprietary license which allows that restrict every kind of freedom for everyone (users and developers included), just as long a those dirty, dirty GNU/hippies don't share the code their way. Because... it's... restrictive sharing in a way that we snobbishly disapprove of! Yeah. Because no sharing at all is better than GPL-style sharing.
  • by PhrostyMcByte ( 589271 ) <phrosty@gmail.com> on Sunday September 02, 2007 @03:59AM (#20438823) Homepage
    It's not rude.

    Is it nice to give back under the BSD? Sure! But not doing so is not rude. They could have used the GPL if wanted it to be given back under the same license. Instead by using BSD they explicitly give you the legal right and moral OK to not give back.

    Erasing the copyright info is definitely illegal. No arguments there.
  • Re:BSD (Score:2, Insightful)

    by piojo ( 995934 ) on Sunday September 02, 2007 @04:08AM (#20438859)

    I've read Theo's rant, and I found the section about not sharing code back to be pretty humorous, considering that's the way the BSD license is written. If you wanted to ensure that code be shared back into your projects, you'd use a copyleft-style license instead of a BSD/MIT-style license, wouldn't you?

    Say I just don't like the GPL. Say I don't like the idea of giving a legal ultimatum about how they can use my code--the code that I wrote and want to share. Say I want Microsoft to be able to use it in an operating system, Real to be able to use it in an audio player, etc.

    It is still good manners for people that make improvements in my code to send me changes. I helped them, and good people return favors when they can. So why didn't I use the LGPL? Well, that license is just a bit more of a pain, and I want to make people's lives easier. After all, what if the person using my code just needs to make a small change? They shouldn't have to go through the trouble of packaging the source and putting a LGPL notice somewhere in their product where users can see it.

    My giving you legal rights to be selfish does not mean you should, and it does not mean I won't rebuke you for it.

  • Yes, but! (Score:5, Insightful)

    by RAMMS+EIN ( 578166 ) on Sunday September 02, 2007 @04:18AM (#20438907) Homepage Journal
    In one sense, the GPL does hinder two-way code sharing. You can't distribute, modify, etc. a project as a whole under the terms of the BSD license if some code in the project is under the GPL. So adding GPL-ed code to a BSD-licensed project does hinder two-way sharing.

    However, the fact to the matter is that it is the _BSD_ license that allows you to do this. The BSD license simply does not require you to share your changes.

    So, if you are asking yourself why changes aren't being shared back, the answer really is that the original authors (who put their code under the BSD license) said it was OK to use their code without sharing back.

    Of course, you can still call into question the behavior of people who take something willingly shared with them and then put up obstacles for sharing back with the original authors.
  • Re:BSD (Score:5, Insightful)

    by Daengbo ( 523424 ) <daengbo@gmail. c o m> on Sunday September 02, 2007 @04:20AM (#20438917) Homepage Journal
    Telling me I can do something and then rebuking me for doing it is kind of a shitty practice, isn't it? If you want me to share code with you, put it in the license. Microsoft and Real won't contribute back, either.
  • by Estanislao Martínez ( 203477 ) on Sunday September 02, 2007 @04:39AM (#20438995) Homepage

    Having talked to a few BSD licence fans most of them like the licence because it allows another group to take their code and close it off.

    Yes. That's because there are situations where it makes sense that somebody should be able to do that. The argument in this case is that this isn't one of them.

    That's the problem with your reasoning. You are accusing people who've released code under the BSD of not having considered the cons of the license. In fact, you can be sure that plenty of them were well aware of the cons from day 1, but simply judged the pros to outweigh them. They've chosen to deal with the cons in question here through argument, appeal to ethics and persuasion, rather than by legal action, which would have costs they deem unacceptable.

    Now please stop setting up strawmen.

  • by edashofy ( 265252 ) on Sunday September 02, 2007 @04:43AM (#20439013)
    I'm a big fan of the BSD and BSD-style licenses. I have written a lot of code under the BSD-style license and been happy about it. It has let me apply that code in places where corporate policies are too anal to allow GPL code. The extensions that ARE made are so application-specific that nobody else would want them anyway. However, my code would never have been used at all in these circumstances if it were GPL licenced.

    "No, I'm sorry, you can't integrate my small component into your giant proprietary and ITAR-restricted satellite system unless you agree to give away the entire code to your giant ITAR-restricted satellite system to anybody who wants it. But hey, RMS says that freedom is good, so you can do that, right?"

    Does the BSD license allow people to make extensions and GPL the base code plus those extensions? Absolutely. Do BSD-style developers, then, have a right to be miffed if this is what happens? It's a hard question.

    I think most of the miffed-ness of the situation comes from the attitude of GPL zealots. A basic tenet behind their license is "if you take code then you have to give it back under the same terms under which you got it." A part of their philosophy seems to be "you should not be allowed to benefit from our code without giving back improvements to it." They are the ones who decided on this policy, and they claim a moral (yes, moral) high-ground because of it. But really, they only mean this within the context of their own ideological community. It's really a difference of attitude.

    "Hey, thanks for the code; we are going to use it to further our cause of announcing to the world how much better we are than you."

    As an analogy, let's say I go up to you and ask for $20 for an art project. You oblige. For my art project, I make up posters around the city that say:

    "[YOU] IS A GIANT ASS"

    with your face on them, and plaster them around town. Now, you didn't explicitly stipulate I couldn't, and I was certainly within your legal and artistic rights to do what I did. You have no cause to be angry, right?

    I remember a documentary I saw once about land mines. They showed a small mine being dismantled by some poor sap whose job it was to go out and dismantle land mines. In it was a Motorola chip. It was probably some terribly generic part like a 555 timer or 4-input NAND gate or something; it's not like Motorola was in the business of making land mines.

    Now, if Motorola saw this, do they have a right to be a little miffed? "Ah," say the slashdotters, "Motorola sold their 555-timer on the open market to any buyer, they have no right to be miffed when someone uses it in a device that blows the legs off little children!" Right?
  • by Crass Spektakel ( 4597 ) on Sunday September 02, 2007 @04:51AM (#20439053) Homepage
    Thats exactly whats BSD made for. Get everything you like and then throw back into the developers face everything you hate. No need to say thanks. Apple did it, Linux did it, dozends of others do it all day.

    Seriously, bragging about this is a sign of total ignorance about the BSD philosophy: Giving away everything without asking for anything. They should feel honored that they are getting ripped like they wanted always to be.
  • by aichpvee ( 631243 ) on Sunday September 02, 2007 @05:00AM (#20439085) Journal
    You're dead wrong about it being "rude" to "deny" derivative work to the original author. That's the whole fucking point of BSD, isn't it? That granting access to ANYONE of the derivative works is not required. This is usually the main (only?) point put forward when arguing that BSD is "more Free" than GPL. People using the GPL to create derivative works owe nothing legally or ethically to the BSD originators that close sourced developers using the same BSD code do not, and to suggest otherwise just because the original authors can look but they can't touch is ridiculous at best.

    If Theo de Raadt wants to make the point that people shouldn't be cutting out the original BSD license that is fine, and it should definitely be done. But it's a completely different argument than this whining about "community" and "losing friends." He's just upset because he realized that people can use the BSD code and give away their versions without having to give it back to him, too. For that he's just being a prick.
  • by Anonymous Coward on Sunday September 02, 2007 @05:00AM (#20439091)
    The problem is the only real reason these people are forking the BSD code into a GPL license is because they are GPL zealots. They have no other reason to do it, just that they enjoy fucking RMS's back fat.
  • by NickFortune ( 613926 ) on Sunday September 02, 2007 @05:00AM (#20439093) Homepage Journal

    Honestly, the way some people talk about "Freedom", you'd think it was something you could buy by the wheelbarrow load. Freedom isn't something that exists in and of itself. It only exists in relation to people and activities.

    To say that the BSD licence hinders freedom is just insane: it grants close to maximum freedom TO users, developers, and distributors TO DO pretty much whatever they like. v The GPL on the other hand deliberately restricts the freedom of one of those stakeholder groups - the distributors - in order to preserve the freedom of the users and developers in the longer term.

    If you say that the GPL licence is more or less free than the BSD licence, all you are really doing is criticising a group of developers for their failure to share your own priorities. That always strikes me as an ugly, intolerant, narrow minded way of thinking.

    This whole mess has the stink of FUD about it. There are a lot of people who would like nothing better than to get the GPL devs and the BSD guys together and say "hey, why don't you and them fight?"

    I have a suggestion to make: let's disappoint them.

  • Re:BSD (Score:2, Insightful)

    by georgeb ( 472989 ) on Sunday September 02, 2007 @05:05AM (#20439107) Journal
    That's only because Theo, in his latest rant, is conveniently ignoring the fact that the code was dual-licensed, even though he did acknowledge that not too long ago.

    Theo's last post stated that dual-licensed code cannot be distributed with only one of the licenses still attached. BSD/GPL dual code, he says, cannot be distributed under the GPL unless you keep it BSD/GPL dual. That's a theory of it's own, which deserves some clinical therapy imho.

    Theo's current post deals with the aspect of re-licensing pure BSD code. His theory is that, because the license says you can distribute/copy/modify only if you keep copyright notice and "this" notice intact, this means that you are not allowed to distribute under a different license. I will now prove him wrong.

    Here's a file with the BSD clause attached. It's copyrighted to me under the BSD:

    ------
    Copyright (c) 2007 myself
    Permission to use, copy, modify, and distribute this software for any
    purpose with or without fee is hereby granted, provided that the above
    copyright notice and this permission notice appear in all copies.

    Some text that is supposedly copyrightable.
    ------

    Now, say that somebody wants to GPL it. Here's how he would do it:

    ------
    Copyright (c) 2007 myself
    This file is distributed under the provisions of the GPLv2 license.
    This file is based on work under the following permission notice:
    Permission to distribute this file was granted by the following BSD clause:
        > Permission to use, copy, modify, and distribute this software for any
        > purpose with or without fee is hereby granted, provided that the above
        > copyright notice and this permission notice appear in all copies.
    ------

    What I did was legal: I kept the copyright notice intact, I kept the BSD clause intact. This does _not_ mean that I also kept the distribution license as BSD. Compare the BSD notice with the GPL requirement:

    You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions:
      [...]
      c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. [...]

    Notice that BSD's requirement is to keep a text attached but does not say anything about keeping the license.
    GPL on the other hand explicitly requires that redistribution be done under the GPL.
  • by CowboyBob500 ( 580695 ) on Sunday September 02, 2007 @05:06AM (#20439117) Homepage
    The problem I thnk a lot of people have with the FSF and GPL is that it's moving away from a "this will protect your code whilst allowing others to use it" licence, to a "we have a philosophy about how the software should be used" license. This is why I have removed the "and any later version" clause from my GPL v2 code, and why these restrictions are being placed in other licenses.

    It's not that people like me don't want to share the code, just that we don't want to join the Cult of the Gnu either. For it is, almost, turning into a religious issue of whether you swallow the FSF dogma, rather than a practical one of whether you just want other people to benefit from the code.

    Bob
  • by pschmied ( 5648 ) on Sunday September 02, 2007 @05:29AM (#20439203) Homepage
    If you think about the BSD license in terms of an academic citation, it makes more sense.

    In the original patch, it appeared that some Linux folk took some code, stripped the BSD copyright notice and put it under a GPL license. Viewed through an academic mindset, it sounds less like "building on existing research" and more like plagiarism. Were they legally entitled to do what they did? I suspect probably so. Still, it seems like bad form not to cite your sources.

    -Peter
  • by crayz ( 1056 ) on Sunday September 02, 2007 @05:32AM (#20439211) Homepage
    Maybe the BSD license should be altered to say code can be closed-sourced but not open-sourced without retaining the original BSD license(adding an additional license to the code would probably be fine). Seems like BSD's intent is to allow code to be used anywhere(including closed-source) without the viral effect, and its understandable that taking the code, modifying it, and applying a viral license to it would anger some developers
  • Re:The Apple Tree (Score:4, Insightful)

    by NickFortune ( 613926 ) on Sunday September 02, 2007 @05:40AM (#20439253) Homepage Journal

    Actually, it has everything to do with the situation. Software is like that apple tree. No matter how many times you copy software, it remains undamaged. So there is no reason to "protect" it with restrictive licenses.

    I think the problem here is that you haven't told the parable in its entirety:

    Then one day, a powerful lord heard about the magical apple tree and sent his soldiers to build a wall around the orchard. "These are MY apples now", he told the villagers. "Anyone who wants one of these apples must buy it from me". And the villagers thought this to be most unfair, but they could do nothing against all the lord's soldiers.

    However, in the village there was a young boy who saved some seeds from the magic tree, and in later years he moved to a new village and planted a tree of his own. And around this tree, the villages set up a fence and a notice that said "Anyone is free to take these apples. They may eat them, sell them, give them away, or plant magic apple trees of their own. The only thing you may not do is build a wall around the tree to prevent others from picking their own apples".

    There you go: fixed that for you :)

  • Re:Yes, but! (Score:3, Insightful)

    by NekoXP ( 67564 ) on Sunday September 02, 2007 @05:57AM (#20439333) Homepage
    I'd disagree with that assessment.

    If dual-BSD/GPL-licensed code is used, then changes can be distributed under the GPL or BSD by the author of derivative works. However that applies to the derivative work; the COPYING file in any source code tarball dictates how you handle the entire derivative work. The original code would still be BSD licensed.

    The problem here is not that BSD licensed code has no legal obligation to contribute back, or that the GPL has a legal obligation to report changes, but that GPL licensing code as a derivative work of dual licensed code is against the policy of 99% of BSD-licensed projects. No BSD licensed code will ever integrate the fixes to the Atheros driver because it causes a licensing mess - not only the evil corporations, but the FRIENDLY corporations, BSD-licensed operating systems and toolkits where relevant.

    The same way the Linux developers band-aid everything to be GPL so that changes MUST be given back (a kind of heavy-handed moral imperitive enshrined in a legal document) works just fine on the BSD license where the simple, IMPLIED moral imperitive works just as well. BSD licensed code fits very nicely in GPL software distributions and as Theo remarked, a lot of FSF code contains BSD licensed works. There is no need to relicense as it kicks the BSD developers in the nuts.

    Summary:

    Yes, sometimes it is good to put two fingers up to Microsoft and Evil Industry, but it is not good to kick Theo in the nuts while you do it (however glorious and satisfying that may be to some).

    For once I agree with Theo - but then I share his loathing of the GPL (it is too heavy-handed and forces it's morality on you like a preacher in the street won't leave you alone) and am quite a proponent of the BSD license myself.
  • by msauve ( 701917 ) on Sunday September 02, 2007 @06:59AM (#20439533)
    The situation is this:

    The code in question had the BSD license included, plus the author (copyright holder) added a condition saying that "alternatively," the GPL could be used.

    One is therefore free to select the alternate license and ignore the BSD license, and that includes the part about keeping it around.

    Now, and this is key, the author has every right to put in something which says "chose either for yourself, but keep both in what you pass on." He didn't, and the only requirement to keep the BSD license is found within the BSD license itself. It is well known that there are multiple ways in which the BSD and GPL licenses clash - you can only have an "either/or" license, not a "both" license. It's simply stupid to try and claim that selective clauses of one license apply when the other license is chosen to be used.

    As far as the "all the rights" argument, it doesn't fly. Since you must make a choice between licenses, as soon as you choose the GPL, you give up the rights to BSD, so you have no BSD rights which must be passed on.
  • Re:Simple solution (Score:5, Insightful)

    by deviate_this ( 304733 ) on Sunday September 02, 2007 @07:02AM (#20439547)
    Everyone seems to be completely missing the point here. As someone else pointed out, GPL supporters love to claim the moral high ground when it comes to comparing the GPL to anything proprietary and they love to say how the GPL promotes sharing and openness. So how do you claim the moral high ground when you just took someone else's project and forked it so that they can't use it the way they originally intended?

    So what if that's what if that's what the BSD license allows people to do! It's about moral hypocrisy, pure and simple. How can you claim to be free and open when you just basically told the original author that he/she needs to follow your rules in order to benefit from anything you add to it. It wasn't your project to begin with, but you're arrogant enough to fork the project and slap your own license on it, for what? Just because you don't like the BSD license?
  • Re:BSD (Score:4, Insightful)

    by kestasjk ( 933987 ) on Sunday September 02, 2007 @07:35AM (#20439683) Homepage

    I've read Theo's rant, and I found the section about not sharing code back to be pretty humorous, considering that's the way the BSD license is written. If you wanted to ensure that code be shared back into your projects, you'd use a copyleft-style license instead of a BSD/MIT-style license, wouldn't you?
    The reason I like using the BSD license is that it's supposed to be progress. When you write good BSD code there's no reason anyone will need to rewrite that code, and it's the kind of code that you hope everyone will use because it makes applications better, or an application developed on top of it will be high quality itself.

    Contrast that with the GPL, where code written with the GPL has to be rewritten if you want to use it for proprietary purposes. If you want to end all proprietary code then that's obviously a good thing, but it's not so good if you want the best code to be used, and for no-one to have to needlessly rewrite the code you're writing.

    Take SQLite for example. It's in the public domain which is only slightly less restrictive as BSD. Anyone can use SQLite for any purpose. If I'm developing proprietary software and I need a lightweight database engine I know SQLite is available. It saves me time and money, and the software is going to be better as a result. That's why drh chose to make it available so freely: It's the best there is, and if someone can improve on it good luck to them.
    Both licenses have their purposes of course, but I hope you can at least see why someone would prefer the BSD license.

    So if it's supposed to be extra free then what's wrong with relicensing it as open source? Well there are two possible outcomes of releasing GPL changes to a BSD/MIT/public domain project:
    • The developers which wrote the software take the changed code and start using the GPL; the code can no longer be used in proprietary software. Whether you think that's a good thing or not it's a decision made against the original developer's will.
    • The developers which wrote the software continue developing their code and ignore the changes; the software is now either forked, causing compatibility issues, or changes are made in parallel, causing duplicated efforts. BSD is chosen so that no-one has to duplicate efforts, because the code is free.
    Both of these outcomes just don't help. They don't help the software improve, they don't help anything. Rather than ask "Why choose BSD?" (which I hope I explained well enough earlier) why not ask "Why relicense BSD code under a different open source license?" Does he think that the developers of the BSD licensed code will start using his modified code along with the GPL license?

    Take SQLite for example. Imagine if someone took SQLite and made some nice updates to it, but released the changes under the GPL. Now there are either duplicate efforts and compatibility worries, or the developer of SQLite is forced to use GPL and his software can't be used everywhere like he intended. A stable piece of code that used to be universal no longer is universal.

    Using the GPL to close the original developers out is using a share-alike license to avoid sharing, and using an open collaboration license to prevent collaboration.
  • Re:BSD (Score:4, Insightful)

    by Haeleth ( 414428 ) on Sunday September 02, 2007 @07:45AM (#20439733) Journal

    Telling me I can do something and then rebuking me for doing it is kind of a shitty practice, isn't it?
    No, not really. It's a way to reconcile moral views and freedom: give people the right to do something you disagree with, while retaining the right to disagree with them if they take advantage of that right.

    For example, I believe people should have the right to troll on Slashdot, because I believe that's the only way to ensure that people who genuinely hold controversial views feel able to argue their case. Does that mean I shouldn't have the right to mod trolls down? If so, why?

    If you want me to share code with you, put it in the license.
    No, that's for if you want to demand that code be shared. If you would like code to be shared, and intend to complain if it isn't when it reasonably could be, but absolutely do not want to take away the licensee's freedom to decide for themselves whether to share or not, then you should not add anything to the license. It would probably be appropriate to mention your attitude in the README, though.

    (One very good reason not to put this kind of stuff in the license is that the GP apparently was specifically interested in allowing large companies to use his code. Large companies hate custom licenses. Stick with something standard if you want the commercial world to even bother looking at your code.)
  • by Chemisor ( 97276 ) * on Sunday September 02, 2007 @08:15AM (#20439907)
    The point is that we have the GPL camp and we have the BSD camp. The GPL camp takes code from the BSD camp and the BSD camp is not able to merge those changes back into BSD code. The issue here is not that this is a license violation; it is not. BSD people, like me, want other people to use our code. The complaint here is about the hypocrisy of the GPL camp, who claim that they don't want anyone to use their code without giving back the changes, but then turn around and do just that to the BSD people's code. Again, I emphasize that this action is not a problem to us; we want it and we expect it. The problem is with the GPL camp saying how they are somehow "more free".
  • Re:Simple solution (Score:5, Insightful)

    by JackHoffman ( 1033824 ) on Sunday September 02, 2007 @08:37AM (#20440089)
    The BSD developers got what they wanted. Their code is in use. The BSD license intentionally trades away protection from inclusion in differently licensed projects in return for the increased likelihood that the code can be used.

    The GPL developers got what they wanted. Their code is protected from proprietization (And ONLY their code. Anyone can take the original BSD licensed code and do what they want with it).

    There is no story here. The GPL and BSD licenses try to achieve different goals and both work as advertised. If you want an analogy: BSD is like the girl who sleeps with everybody. She gets a lot of sex and is invited to every party, but nobody respects her. GPL is like the girl who is selective about her partners. She doesn't have quite as much "fun" and has earned herself a little bit of a hard-to-get reputation, but the people who know her treat her well. Proprietary licenses usually require payment.
  • by lahi ( 316099 ) on Sunday September 02, 2007 @08:59AM (#20440273)
    It seems most people don't have a problem understanding that BSD source code can be used for closed source products and that's just swell.

    People also understand that GPL source, when redistributed, must be GPL.

    What so many people inexplicably seem to fail to understand is, that BSD source, when redistributed as source, has the same "stickyness" as GPL code. If you redistribute BSD source code - an action which, unlike GPL source code, isn't mandatory - you MUST redistribute it with BSD license. You can't redistribute BSD licensed source under GPL, although you CAN redistribute it freely - even in your GPL project - if you want to. Actually, slapping on the GPL (or any other license) is just about the ONLY thing you can't do with it. So GPL-guys cannot redistribute modified BSD code under GPL as it seems they would so much like to do. What they might be able to do is to put GPL on their modifications, which would not be a very friendly thing to do, but at least legal.

    It simply doesn't make sense to equate "illegally redistributing with a different license" with "not redistributing source at all" under the label "close off the source".

    -Lasse
  • Re:BSD (Score:3, Insightful)

    by Kjella ( 173770 ) on Sunday September 02, 2007 @09:22AM (#20440445) Homepage
    The developers which wrote the software take the changed code and start using the GPL; the code can no longer be used in proprietary software. Whether you think that's a good thing or not it's a decision made against the original developer's will.

    And if someone makes proprietary modifications to it, then those are also not universally available and can't be used in either BSD or GPL projects. If that was what you wanted, why not choose a licence that actually enforces that like the LGPL? Again you're holding the GPL community to a higher standard than closed source companies. You make a lot of assumptions about intents and purposes, which aren't reflected in the license. Maybe he meant "Hell, do whatever you know... I don't care". And if he didn't mean that, he shouldn't have picked the BSD license. Trying to enforce a moral unwritten, implied obligation is a fool's errand, and not the licensee's fault.
  • Re:BSD (Score:3, Insightful)

    by mellon ( 7048 ) on Sunday September 02, 2007 @09:50AM (#20440659) Homepage
    Proprietary modifications are the problem of the person doing the modification. Because they're proprietary, we (the open source community) never see them again. You can mark this down as a loss, in a sense, but because it's effectively invisible to us, we don't have to deal with it. We don't have to do the track-and-merge dance that forked open-source distributions have to do. So it's actually, weirdly, a benefit.

    The problem with relicensing is that you wind up with a code fork that can never heal. Once you have relicensed, the GPL code goes its own way, and the BSD code goes its own way. The maintainers of the GPL code can continue to incorporate changes from the BSD fork, but the maintainers of the BSD fork are prohibited from merging changes from the GPL fork.

  • by EmbeddedJanitor ( 597831 ) on Sunday September 02, 2007 @04:05PM (#20444775)
    According to the dictionary, "Free" means not controlled by the obligation or will of others or not subject to external restraint. That sounds like BSD.

    Through the use of the GPL, the FSF redefines "Free" by imposing various restrictions (if you use this code, then you must ...). How is that "Free"?

    And before you flame me for being anti-GPL, I have released a lot of work under GPL. I think the GPL is very beneficial, but that does not mean I have to drink the kool-aid.

  • by msauve ( 701917 ) on Monday September 03, 2007 @06:52AM (#20450265)
    You and Theo are disingenuous idiots. First, you make an unsubstantiated claim - '"Alternatively" means that the GPL could be used, that is, it can conform to the GPL.', then you redefine a term you just pulled from your ass to mean what you want it to mean ("conform"). That's as dishonest as an argument can possibly be. "Alternately" means exactly what it says, it offers an alternative ("The choice between two mutually exclusive possibilities." - http://www.thefreedictionary.com/alternative [thefreedictionary.com] ) What Theo has been "explicit" about means exactly nothing, except to those like yourself who think he's god.

    The author specifically gives a choice between licenses, and yes, you can leave out the one you don't choose, because that's exactly what the author said ("distribute under BSD, or alternately GPL") It makes absolutely no sense to give the choice otherwise.

    Probably the most well-known difference between the BSD and GPL licenses is that the former allows code to be "locked up" (as into a commercial product) while the latter does not. Someone chosing the alternate licenses terms (GPL) is likely doing so because they want to ensure any future releases containing their contributions remain open. Forcing them to redistribute under BSD does not allow them to achieve that.

    Finally, this is the ONLY meaning a BSD/GPL license can have which makes any sense at all. In terms of using (running, copying binaries, etc.) the code, they're functionally the same, AFAIK. They differ significantly only when you change/add source code. Saying that modified code must forever be distributed with both licenses is saying that a modifier has no choice between the licenses, and choice makes no sense for an end user.

What is research but a blind date with knowledge? -- Will Harvey

Working...