Slashdot Mirror


Clash of the GPL and Other IP Agreements?

Daimaou asks: "A situation I'm involved in at work has raised some questions regarding the GPL vs. IP agreements. When I started working for my employer several years ago I signed an IP agreement that states anything I think while working for them is theirs, as well as anything I've ever thought in the past if it enters their building; dumb, but I needed a job." To make a long story short: Daimaou wrote some code derived from GPLed sources. Now his company wants to take control over what he's written. IP agreements aside, this sounds like a GPL violation since the company's IP can't override IP already established by the original GPLed code. Daimaou also says the company is trying to patent at least some of the code. Is there anything Daimaou, or anyone else for that matter, can do to get the company to cut short their plans and play fair with IP that obviously doesn't belong entirely to them? "About a year and a half ago, I brought in some source code that I had worked on prior to working here; after receiving verbal OKs that the code would remain mine.

My code was derived from code I got from IBM's Developer Works website and also ActiveState's website; all of which was released under the GPL. I made a lot of additions to the software of my own, but the parts from the above sources were integral pieces and without them, my code wouldn't work.

Now, my employer is trying to lay claim to this software and has filed at least one patent on it that I know of. They have also distributed it but refuse to make the source public. They claim that because of my IP agreement, they have full rights to this source code.

I would like to hear what other readers think and perhaps get some suggested courses of action from people who are smarter with regards to law and the GPL than I am."

