Slashdot Mirror


Ideal EULA for Custom Software?

Tiger4 asks: ""End User License Agreements (EULA) for custom developed software present a nasty problem for both developers and the customer. What rights does should the developer grant to the user, and what rights should be retained by the developer to capitalize on their effort? Similarly, the customer, who is paying for the work, wants all the rights possible to maximize their investment, but probably only needs a small subset of them, such as maintenance and upgrades. The developer probably wants to be able to re-use and resell chunks of the code; the customer doesn't want single source lock-in, so they want re-use and alteration rights too. The Open Source licenses don't solve all ills, because some processes and data may be trade secrets, or at least closely held in an industry. So what terms should definitely be in a EULA, to provide both maximum flexibility and protection for both developers and customers?"

4 of 72 comments (clear)

  1. Ask a lawyer by j1mmy · · Score: 5, Insightful

    sheesh.

    1. Re:Ask a lawyer by Ohreally_factor · · Score: 4, Insightful

      Exactly. And if you're developing custom software, at least some, if not most, of the issues will be spelled out in the contract. You might or might not want a license agreement of some sort, but it depends on the contract you negotiate.

      A EULA is for when it's not custom work, when you are not negotiating anything, but selling or distributing your code to an unknown (at the time of the transaction) party.

      Again, as the OP stated, ask a lawyer, not slashdot.

      --
      It's not offtopic, dumbass. It's orthogonal.
  2. Re:None by SpacePunk · · Score: 2, Insightful

    Tell this to photographers.

  3. Re:None by hazem · · Score: 3, Insightful

    None whatsoever, the client should retain the copyright. The developers have already capitalised on their effort by being paid. Rephrased, the question is more like "What's the most profitable way to avoid giving the client what they paid us to create?"

    That's not necessarily the case. Suppose the developer has built a library of routines that are particularly suited to a common job, such as a database for doing a "balanced scorecard". I'm contracting with them now and they'd like to use their core library to make the project go faster with fewer bugs. Sure, I get rights to the code they produce, but they don't want to allow me to distribute their library code to others.

    This is pretty much the situation I'm in right now. The agreement we have is that we are co-owners in the IP of the project. The basics are:
    - neither of us can release the code to the outside world without approval from the other
    - we can use the code without restriction in our corporation and our subsidiaries
    - they can use the code in other projects with permission and as long as there is no connection or mention of us
    - they cannot use us in any promotional material ("___ corp used us, and you should too")

    It keeps us from going to into business against them, and it keeps them from taking our "trade secrets" to our competitors.

    It works well for both of us because there is actually some co-development going on with the project.