15

Let's say I have published some code, and have relinquished all copyright interest to that code by some extremely permissive license (e.g. unlicense).

Can a corporation take my code, republish it under a proprietary license, then sue me for being in breach of that new license?

  • 7
    I'm voting to close this question as off-topic because it's a legal question. – Blrfl Mar 08 '15 at 18:20
  • Is there a stackexchange site where this is more fitting? From a topic I'm looking at on StackOverflow, they close legal questions. – Jared Thirsk Mar 08 '15 at 18:21
  • 1
    Strictly speaking, legal questions are off-topic everywhere in SE because only a real lawyer can answer them. But [software licensing questions are considered on-topic here](https://meta.programmers.stackexchange.com/questions/3131/can-we-put-software-licensing-questions-are-off-topic-in-the-faq) since so many programmers have experience with them and can give reasonable general answers to them, as long as they aren't so specific/nuanced that they turn back into legal questions. – Ixrec Mar 08 '15 at 19:57
  • 3
    @Ixrec this is totally wrong. Legal questions are allowed in many many SE sites. – o0'. Mar 08 '15 at 20:28
  • 5
    What would stop them from suing you completely at random, even if they weren't using your code? – o0'. Mar 08 '15 at 20:30
  • @Lohoris Which sites are those? Everywhere I've seen a truly legal question it was closed because we aren't lawyers. – Ixrec Mar 08 '15 at 20:32
  • 1
    @Ixrec https://gamedev.stackexchange.com/questions/tagged/legal – o0'. Mar 08 '15 at 20:41
  • 1
    @Ixrec https://gaming.stackexchange.com/questions/tagged/legal – o0'. Mar 08 '15 at 20:41
  • 3
    @Ixrec https://boardgames.stackexchange.com/questions/tagged/legal as I said, plenty. And that's a good thing. I can't stand the stupid mania of closing them. – o0'. Mar 08 '15 at 20:42
  • 14
    Hello this is OP. I appreciate that my question haven't been closed, but I would also appreciate if you moved this discussion to Meta instead. – Anonymous Entity Mar 08 '15 at 20:46
  • @Ixrec This has already been discussed on [meta](http://meta.programmers.stackexchange.com/q/1655/51334) multiple times; see the "related" links on the side. If this is to be discussed further, it should be on meta, not in the comments on this question. – apnorton Mar 09 '15 at 03:15
  • 2
    you might be interested in the [Open Sourece proposal on Area 51](http://area51.stackexchange.com/proposals/82234/open-source?referrer=0NcxCUWf-rebtmuqLjy44w2), which might handle questions like this one. (a scope broadening to include non-open source licences is thinkable) – overactor Mar 09 '15 at 08:32
  • you should consider patents too. The principal is the same, but the legal technicalities are much more complex (and expensive to handle) – AK_ Mar 13 '15 at 13:28

4 Answers4

20

If you can prove that you published the code prior to when they did and you had no access to it when it was unreleased then you can counter plea that they took it from you.

The result is a open/shut case where they will end up paying all legal fees (plus reimbursement for slander if applicable) and the only cost to you is the time spent defending yourself.

If the code is stored online and both parties are in the USA then this will fall under OCILLA which means that they first need to notify you (with a DMCA takedown request) and give you the chance to take it offline. You then have the chance to counter file and then if you were in the clear (or don't hear back in 2/3 weeks) you can put the code up again.

ratchet freak
  • 25,706
  • 2
  • 62
  • 97
  • 6
    "Can they" and "would they be successful" are two different questions. Even an open and shut case costs money and substantial amount of time and there is no way to guarantee that you will get legal fees paid (or even recover them if there is an order to repay). If you use an OSI license you might be able to get legal help with that but it's hard to say. – Elin Mar 08 '15 at 19:40
  • Big companies can drag court cases on for many years, even when the case is clearly "open and shut". Just because a case is ruled in your favor doesn't mean you'll be collecting money anytime in the foreseeable future. Also, don't discount the time spent defending yourself. If a well funded lawyer knows lost time is a significant impact to you (and especially your business finances) then using up as much of your time as possible will certainly become a major part of their case strategy against you in an effort to force you to settle or drop the case. – Dunk Mar 09 '15 at 16:18
5

A license generally affects you when you acquire, use, or distribute a piece of software that comes with the license. If you never acquire, use or distribute Evil Corp's version of your project, then there's simply no way any sane license they apply to it could possibly affect you.

Now, if they release a modified version of your project under a proprietary license, and you do something like incorporate their improvements into your permissively licensed version, then Evil Corp has every right to come after you for that. But as long as you don't do anything silly like that, you should have nothing to worry about.

Ixrec
  • 27,621
  • 15
  • 80
  • 87
4

The only way that a copyright can be created is by creating a work. If you create the software, you have the copyright. If you then relinquish the copyright (although I'm not quite sure if that is really possible), then there is no copyright for the work, and there is no possibility of creating one. So nobody can sue you successfully.

Of course they can sue you. Anybody can sue you if they feel like it.

gnasher729
  • 42,090
  • 4
  • 59
  • 119
1

A license agreement is a kind of contract. Wikipedia writes:

In order for a contract to be formed, the parties must reach mutual assent (also called a meeting of the minds). This is typically reached through offer and an acceptance which does not vary the offer's terms, which is known as the "mirror image rule".

That is, unless you sign (or otherwise accept) the offered license, no contract is formed, and nothing can be breached ... and unless you wanted to do something with the proprietary code, there is no reason for you to accept such an agreement.

meriton
  • 4,022
  • 17
  • 18
  • Well then I guess the question becomes: Can they attack me for something else? Piracy? – Anonymous Entity Mar 09 '15 at 01:43
  • Only if you pirate *their* code. The code you invented yourself remains yours to do with as you please - unless of course you were to agree to a contract that says otherwise. – meriton Mar 09 '15 at 02:46
  • So if they take the public domain'ed code and republish it under some hostile proprietary license, that means they can call it "theirs" right? So in that case, by continuing to publish the code, how is that different from pirating their code? – Anonymous Entity Mar 09 '15 at 02:55
  • @user11177 They can claim the rights, but unless otherwise contracted they do not gain rights by publishing it. In most jurisdictions they do not gain rights to the public domain code by adding their own license. – BillThor Mar 09 '15 at 05:15
  • 3
    @user11177 Consider how your proposed "makes it theirs" argument sounds when applied to a non-code public domain work. A company takes an image of the Mona Lisa painting and sells copies for thousands of dollars under a proprietary license. Can they sue me for displaying a copy of the Mona Lisa that I got off Wikipedia? Can the company sue the Louvre museum for displaying the actual Mona Lisa? I'm no lawyer, but I surely hope the answer to these question is "no". (If you're concerned about the case where the company changes it, suppose their Mona Lisa has a mustache drawn on it.) – apsillers Mar 09 '15 at 13:15
  • @user11177: Of course not; publishing does not change authorship. – meriton Mar 09 '15 at 20:51