Slashdot Mirror


Providing a Closed Source License Upon Request?

goruka writes "As a citizen of the open source community, I have written several applications and libraries and released under the BSD license. Because of my license choice, I often run into the situation where a company wants to write software for a closed platform using my code or libraries. Even though there should be no restrictions on usage, companies very often request a different license, citing as a valid reason that the creator of such platform has special terms forbidding 'open source software' in the contracts forced upon the developer. So my question is, has anyone else run into this situation, and are there examples of such licenses that I can provide? (Please keep in mind that I'm not a US resident and I don't have access or resources to afford a lawyer there.)"

61 of 245 comments (clear)

  1. Dual-license by xlsior · · Score: 5, Informative

    As long as the software/library is written completely by yourself, you're free to pick any license -- or dual-license it.

    You can have your program both licensed under BSD, and also offer the same code/library as closed-source for $xx at the same time, with different conditions and fewer restrictions.

    An example of other software that uses the dual-licensing approach is MySQL: for more information see http://www.mysql.com/news-and-events/newsletter/2003-11/a0000000220.html

    1. Re:Dual-license by Anonymous Coward · · Score: 4, Funny

      (1) Put backdoor in code if not there already. As if corporations would spend the time-money to look through it all.
      (2) Offer them custom licensing for no less than six figures.
      (3) ???*
      (4) Profit.

      * Freeze the code while in the negotiation process. If they pay the license, remove the backdoor. If they refuse the license, sell the exploit and wait for their servers to light up.

    2. Re:Dual-license by idiotnot · · Score: 3, Informative

      You can have your program both licensed under BSD, and also offer the same code/library as closed-source for $xx at the same time, with different conditions and fewer restrictions.

      Or just have them incorporate your BSD-licensed code into their larger work licensed under a more restrictive license. This is in contrast to say, LGPL, where the changes do have to be released back if any are made. If none are made, the code doesn't need to be released.

      If it makes them feel any better, license it under a 4-clause BSD license, where they actually have to give you credit for it, but also provide it under a 3-clause license for everybody else. I've done exactly that, but in reverse, for customers. The publicly-released code is 4-clause, but the customer can do WTF-ever he/she wants with it, and doesn't have to credit me.

    3. Re:Dual-license by jamesh · · Score: 2, Informative

      (4) Profit.

      (5) Go to jail. Go directly to jail. Do not pass go. Do not collect profit.

    4. Re:Dual-license by cibyr · · Score: 3, Insightful

      The only problem that MySQL is having with its licensing model is that Monty is a fucking idiot who wants to have his cake and eat it too. I'm sorry, you sold it. It's not yours any more. What you want no longer matters. Now shut up and go away.

      --
      It's not exactly rocket surgery.
    5. Re:Dual-license by jamesh · · Score: 2, Interesting

      Well... if you change that to a car analogy - if you put a device in your car that turns off the engine and locks the steering once the car reaches 40mph if theft is detected then anyone foolish enough to steal it gets what they deserve. A nice idea in theory but you'd be going to jail if it happened, or worse if it resulted in an accident that melted down a bus load of nuns.

      Back to the original case, I thought it was BSD licensed so they wouldn't be stealing it anyway. They just wanted a license that better suited their needs.

    6. Re:Dual-license by nacturation · · Score: 2, Informative

      He's not asking if it's possible. His question, in part, was: "... are there examples of such licenses that I can provide?" In other words, has the text of a closed source license been open sourced such that anyone can use if for their closed source licensing needs?

      --
      Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
    7. Re:Dual-license by X0563511 · · Score: 2, Informative

      Well, I was speaking as the licenser.

      And the name of the license doesn't matter. It's the legalese that does.

      --
      For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
    8. Re:Dual-license by Ash+Vince · · Score: 2, Informative

      The only problem that MySQL is having with its licensing model is that Monty is a fucking idiot who wants to have his cake and eat it too. I'm sorry, you sold it. It's not yours any more. What you want no longer matters. Now shut up and go away.

      If only life was that simple. He did not sell it to SUN, the MySQL shareholders did of which he was only one of them. Monty had not been a majority shareholder since he went for venture capital support in 2001.

      http://en.wikipedia.org/wiki/MySQL_AB

      Did he gain anything from the sale? Of course, but he had no real say in it.

      --
      I dont read /. to RTFA, I read /. to offend people in ignorance.
  2. Re:Word Games? by Trahloc · · Score: 3, Interesting

    For some BSD licenses probably not. But by getting a license directly from the creator they guarantee there is 0% chance of being sued by someone with a bug up their ass. It's happened before where someone creates a piece of software only to have a third party sue on their behalf without ever even asking them. So this is just a way for company using the code to have another layer of legal protection. Is it needed? Not in a sane world, but when you find one let the rest of us know.

    --
    The Goal: A long simple life filled with many complex toys.
  3. Charge a monster price by Stumbles · · Score: 4, Insightful

    If the terms of the BSD license is not good enough, I'd tell them to piss off.

    --
    My karma is not a Chameleon.
    1. Re:Charge a monster price by ArwynH · · Score: 3, Interesting

      You phrased it as a joke, but that is exactly what the poster should do.

      Take the BSD 3-clause license and change the name to something like " developer license", then agree to license your code under said license for $x, where x is a reasonable amount. Basically they are paying for your written acknowledgement that the code is yours to give away and that if there are any copyright problems they know who to blame.

    2. Re:Charge a monster price by Daniel_Staal · · Score: 3, Insightful

      Which is exactly what the original poster should do: Charge a non-nominal amount, and pay 10-20% to some lawyer to write up the license for them.

      Heck, call some lawyer in the US, and tell them that for 15% of whatever they can negotiate, you want them to talk to this company and come up with a license/fee for you. There are probably more than a few lawyers who'll work under those terms.

      --
      'Sensible' is a curse word.
    3. Re:Charge a monster price by Darkness404 · · Score: 3, Insightful

      Um, have you read the BSD license? It basically says "Do whatever the hell you want with this software just say I wrote it", I'd hardly call that restrictive and I don't see how a third party would really care. The terms of the BSD license are basically like someone publishing a public domain book, they really have little to no restrictions other than to put the name of the author on it (yes, I realize that in the public domain it doesn't matter, but most put down where its from already).

      --
      Taxation is legalized theft, no more, no less.
    4. Re:Charge a monster price by Firethorn · · Score: 2, Informative

      Take the BSD 3-clause license and change the name to something like " developer license", then agree to license your code under said license for $x, where x is a reasonable amount. Basically they are paying for your written acknowledgement that the code is yours to give away and that if there are any copyright problems they know who to blame.

      First, I work for the government, and software licensing impinges upon my duties.

      There's a lot of FUD out there. There's a lot of restrictions against 'freeware', but people get 'freeware', 'open-source', 'ad-ware', etc... All confused.

      There's two reasons for being against 'freeware' - many are distributed as closed-source economically unauditable binaries. This leads to difficulties in gaining code security - the government can go after microsoft if they deliberately put a back door in their software, but some dude who published some freeware MP3 player? The second is maintenance - they don't want to become dependent upon unmaintainable software. It happens anyways, but if you're paying some company money, generally you get a warranty.

      Open source? Again - maintenance is an issue, but at least we could hire our own programmers to maintain the software if required. The second is that some licenses require any code that uses the open source modules to be open source as well, and well, that's just not happening with some software. Other software the government is just fine with releasing.

      Last is copyright concerns - they don't want copyright lawsuits. So they want an actual license, even if they have to pay for it. Some 'freeware' licenses are only free to individuals - if a business or branch of government wants to use it, they have to pay for it.

      --
      I don't read AC A human right
    5. Re:Charge a monster price by Anonymous Coward · · Score: 2, Insightful

      I don't get it. You seem to be mixing up tons of unrelated stuff. 1) The poster was talking about BSD license, not freeware, so that is irrelevant. 2) the poster is talking about a license change, not a maintenance contract which is what you are talking about, so non-sequitor again. 3) You cannot be sued for using BSD license in closed source. The only way it could happen is if the author did not really own the code, and just copied it from somewhere else. But licensing stolen code does not make you immune from lawsuits. It just makes you look that much more stupid. So, not sure what you are really talking about, but sounds about right from a government point of view.

    6. Re:Charge a monster price by weicco · · Score: 2

      But BSD licenses, all versions of them, contains the following condition.

      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.

      I think that's what's bugging some vendors. They don't want to put other copyright notices but their own to binary distributions because it could be confusing to users. I can understand their point and I can understand copyright owner's point.

      I've solved this by releasing all my code under MIT license. I don't care if my name shows up to the end user or not. All I care that my name is shown in the source code so all the rest of the developers in the world can see how clever, or stupid, I am!

      --
      You don't know what you don't know.
  4. BSD by Anonymous Coward · · Score: 4, Insightful

    The BSD license is already more permissive than any other license, and allows code to be used in proprietary products. There is nothing that a proprietary license would let them do that BSD will not, thus there is no justification for them to subject you to the trouble of researching this just because their policies are written by stupid people.

    By making this clear to the people you work with, you could do the public understanding of free software a favor. By bowing to their obscene requests arising from ignorance, you would admit defeat in the face of the FUD coming out of places like Microsoft.

    1. Re:BSD by geminidomino · · Score: 2, Informative

      What benefit does BSD give you over PD, really?

      Author credit.

    2. Re:BSD by alfoolio · · Score: 4, Insightful

      OP said in essence: We have a business requirement of no open software licenses.

      What a proprietary (The BSD 3 clause reworded as mentioned above works fine.) developer license lets them do that a plain vanilla open source license does not allow them to do is WIN THE BUSINESS given the constraints of the situation.

      Perhaps you are inexperienced in the relationship that a smaller vendor holds to a larger customer who has other options. The general rule is keep the customer satisfied. Ideally without corrupting your soul. ;) Is the customer (here at least) an idiot? Why, yes, they are.... In fact, they are the idiot who is paying us so we are able to feed our babies and buy mommy the new minivan. Does it cost anything to do this special license? Would it cost us the business to not do it?

      In the real world you work on moral goals by successive approximation. Sometimes you have to sugar coat the medicine, even if it doesn't taste bad. Failure to understand and honor these realities while flaying someone for a position that appears morally inferior to yours is itself a form of FUD.

    3. Re:BSD by sam_nead · · Score: 3, Informative

      In many countries (but only sort of in the US) the author has a moral right which is separate from the copyright. For example, you can copy a Shakespeare sonnet, but you cannot claim to have written it. http://en.wikipedia.org/wiki/Moral_rights_(copyright_law)

  5. Re:Word Games? by cbreaker · · Score: 2, Interesting

    That's what I was thinking. I mean, basically they'd be lying to the concerned party by saying "Ohh, this isn't the OPEN SOURCE software you're afraid of." Even though it's the same code.

    The only reason I see it being an issue for a company is if it's GPL code and they don't want to deal with the GPL, but if they're too lazy to read the BSD license (or already know what it is for goodness sakes) then I guess shame on them.

    Obviously if you wrote the code you can provide a "closed source" or closed license version of it if you want to. Of course, if anyone else has contributed to it, then that changes things a little bit.

    --
    - It's not the Macs I hate. It's Digg users. -
  6. What? by Dr.+Evil · · Score: 3, Insightful

    "...citing as a valid reason that the creator of such platform has special terms forbidding 'open source software' in the contracts forced upon the developer."

    What platforms would or could have such a restriction? Does the iPhone do this? XBox? What are we talking about? Is that even legal?

    1. Re:What? by Evan+Meakyl · · Score: 2, Informative

      If I remember well, the Wii is such a platform. And I don't see why it wouldn't be legal: if you want to have a devkit, you have to comply with *a lot* of conditions

    2. Re:What? by vladkrupin · · Score: 5, Interesting

      It's actually not uncommon. My current employer has a "no open source allowed without explicit approval by the legal dept, which takes an eternity and is a royal pain, so don't do it unless there's absolutely no alternative" policy. I am not kidding.

      One of my previous employers had the same policy. This is not at all uncommon.

      A few years ago a company found some of my code on the web. The code was released under an apache-like license. They contacted me because they wanted to buy it, but with a couple of minor modifications and under a different license. Essentially very similar scenario as the situation the OP found himself in. I agreed, made the modifications, and sold the original product plus the mods to them under a different license. I think it was cheaper for them to get the modifications they wanted, and the license they liked than develop the same code themselves.

      As for me, I felt that nobody besides that company would have probably wanted those modifications anyway. That's probably not entirely true, but I convinced myself of that so that way I did not feel like I was totally selling out :) The Open Source community probably did not miss much by me not releasing those mods. I treated the modifications as "work for hire", and since I never released them, I avoided most of the possible legal difficulties. The original product stayed under the same license, of course. That company is now one of the 5 largest software companies, so I presume the practice is not unusual.

      --

      Jobs? Which jobs?
    3. Re:What? by B2382F29 · · Score: 4, Interesting

      "Force here is the lawsuits that result, if the original license holder discovers use of their code in your code."

      You are illustrating that a lot of people are so used to licenses raping their ass that they can't imagine a license that ALLOWS you additional things that you normally can't do (like distributing a derivative product)

      What happens if someone uses GPL code in their product but does not adhere to the terms of the GPL? They are then not allowed to distribute the resulting product. If they do, they did infringe on the copyright of the authors. The GPL doesn't matter at that point. The only thing that can happen is that the original authors sue for damages. Mostly they will be satisfied if the sourcecode is released, but that is NOT a requirement. (Although most companies will do that as it's cheaper than to pay damages for all their already sold products containing the GPL code and removing the GPL code from their product which would be the way as with any other copyright infringement)

      Summary: You are a fear-mongering moron.

      --
      Move Sig. For great justice.
    4. Re:What? by msclrhd · · Score: 2, Informative

      IINAL, but doesn't the GPL explicitly exclude any code provided as part of the Operating System and standard libraries. This allows you to use Microsoft Visual C/C++ and not require Microsoft to open up their msvcr**.dll binaries. This allows you to build GPL code on Windows or Solaris without requiring the Operating System to be GPL.

      With Windows, Microsoft provide an SDK so that you can target programs for it. Likewise, WiiWare has an SDK it uses to target that platform, so I don't see what the problem is (unless they statically link parts of the WiiWare operating system (i.e. not to shared libraries running on the OS) into the games via the SDK).

  7. Just tell them ... by DrJimbo · · Score: 4, Insightful

    ... that BSD is a closed source license.

    Seriously, I suggest you have nothing to do with such idiots on the off chance that it is contagious.

    --
    We don't see the world as it is, we see it as we are.
    -- Anais Nin
    1. Re:Just tell them ... by Anonymous Coward · · Score: 2, Insightful

      This practice makes a lot more sense than it might seem. As a software manager on a large project, I do it all the time. There's lots of useful software out there, but my legal department does not always find the existing license acceptable. So, we offer to buy non-exclusive use rights to the software on a contract that we provide that gives us the protections we need as a large company to reduce our risks. For the developer, it is found money, typically from $3-$10K for small open-source pieces of code.

      The underlying reason that our lawyers dislike most open source licenses is that the is little or no case law on the meaning of the terms. And for a lawyer, a contract term only means what judges have said it means. Without case law, it could mean anything. So we are willing to pay to avoid that risk. It seems reasonable to us, and I can tell you from experience that it always seems reasonable when money falls out of the sky into the lap of the developer.

  8. The ball on their roof by turbidostato · · Score: 2, Interesting

    Provided you are the only copyright holder of the software, just ask them for a big money chunk, half in advance, and tell they'll even be able to write the license themselves, so there's no doubt that's what they want. Get the license to a lawyer (you already have part of the money) to review there's nothing you dislike and then sign it up.

    Easy.

  9. It depends (of course) by Gorobei · · Score: 2, Insightful

    1. Is the software you want to provide all yours, or a mix of peoples' work? If it's a mix, probably it's best to just give up and move on.
    2. Ok, it's all yours. Congratulations! Call the person who wants to buy/use it:

    2a. Explain how the BSD license works in three sentences or less.
    2b. Ask if the sticking point is liability, copyright risk, ownership rights, or other.
    2c. Explain you don't have the time, expertise, or money to negotiate a contract, esp given the BSD contract already spells things out.
    2d. Point out that 2b issues can be resolved, but it's going to be $10K at a minimum for your time + legal fees.
    2e. If they still want to do it, ask for a letter of understanding that lays out the $amount for a non-exclusive right to use/copy/modify, etc.
    2f. Run the letter by a lawyer.
    2g. Profit.

    1. Re:It depends (of course) by ducomputergeek · · Score: 3, Interesting

      Explain how the BSD license works in three sentences or less....I thought the BSD was three sentences.

      --
      "The problem with socialism is eventually you run out of other people's money" - Thatcher.
  10. Re:Word Games? by TheWanderingHermit · · Score: 4, Insightful

    I'm not saying this to be sarcastic, but one big difference could be if he gets paid.

    If they're offering to pay you for a closed source license, then it's worth time to research it. If they want the code free, they got no business asking a coder to do even more work for them in the form of a new license for free.

  11. Don't sell yourself cheap. by jimduchek · · Score: 3, Insightful

    Some companies are concerned about the 'viral' nature of the GPL in particular (some suit read an article about open source that talked about the GPL, and now 'open source' == GPL in his head) There are still many unresolved questions about the GPL in the US, as I'm aware it's only been rarely if ever tested in most jurisdictions in an actual court of law.

    Personally, I expect to be compensated for my time and effort. This needn't be in money -- I release free software as a 'gift' for the community because I (and most of us) have received many such gifts in kind (Indeed, almost all the software I use, from the kernel down to the tiniest little nifty script) was a 'gift' to me by other members of the community). A commercial interest, on the other hand, will have to find some other way to compensate me for my work, as they (typically) are not part of the 'community' that has already compensated me for my time. Cash works well.

    --
    If I'm not back again this time tomorrow...
  12. Yale Standard License by Ryan_Singer · · Score: 3, Informative

    Yale makes this available. Edit to suit your needs.

    http://www.library.yale.edu/~llicense/standlicagree.html

    --
    Ryan Singer
  13. Re:It's Open Source no matter how else you license by maxume · · Score: 2, Interesting

    It depends on what the concern is; if the attachment of an open source license is the concern, a different license can take care of that (assuming that there is an entity that maintains copyright over the entire work). If the public availability of the code is a concern, then no.

    --
    Nerd rage is the funniest rage.
  14. Let them write the license by swillden · · Score: 2, Informative

    They want it, let them write it and specify the terms. You just need to read it to make sure that it doesn't limit your ability to continue giving the code away.

    I'd let them pick the dollar amount for the licensing fee, too. Tell them to make a proposal, on both fee and terms, and you'll decide if it's acceptable. Odds are they'll offer you terms and money in roughly the same ballpark as what commercial software of the same type would cost.

    Be certain that you own 100% of the code though. You don't want to get yourself in trouble for selling someone else's property.

    --
    Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    1. Re:Let them write the license by John+Hasler · · Score: 3, Interesting

      > They want it, let them write it and specify the terms. You just need to read
      > it to make sure that it doesn't limit your ability to continue giving the
      > code away.

      Just above your signature write "Only non-exclusive rights are granted." Make them initial that.

      --
      Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
  15. Comment removed by account_deleted · · Score: 3, Interesting

    Comment removed based on user account deletion

  16. How much are they offering to pay? by John+Hasler · · Score: 3, Interesting

    If it seems sufficient, tell them to send you a proposed license. If they won't pay tell them they've already got the only license they are going to get.

    BTW it is a virtual certainty that they are already using BSD-licensed software.

    --
    Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
    1. Re:How much are they offering to pay? by hey! · · Score: 2, Insightful

      Bingo.

      For years Microsoft used BSD licensed code in Windows' networking. It never caused a problem for their customers. I wouldn't be surprised if removing it were a political decision.

      For practical purposes "no open source software" means they customer wants a 100% Microsoft development and deployment stack. It means no Apache, no perl, php, and for practical purposes no Java either. The only entity in the world who has a rational reason to avoid BSD licensed software is Microsoft, and purely for the purpose of preventing its customers from buying competitor's software. There's no rational reason to avoid BSD licensed software as a customer, because it's just a minimal subset of what's in just about every proprietary license that isn't written by an idiot.

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
  17. Re:Word Games? by Jurily · · Score: 2, Insightful

    I mean, basically they'd be lying to the concerned party by saying "Ohh, this isn't the OPEN SOURCE software you're afraid of." Even though it's the same code.

    There is one big difference: it might not be the concerned party that's afraid of Open Source. I mean, they want to use it. It's some other entity they have a valid contract with, and that contract says no OSS.

    Depending on the wording of that contract, a new licence can solve a lot of headaches.

  18. Why complain? by GiveBenADollar · · Score: 4, Insightful

    This software company for whatever reason does not feel comfortable using the software under the existing licence. It doesn't matter if they are afraid to get sued later or whatnot. Contacting the author of the code and requesting to license it for a commercial endeavor is the right thing to do. They should be commended for their effort, but for some reason most of the comments are chastising them for it. I say good on them.

  19. "Forgidding Open Source"? by erroneus · · Score: 3, Informative

    Are they stupid? As Apple can clearly demonstrate, the BSD license is non-toxic. You should tell them to tell their legal staff to do their homework (and justify their paycheck) to learn the differences between one open source license and another. Simply banning all open source licenses is as stupid as declaring all muslims as terrorists.

  20. To sum up by ibsteve2u · · Score: 3, Insightful

    If there had been copyrights and patents at the dawn of man, the first and last tool invented would have been the stick; lawyers, lawsuits, and the judges of Eastern Texas would have prevented all derivative works.

    --
    Orwell: "In a Time of Universal Deceit, telling the Truth is a Revolutionary Act"
  21. seems clear enough to me by Eil · · Score: 2, Interesting

    Even though there should be no restrictions on usage, companies very often request a different license citing as a valid reason that the creator of such platform has special terms forbidding 'open source software' in the contracts forced upon the developer.

    I think they've answered the question for you. If their contract says they can't use open source software, then they are already forbidden from using any already-open code in the project, even if they get a special alternate form of license from you.

    Also, if you've ever taken patches from other developers, and didn't have them sign a statement that giving you copyright over the patch, you're probably not legally allowed to relicense their work anyway.

    Finally, while I can't speak to your motivations, if I released software under an open source license and someone came along and said, "hey, we need a different license for this, can you help us out?" My response would be, "how much are you paying me for it?"

  22. Warranty? Protection? What planet are you on? by dcavanaugh · · Score: 4, Interesting

    Some of your arguments against freeware are dubious...

    "There's two reasons for being against 'freeware' - many are distributed as closed-source economically unauditable binaries. This leads to difficulties in gaining code security - the government can go after microsoft if they deliberately put a back door in their software, but some dude who published some freeware MP3 player?"

    "Auditable binaries"? When was the last time you audited one? Ever read a Microsoft EULA? Neither the government nor anyone else will be going after Microsoft for anything, even if they provided a back door. I seriously doubt anyone can extract ANY remedy beyond possibly a refund of purchase price. Again, read the EULA. Feel the "protection".

    "The second is maintenance - they don't want to become dependent upon unmaintainable software. It happens anyways, but if you're paying some company money, generally you get a warranty."

    You mean like having the vendor go out of business and you can't get the source code? In 1990's, I managed a large data center. All of our hardware (and most of the software) came from the #2 player in the industry -- Digital Equipment Corporation. DEC was considered "too big to fail" back in those days. We had about $5 million in software licensing alone. Over the course of five years, the vendor that was "too big to fail" proved otherwise. It was a very expensive learning experience. At the time, our thought process was pretty much the same as yours -- and look how well THAT turned out. Those who ignore history will surely repeat it.

    As for warranties, back to the EULA once again. Find me a software license that grants any warranty or accepts any liability beyond possibly refunding the purchase price. Just one. Got links to share?

    As for copyright, are there any cases where parties who inadvertently possess infringing code have been held liable INSTEAD of the original source of the infringement? Where ARE these cases? Got links?

    There have been several cases where large software companies were found guilty of patent or copyright infringement. Have ANY of their customers ever been charged with infringement for merely possessing the infringing software? Again, where are the cases and let's have some links.

    You might be tempted to mention SCO vs. Autozone, but that case was about terms of a license. Autozone wound up in court primarily because they bought software from SCO, probably thinking they had the protections that you mention. As far as I know, companies that used Linux exclusively (and never SCO products) have never been sued by SCO. Makes you wonder how valuable this "protection" is.

  23. Re:Word Games? by Bill,+Shooter+of+Bul · · Score: 2, Interesting

    Really? Every proprietary piece of software I've worked on, had that in its Eula. Who knows what the purchasing companies losses might be if you left a dangling pointer? You never know how someone is going to use a piece of software.

    --
    Well.. maybe. Or Maybe not. But Definitely not sort of.
  24. multi-theft auto.. by XaXXon · · Score: 2, Interesting

    wanted to use a gpl embedded c/c++ web server I wrote. One of the developers sent me an email asking if they could use it. I sent them an email to the extent of "I hereby grant you a license to use EHS (the library) in any way in multi-theft auto."

    Either that was good enough for them or they didn't decide to use it afterall.

  25. SQLite is licensed with option for paid license by Tjp($)pjT · · Score: 3, Interesting

    It can be used as one wants but they also offer a license for the occasions like you've specified. Check out:

    http://www.hwaci.com/cgi-bin/license-step1

    --
    - Tjp

    I am in wallow with my inner money grubbing capitalistic pig. ... Oink!

  26. You're probably dealing with idiots by SpaghettiPattern · · Score: 3, Interesting

    Either your client wants to redistribute your code without restrictions, they don't understand licensing or they are persuaded by certain business partners that open source should be avoided.

    If the client wants to redistribute, charge as many fees as you possibly can. Base license fee, sold site fee, per host sold fee, per user sold fee, think of anything else fee... Some organizations actually like that. If you have an ethical problem with that, see it as a price they pay for purification of their sorry souls.

    Is your client by any chance an MS business partner?

    --

    I hadn't the slightest objection to his spending his time planning massacres for the bourgeoisie... (P.G. Wodehouse)
  27. Advice on making a commercial contract by mattr · · Score: 5, Informative

    Some companies will register the software purchased as an asset, and that is the procedure they must follow. They need a contract that specifies the license terms. There also has to be someone they can complain to, or contact to make improvements, or at least explain some code so they can make improvements (if you allow that). This is their procedure for operating business responsibly and that's fine.

    Also as someone else mentioned, they might have to have their legal department, or paid external lawyers, analyze carefully an open source contract for viral bits. If they can write the contract for you it is easiest but make sure it contains what is shown below. Or you could use a template on the web.

    People here telling you to tell them to buzz off if they won't accept BSD, etc. are not in business, and that's what is scary. Open source programmers need to be able to make a living in order to support doing their open source work, so a company asking you for a commercial liscense for that exact work you have already done is fabulous! Unless you have a job where you are paid to write open source software, this is ideal I should think. More like that and you wouldn't need to do other commercial work, right?

    A commercial liscense costs money; no real company buys software for $1. The code may be exactly the same as the free version, it is okay to charge money for it.

    All you need to do is make it easy for your client to purchase the a non-exclusive liscense to your product. This is actually an opportunity for you. You can make some money now, have a possibility for a support contract or more commercial work in the future, and you can say the code is used in a commercial product, which speaks of its quality.

    Things you should specify (off the top of my head - maybe you can find some more information elsewhere):

    Your (or your company's) name and address, and theirs. At the bottom, your name and the person on their side, with signatures.

    Disclaimer of your liability: That the software is provided on an as-is basis and you the vendor have absolutely no liability for any defect in it, nor for any losses that may ensue through its use, or its legality in some jurisdiction, nor it is intended for illegal uses, or use in mission critical applications, etc. There is plenty of boilerplate around you can find that says this. (Assuming they are just buying something of yours and they aren't hiring you to create something for them. If they were, you'd have to guarantee against fatal-level defects, and that it meets a carefully agreed-on specification. Things like behavior in a cluster, usability on a certain architecture, 64-bit, Y2K or security related vulnerabilities would then require you to maintain it. You should add in it that any work to make improvements or repair bugs will be charged separately.)

    The price. Charge them a reasonable price for it, this is a commercial license and you can include some support with it. If you include 10 hours support for free then maybe $1000 is okay, or more it depends on what the amount of code is of course. Charge for additional work you do at a certain hourly rate too if you want. Maybe you could discuss that here. You could sound them off about the price verbally. Priced beyond a certain threshold will make the decision get booted up higher.
    The deliverables. Usually they need something physical. Make a CD with a nice label, write a short instruction manual, and print it out on paper (also included as a PDF or text file inside the CD). The CD and manual are physical assets that they can put in the vault and have available for software audits.

    Your responsiblity to support them. You may be tempted to say support is free forever, but don't do that, it costs you your time and they want value. Say limited support for a short amount of time and if they want it you can make some separate consulting or support contract with them.
    If they are paying you then you can afford to provide them with support to get up and running, or to discuss wit

    1. Re:Advice on making a commercial contract by vivaelamor · · Score: 2, Informative

      You could have just said 'dual licensing is a valid option' without suggesting people who don't like dual licensing lack business experience. I would suggest this OSS Watch article for a more balanced explanation of dual licensing, both the pros and the cons.

  28. You just defined WGA there. by Anonymous Coward · · Score: 4, Insightful

    You just defined WGA there. But Microsoft isn't going to jail for it, are they? Your analogy breaks down because, whether it should or not, the sort of fucking about that is illegal in cars is absolutely fine under law with digital products.

    1. Re:You just defined WGA there. by jamesh · · Score: 2, Informative

      You agreed to WGA though. They tell you from the outset that their product will cause you pain if it determines (correctly or not) that it has been obtained illegally. Sneaking a backdoor into a product is different.

  29. Insurance (was Re:Word Games?) by Simon+Brooke · · Score: 4, Interesting

    In any case, if you supply a closed source license, you're going to need to take out professional indemnity insurance for a very large amount, and maintain that insurance for many years. So you need to cost the premiums, the likely rise in premiums over the years, and the hassle of organising it into your fee.

    When someone uses your open source software there is in law no implied contract between you and them, because they haven't supplied you with anything of value in return for your software. So if they sued you, they would (in sane jurisdictions) lose (provided you could afford to defend yourself, and people like FSF and EFF would probably help). However as soon as you accept anything of value in return for your software, you have a contract and so you're potentially liable if failures in the software cause damage to the user. You might or might not win in court if sued, but no-one would help you so you're likely to be bankrupted if you lose. So you need insurance. So you need to cost for it - and that means the cost of your licensed software is going to be quite high.

    Disclaimer: I am not a lawyer, particularly not in whatever jurisdiction you are in. But I have been in exactly the position you describe, and those are my conclusions. In practice you're probably going to be put to quite a bit of work and inconvenience working out exactly what is would cost you to provide a closed source license, and when you do your potential customer will back away rapidly.

    --
    I'm old enough to remember when discussions on Slashdot were well informed.
    1. Re:Insurance (was Re:Word Games?) by Gordonjcp · · Score: 2, Insightful

      In any case, if you supply a closed source license, you're going to need to take out professional indemnity insurance for a very large amount

      I don't see why that should be the case. Look at any Microsoft product - it explicitly says in the licence that there is no warranty and no guarantee of fitness for purpose. There's nothing to stop any closed-source licence saying "You cannot have the source code. You have no guarantee that this will work. If it breaks, you own both pieces."

  30. Re:Word Games? by Z00L00K · · Score: 3, Insightful

    Alternative licenses instead of BSD would be LGPL or Apache Public License.

    But you are right - beware of closed licenses unless you have a perfectly clear specification that you aren't at risk of getting sued for any error in the code. I think that you should check with a Lawyer about your legal responsibilities and options to really avoid trouble. A commercial license usually also means commercial responsibility for the package.

    And if you have created a package good enough to attract the interest of the commercial world it's probably better than any decently priced commercially available package anyway. What the commercial company probably fears is the risk of having to open up their own code to the world since their license is "contaminated" by BSD or whatever.

    --
    If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
  31. Re:Word Games? by realityimpaired · · Score: 2, Interesting

    Wonder if the company in question would have the same worries if the code was released under creative commons... There's nothing in CC that prevents it from being used for something like computer code, and the cc-by license (http://creativecommons.org/licenses/by/3.0/) gives pretty much the same rights that the BSD license does.

  32. More permissive? Depends on perspective... by RichiH · · Score: 3, Insightful

    > The BSD license is already more permissive than any other license, and allows code to be used in proprietary products.

    Not quite. More permissive to the direct user, potentially a lot less permissive for anyone after that.

    BSD wants to give all freedoms and thus gives up a certain portion willfully.
    GPL is not quite as permissive, but keeps that level for everyone down the stream.

  33. Re: Banning Open Source by maxwell+demon · · Score: 2, Funny

    That's not so clear-cut. You obviously define "chicken-egg" as "egg from which a chicken grows" but "an egg laid by a chicken" is an equally valid definition. Indeed, one could even argue that it is a better definition, because for example from those chicken eggs you get in a supermarket in general there couldn't grow a chicken. Now applying that definition, the egg that your almost-chicken laid was clearly not a chicken egg, because it wasn't laid by a chicken. From this almost-chicken egg then grew a chicken, which subsequently laid chicken eggs. Therefore the chicken was first.

    Of course all that ignores that there's no clear-cut line between chickens and non-chickens anyway.

    --
    The Tao of math: The numbers you can count are not the real numbers.