26 of 530 comments (clear)

  1. hmm by Triumph+The+Insult+C · · Score: 5, Informative

    anonymously tip off http://www.gpl-violations.org/?

    --
    vodka, straight up, thank you!
  2. That's not how the law works by hedronist · · Score: 5, Insightful

    This is actually a fairly clear cut situation. If your code is a derivative of GPLed code, then the derivative is under the GPL, regardless of any other agreements. Your company can either distribute the derived code or not. If they distribute it, they *must* obey the GPL.

    If it were any other way, contract law would crumble. Imagine a world where some random Contract X (in this case, your IP agreement) can arbitrarily change the terms and conditions of some other random Contract Y (the GPLed code). A logical extension of this absurdity is that I could then write a contract with you that *somehow* changed a contract between two other, unrelated parties. The law doesn't work that way, no matter how much your Work Overlords would wish otherwise.

    1. Re:That's not how the law works by MrLint · · Score: 4, Insightful

      Indeed this is no different than anything else.

      Lets say for the sake of argument, someone stole some code from a popular OS platform, say windows NT4. And then made some changes to it. Is the company that person works for going to try and claim they own stolen property?

      They cant try to patent or claim to own non-original work.

    2. Re:That's not how the law works by corporatemutantninja · · Score: 5, Funny
      I wrote a contract with my buddy that says full rights to the music on any of his CDs I rip automatically transfer to me. That overrides the label's ownership, right?

      Anyone want some free music? I'll just give it all to Creative Commons now.

      --
      Actually, I was trying to be Insightful, not Funny.
  3. IBM? by mindstormpt · · Score: 4, Interesting

    If we're talking about IBM sources, try talking to them about it, maybe they'll be interested.

  4. Original Creator by DeathFlame · · Score: 4, Interesting

    Well it's easy. The original creator of the work is the one who 'owns' it. The GPL is a liscense, so if it is being violated, the owner should be contacted.

  5. We Are Not Lawyers by Anonymous Coward · · Score: 5, Insightful

    Even if we were, we could not give useful advice without full details.

    Talk to a lawyer.

  6. Righting Wrongs by Doc+Ruby · · Score: 4, Insightful

    You can send your company's lawyer a copy of "their" code, the GPL'd code from which you derived "their code", and the GPL. You can ask the lawyer to write you an opinion stating that you are protected from the copyright owner of the GPL'd code you use making any claims against your company. And you can remember, while looking for your next job after they fire you, that you shouldn't both sign away rights, and expect to use them, when working for a bunch of thieving assholes.

    --

    --
    make install -not war

    1. Re:Righting Wrongs by CrankyFool · · Score: 5, Insightful

      You can ask the lawyer to write you an opinion all you want, but ... do you like your job?

      The question here -- and I haven't seen a clear answer to this from what you wrote -- is: What are you trying to accomplish?

      Are you trying to help your company stay out of trouble?

      If so, you should write your boss and in-house counsel (if one exists) about this issue and note that you believe based on the GPL, based on your use of GPL software, and based on your understanding of contract law that the company is in violation if it proceeds down this road, and urge them to reconsider. If they choose not to, that's OK -- you can't make anyone do anything smart, you can just give them the information.

      Are you trying to stay out of trouble yourself?

      Frankly, I think you're not in trouble at all. You haven't broken the GPL. You haven't distributed any GPL-derived code under a different license.

      Are you trying to make sure these guys don't break the GPL?

      Then submit an anonymous tip, report these guys, try to get them sued, etc.

      Your courses of action will differ depending on your desired outcome.

  7. Get a lawyer by ari_j · · Score: 4, Informative

    The single best thing you can do is to find a good lawyer. Although you may personally be in violation of the GPL since it was your actions that brought about the violation (but see respondeat superior for why only your company can be sued for this, and not you personally), you may also have a claim that the oral agreement you entered into superseded your written IP agreement, or at least estopped your employer from violating the oral agreement and, by extension, the GPL.

    But hire a lawyer. I am not a lawyer, nor is this legal advice. I just know what I know, and what I know is that a good lawyer will spot at least the things I've mentioned and probably more, and more importantly will know how to apply these ideas to cover your ass and, hopefully, keep your code GPLed.

    Good luck, and again: hire a lawyer.

  8. The company's copyrights by tigre · · Score: 4, Insightful

    Yeah, the company does have copyrights to the modifications Daimaou made, and any of those modifications, if separable in themselves such that no GPL-derivativeness remains, could be licensed however the company desires, but as long as the two are one, it must be licensed by GPL rules.

  9. Ownership vs. Licensing by crow · · Score: 4, Insightful

    Yes, the employer owns the new code. However, the employer is prohibited from distributing that code under any license other than the GPL unless the code is independent of other GPL code not owned by said employer.

    The GPL has nothing to do with copyright ownership. Hence, projects like the Linux kernel are owned by the many different contributers. This is important to understand, because each contributer needs to be sure to claim copyright on their contribution so that they have standing to complain if the license is violated.

  10. Re:GPL holders own the code by slashnutt · · Score: 4, Informative

    Whoops let me clarify:

    Like I said, If Daimaou wrote the code prior to the IP agreement than the code isn't his to release to the company. The GPL license holders own it.

    If Daimaou wrote the code after signing the IP agreement than he couldn't release code to GPL as he isn't the owner. The company owns that portion of the code; therefore Daimaou released the code illegally. Daimaou could potentially be held liable for any damages the company could prove due to the IP release. Furthermore, the code he introduced would have to be removed and possibly recoded. However, if the company wants to use any portion of the GPL code then said company is in violation of the original GPL'ed code.

    The company can patent the new technology and can also decide to release the entire packaged software to GPL - these are the only two legal scenarios that can exist without rewriting the GPL code.

  11. Get all concerned parties involved. by FreeLinux · · Score: 4, Insightful

    Notify IBM, Active State, the original copyright holders and the FSF. Let them all know about the obvious GPL violations of their code.

    You, fighting this alone, will almost certainly lose to your employer but, the involvement of outsiders could cause your employer to think twice about their pending actions.

    Of course, following this advice will almost certainly result in your firing for any of a number of reasons so, you would be best served by also contacting a good lawyer, in advance.

  12. verbal vs. written by shark72 · · Score: 4, Funny

    "after receiving verbal OKs that the code would remain mine"

    My comment won't be very helpful to the situation, but here goes:

    If I understand it correctly, he signed a contract with an inventions clause when he started work at the company, but after he was hired, he was told verbally that the inventions clause would not apply to a particular project.

    If I were in this position, I would put the onus on the person who made the verbal promise. Their response might be one of a few things:

    1. If they state "yes, I did make that promise to you" then I would reply with "Great! Would you mind following me like a baby duck to the office of our head counsel, and repeating what you just said?"
    2. If they claim never to have said that -- in other words, if they're lying -- then I would sneak in to the office late at night, install porn on their computer, and then tip off MIS. No, just kidding. But if I had a supervisor or co-worker who saw fit to lie to my face, I would have bigger issues with my job than the ownership of some code.
    --
    Sitting in my day care, the art is decopainted.
  13. This is not a GPL problem by Mordac+the+Preventer · · Score: 5, Insightful
    So there's a dispute over ownership of the code you wrote. That's not a GPL problem, that's a contractual problem between you and your employer.

    If your employer wins the dispute, they get no more right than you have to break the terms of the GPL.

    --
    SteveB.
  14. You can't sign away right you don't own by Harodotus · · Score: 5, Informative

    IANAL, but it seems pretty clear to me that you can only sign contracts that limit your own rights.

    When you wrote derivative works from a GPL source, you did not gain ownership of the original code or even full patent rights to the code you wrote. The GPL remains in effect. If they argue that your contract gives them ownership, then that contract is illegal and invalid because the original authors (IBM's Developer Works & ActiveState and probably many others) were not party to the contract.

    I cannot sign a valid contract, assigning ownership of assets I do not own. I mean I can sign one, but it has no legal standing. The contract and any patents derived from it, would simply be invalidated in the first court to see it.

    --
    Its not users who are broken, it's systems not taking account their likely behaviour and fixing it technically.
  15. Re:Turnabout by Rei · · Score: 4, Informative

    First off, IANAL.

    The basic issue is that Daimaou doesn't have the *right* to sign over the code that he modified. When he modified code that was released under the GPL, he was bound by their license agreements. If he signed an agreement to turn over all past IP of his (I'm not sure of the legality of such an agreement), he either broke the law in signing the agreement or he did not turn over the IP; he has no right to void a license established by IBM.

    The logic being used by his company is almost amusing. If they got an employee who had formerly worked at Microsoft on Windows, would they expect to be able to patent parts of Windows? Of course not - because when the person worked at Microsoft, their legal obligation was to turn over any IP that they develop to IBM. They had no right to the IP that they wrote. Neither does Daimaou have any right to code that he wrote that fell under the obligations of another party's license.

    What his company is doing seems to be pretty darn clear cut to me. But, as mentioned, IANAL.

    --
    "Here's a fun fact: the moon has turned to blood!" -- Newscaster, "Jesus Christ Supercop"
  16. Don't Blame the Employer For This One by jezor · · Score: 5, Informative

    Daimou has put his employer in a very difficult position here, by bringing into a commercial workplace GPL'ed code, and incorporating it into his work. With Daimou being an employee, his employer had the right to assume that it could use his work product in any way it saw fit with full ownership, absent a written agreement to the contrary (employee work within the scope of employment is considered a work made for hire under U.S. Copyright law). Further, from this article, it isn't clear that Daimou either notified, explained to or got the agreement of his employer to include GPL'ed code (which does, by the terms of the license, need to stay under the GPL) in his work. At some level, the GPL issue is a red herring (although it obviously affects the ability of the employer to keep the source code proprietary)--if Daimou had included code he'd written for some other previous employer, it would have caused similar problems.

    At this point, Daimou's employer may (depending on the intricacies and particular facts of this situation, for which it would need the advice of its own lawyer) face a difficult decision: release under the GPL, or rebuild using non-GPL'ed code. Who pays for the rebuilding, and Daimou's role in the process (or at the company), are other questions to be determined. Moral of the story, folks: Never include any code or content subject to outside license restrictions (whether GPL or otherwise) in something done for your boss without getting the boss' informed consent! {Professor Jonathan Ezor, Director, Touro Law Center Institute for Business, Law and Technology}

  17. License != Ownership by ReverendLoki · · Score: 5, Insightful
    As I interpret it, IF the agreement between Daimaou and his employer are valid, then his employer can become the OWNER of all the GPL'ed code that he wrote, but the new employer must also respect the GPL. Just because ownership changed doesn't mean the license did.

    I'd address this as two issues - one a matter of pure code ownership, the other as a potential GPL violation. As far as ownership goes, you did sign an agreement, but if you can enforce the verbal agreement you made upon entry into the company, you may be able to retain ownership, though probably not without some hassle. Aside from the ownership issue, though, it sounds like the company is attempting to violate the GPL, and you should really consider reporting it as such.

    --
    09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
  18. Wrong, wrong and wrong. by mwa · · Score: 5, Informative
    Like I said, If Daimaou wrote the code prior to the IP agreement than the code isn't his to release to the company. The GPL license holders own it.

    I see you've bought the "GPL is viral" FUD. Daimaou's code is Daimaou's code. It may be non-functional without the surrounding GPL code, but it's his none the less.

    If Daimaou wrote the code after signing the IP agreement than he couldn't release code to GPL as he isn't the owner. The company owns that portion of the code; therefore Daimaou released the code illegally. Daimaou could potentially be held liable for any damages the company could prove due to the IP release. Furthermore, the code he introduced would have to be removed and possibly recoded. However, if the company wants to use any portion of the GPL code then said company is in violation of the original GPL'ed code.

    Daimaou didn't release the code at all, let alone illegally. As long as modifications stay within the "legal entity" they are not being redistributed according to the GPL, so the company is free to use the software all it wants. The GPL explicitly states "Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted..." (emphasis mine). They can even make modifications and use the modifications internally. They only have to GPL the modifications if they make them available to others, along with the original GPL code.

    The company can patent the new technology and can also decide to release the entire packaged software to GPL - these are the only two legal scenarios that can exist without rewriting the GPL code.

    The company can patent technology used in the code, but in order to distribute it under the GPL it must be made available, at least for GPL purposes, under a royalty free, fully re-distributable license which (mostly) defeats the purpose of patenting it.

  19. amend your contract when you sign it by BACbKA · · Score: 4, Insightful

    Every time I had signed a contract when getting aboard as a software engineer to a company, whether startup or a big one, I added 3 provisions into my contract:

    1) In my spare time I am allowed to provide support/consulting to whoever had employed me in the past. [this generally makes very good impression as it says that you carry responsibility towards your past employers -- if you switch jobs again, they'll be able to hire you to help w/o legal issues in the way]
    2) My own projects (list follows) are specifically exempted; I'm not supposed to work on them in work time
    3) I am allowed participation in things like USENET groups/online technical forums, mailing lists etc., as part of my work. In the scope of that, it's OK for me to render somebody else assistance via the public media, send in patches etc. Same about contributed to free software projects, whenever I deem that a free software project is usable in my work, and want to do smth to improve its suitability (obviously, if my boss tells me not to do it in work time, I am not doing that).

    All the above things are then excluded from the NDA and the IP claims by the company.

    --

    VKh

  20. Re:GPL holders own the code by imp · · Score: 5, Informative

    Acutally it is more subtle than that. Diamanou has the absolute right to sign over his rights to the code he wrote. This is standard ownership agreement. He, of course, does not posess the right to sign over rights belonging to others, nor does the company have the right to assert ownership of those parts that are owned by third parties. Ownership of his rights aren't bound by the GPL, only distribution is. The current owner of the rights, whomever it might be, however is bound by the GPL (or a license that's similar enough to it to be compatable, eg they could distribute it under the GPL but also provide a warantee as an extra cost option) if they distribute the code.

    So Diamanou broke no laws here. He didn't say he signed over other people's rights.

    Please don't get license and rights confused. The GPL is a license, but does not fundamentally affect copyright of those parts added to it. That copyright, under international treaty, belongs to the person who wrote it. Since this a work with other people's intellectual property in it, that IP must be licensed, and presently is licensed under the GPL (unless the company has gone back to the original authors and gotten a copy under a different license).

  21. Re:GPL holders own the code by ShieldW0lf · · Score: 4, Interesting

    None of which helps Daimanou with his question: What should I do?

    Contact IBM. Tell them your former employer is selling IBMs GPL'd code as their own, and that they are attempting to patent it as well. They are the ones whose rights are being violated. Perhaps they will come to an arrangement grant your former employer a different license, perhaps they will rape them in court. That's their decision.

    --
    -1 Uncomfortable Truth
  22. The manger is the employer's agent. by abb3w · · Score: 4, Informative
    Moral of the story, folks: Never include any code or content subject to outside license restrictions (whether GPL or otherwise) in something done for your boss without getting the boss' informed consent!

    Daimou has indicated that the manager led him to understand the code would remain his, providing such consent, so do emphasize: "...in WRITING."

    --
    //Information does not want to be free; it wants to breed.
  23. Look, licensing is easy by david.given · · Score: 4, Insightful
    It works like this:
    • If you wrote it, you own it. (If you're working for hire, they own it.)
    • If you own it, you can do whatever the hell you like with it.
    • You may not distribute someone else's code, under any circumstances, unless they say you can.

    The GPL says: I, the author of this code, allow you to make unchanged copies of the code at will. I also allow you to make changed copies, provided your changes (which you own) are also GPLd.

    So, since:

    • The original software is owned by a bunch of people, and is GPLd.
    • The changes he wrote, while at the company, are owned by the company, and proprietry.

    Therefore:

    • The modified version may not be distributed at all.

    The company has two options: they can either license their changes under the GPL, or they can distribute the original, unmodified program and a bunch of diffs. (Or not distribute it at all.) Claiming that the now own the original code is compeletely nonsensical.

    As for the patent issue, I'd say that it's a dead duck because prior art obviously exists, but I don't know much about patents.