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."
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."
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.
anonymously tip off http://www.gpl-violations.org/?
vodka, straight up, thank you!
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.
If we're talking about IBM sources, try talking to them about it, maybe they'll be interested.
"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?"
Move to Europe before it's to late!
moo
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.
Even if we were, we could not give useful advice without full details.
Talk to a lawyer.
IANAL, but the way I see it, if they ended up in a court case, they would lose, as the code does fall under the GPL. However, they may find fault with you because you wrote the code under the GPL, which is incompatible with their IP contract. This could be construed as bringing in 'stolen goods' (not exactly), and they may sue you for losses.
Well, it sounds like it wasn't yours for them to reappropriate from you in the first place. Bear in mind that IBM has a very huge legal team. Since, as you say, some of the code they are claiming as their own belongs to IBM, it might me in your best interest to get out of there before the Nazgul starts picking your company's flesh apart with pliers.
Unknown host pong.
Comment removed based on user account deletion
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
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.
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.
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.
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.
"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:
Sitting in my day care, the art is decopainted.
Regardless of the legal merits, it speaks volumes about the corporate culture.
Draconian NDA's usually surface well into the interviewing process, so nice to not waste anyone's time with even looking at the company from an employment standpoint. Love to know who they are...
+++ UGUCAUCGUAUUUCU
Seriously though, here's what my brain thinks of this:
IBM(?) owns the copyright to the Developerworks software.
Your employer now owns the copyright to the modifications you made.
If your employer has distributed your code, they must do so under the terms of the GPL.
Your employer may apply for (and even receive) patents on the modifications, but *cannot* restrict anyone from using them under the GPL (as per the terms of the GPL.)
If you know they're disributing the code, you should contact IBM.
If your employer wins the dispute, they get no more right than you have to break the terms of the GPL.
SteveB.
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.
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"
(IANAL and am not sure why anybody would come to Slashdot seeking legal advice instead of talking to an attorney, but here we go...)
The flip side of your employer taking all the credit for the code you write on their behalf is that they also have to assume all the legal liability for the code you write. It's them that will be in violation of the GPL, not you.
What are the whistleblower statutes like in your region? I can tell that the idea that your employer is violating the terms of the GPL bothers you, but siccing the EFF on them might or might not be a good idea unless you want to lose your job in retribution.
Assuming that to be the case, advise your company that it is not within your power to release them from these restrictions of the GPL, and instruct them to contact IBM+etc for any permission they seek in that regard.
The World Wide Web is dying. Soon, we shall have only the Internet.
Stupid ad in the middle of the article.
Basically I retract my entire post because it turns out Daimaou wrote the code before he was employed there. If the company gave a verbal agreement that won't really stand up well (you should have gotten a written agreement).
The company can still legally patent the things you implemented though. You will just no longer be allowed to distribute the GPL'd code. And your company will have to write some code from scratch to make use of their patent.
In California those "we own everything we see" contracts are non-enforcable, because of the right to work laws in the state. See a lawyer and try to research your own state's laws to see where you stand legally.
The company can't really touch code that you don't hold the copyright to though. So that is of course wrong. But they can still patent the changes and block you from distributing them. (using the GPL against you)
“Common sense is not so common.” — Voltaire
I have never seen a copyright infringing downloader re-sell the latest Britney album as his own creation. When you can show me that happening, maybe your simple question can get the answer it deserves.
IP rights are not black or white. Just as with most things there is a large gray zone and there is a huge difference between on the one hand leeching a song that you would probably not otherwise buy and on the other hand re-sell someone else's software as your own.
You can not equate theft with jaywalking or involuntary manslaughter with genocide even though they are all crimes.
Money for nothing, pix for free
Back in the 80's California passed laws that state that a company cannot own your ideas (before or after employment). In fact, you can compete with your company on your own time and computers. What state is this happening. I don't know if you can sign that away with an IP agreement in this state.INAL but it looks shaky.
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}
If I read this correctly, this is code that he wrote PRIOR to joining the company. When he joined the company, he distributed it to them and then would be required to offer it up as GPL themselves by accepting it. IOW, they are under the contract of GPL as well. But the contract came along and basically states that we do not care what you had before, all your base belong to us. That is not going to fly in the courts.
I prefer the "u" in honour as it seems to be missing these days.
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
You should have talked to your bosses and other employees BEFORE you went ahead and used GPL'd code for company work. At the time, how did you justify what you were doing? You should have known at the time it would be a problem. The only person responsible for this violation is you.
If the company is worried about being sued then they should fire you and get rid of your project and hire someone else who's not incompetent to do the work. Or, maybe you'll get lucky and they'll be able to comply without any issues. Chances are that IBM/ActiveState will allow the code to be licensed to the company for a fee so they don't have to release their own code. ID Software does this. You can have the code under GPL for free or pay a large sum so you can keep your code closed.
What you should have done is first looked to see if comparable product existed that had a more agreeable license such as the BSD license, and if not, you should have reinvented the wheel.
You could still reinvent the wheel or find a comparable product and replace IBM and ActiveState's code. And that's probably what you'll have to do to keep your job.
There's no harm no foul in using GPL code as a crutch to develop with. You then just have to get rid of any GPL code entirely before you release the product.
Work Safe Porn
They gave a verbal ok that the code would remain his. That means they were aware to some degree that the code did not belong to them. I would also think that MS's FUD for the last 6 years should be more than enough to let everybody know about GPL code.
I prefer the "u" in honour as it seems to be missing these days.
Unfortunately I think that Daimaou is in a bit of a pickle here and in all reality the situation is of his own doing. He signed a contract that transferred rights to a company on software that he was not legally allowed to transfer rights on. This is especially bad if he did not disclose this fact at the time of hiring. I am fairly certain that this company cannot obtain rights to the software in question because of the GPL (or at least they must abide by the GPL even if they do get rights) but I am also fairly certain that the company may have legal recourse against Daimaou because of it.
Also, just because everyone has to say it, IANAL but I do have a bit of training on what my companies policy is on hiring people with past work and what obligations each party has.
"You can now flame me, I am full of love,"
It wasn't as if I was drunk and unaware of my actions, but the gentleman in a dark coat, by the name of Louis Cyphre, offered me a very sweet deal.. "Alas... how terrible is wisdom when it brings no profit to the wise," he said to me, as he cracked open an egg.
"Who are in control, they are not in control of anything - they don't even control themselves!" - Glen Beck
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.
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
The original IP agreement doesn't stipulate any copying restrictions, only that bringing code in creates a fork which they own. As such, I don't think it could be a GPL violation to bring GPL software into such an agreement, as the company has freedom to interpret the agreement such as to not violate the GPL.
As far as I can see, the company has chosen, willfully, not to. They were told GPLed code was going to be brought in, they gave the OK, they then chose to apply an interpretation of their IP rules that violated the GPL.
Because the violation was clearly willful, because they had freedom within their own rules to not violate the GPL but still apply the rules fairly and equitably, it seems clear that the entirity of the violation is on their part.
the GPL doesn't distinguish accidental violations from willful ones, but I'm assuming here that nobody wants to be unreasonable about this. Accidental violations can be cleared up and resolved, without legal disputes. It is only when the violator chooses to be antagonistic that action really needs to be taken.
In this case, antagnonism seems clear. The company likely doesn't see a legal threat, as the GPL is "just hobbyists, right?" It seems a classic case of "might makes right". What they don't seem to understand is that might does NOT make right, and that even if it did, they've trodden on the toes of some very big, nasty giants.
This situation reminds me a lot of Tom and Jerry cartoons, where Jerry whistles for the bulldog. I'll let you guess who is playing which part.
It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
Use SCO v. IBM to point out to your managers what it's like to be going against IBM in a courtroom when both the law and the facts are on IBM's side. Point out that IBM's IP lawyers are called the Nazgul for a reason. Point out that, once they have become aware of the issue, it becomes willful infringement.
First tell them in person. If they don't listen, then E-mail them a memo about it. This does two things. It helps cover your backside ("I tried to fix things, but my managers wouldn't listen!") and it creates a document trail for discovery when the lawsuit happens (this point will probably not escape your managers).
It still would be "derived from the Program or any part thereof". So, that doesn't work.
Isn't that what SCO is claiming against IBM? That because AIX was a derivative work of SysV, that it will always be a derivative work of SysV, even if there's no longer any SysV code in it?
And IBM is saying that no, that's not the case. It's only a derivative work if it's paired with the original code.
Personally, I believe IBM's lawyers over SCO's.
California labor code limits what rights an employer can claim in confidentiality and non-complete agreements. See below:
CALIFORNIA CODES
LABOR CODE
SECTION 2870-2872
2870. (a) Any provision in an employment agreement which provides that an employee shall assign, or offer to assign, any of his or her rights in an invention to his or her employer shall not apply to an invention that the employee developed entirely on his or her own time without using the employer's equipment, supplies, facilities, or trade secret information except for those inventions that either:
1. Relate at the time of conception or reduction to practice of the invention to the employer's business, or actual or demonstrably anticipated research or development of the employer; or
2. Result from any work performed by the employee for the employer.
(b) To the extent a provision in an employment agreement purports to require an employee to assign an invention otherwise excluded from being required to be assigned under subdivision (a), the provision is against the public policy of this state and is unenforceable.
2871. No employer shall require a provision made void and unenforceable by Section 2870 as a condition of employment or continued employment. Nothing in this article shall be construed to forbid or restrict the right of an employer to provide in contracts of employment for disclosure, provided that any such disclosures be received in confidence, of all of the employee's inventions made solely or jointly with others during the term of his or her employment, a review process by the employer to determine such issues as may arise, and for full title to certain patents and inventions to be in the United States, as required by contracts between the employer and the United States or any of its agencies.
2872. If an employment agreement entered into after January 1, 1980, contains a provision requiring the employee to assign or offer to assign any of his or her rights in any invention to his or her employer, the employer must also, at the time the agreement is made provide a written notification to the employee that the agreement does not apply to an invention which qualifies fully under the provisions of Section 2870. In any suit or action arising thereunder, the burden of proof shall be on the employee claiming the benefits of its provisions.
Having gone through this situation with a major bank just a couple months ago I can tell you exactly what my lawyer told me. It won't matter if they can't win the case. The documents you signed are actionable in court. Meaning, it's not likely that it would get through out right away.
The cost to defend or persue an IP case is in the tens of thousands of dollars. If fact, if your idea or software is worth enough money, THEY WILL PUT THE MONEY INTO TAKING THE IDEA.
Now, in my case, I got the bank to make some changes to the agreement. You'll find, if you're not affraid to ask, you can actually make some changes.
As for this poor guy. First, you have to decide if you want to work their still. Then, retain a lawyer. Find out if whistle blower status applies to you, and what the ramifacations are for breaking your NDA. If it's all clear, then you should inform the USTPO about the previous art/stolen derivative. Then you should let the interested parties in the GPL and/or IBM know their work has basically been stolen. A minor GPL violation with a software package isn't likely to get much from IBM. But putting a patent on their code.... That's a whole different game.
Good luck.
Nice that you ignore this, a legitimate counter-argument: "I have never seen a copyright infringing downloader re-sell the latest Britney album as his own creation."
But cite this: "there is a huge difference between for-profit, commercial violations of copyright and personal filesharing."
Which leads me to one inescapable conclusion, based on this post and many others I've seen from you...you're a troll. A well spoken one, but a troll nonetheless.
Boycott everything - they're all trying to fuck you one way or another
It is debatable what rights he gave to his company by bringing the code "in the door", but automatic transfer of copyrights is not one of them. Though establishing his ownership could be hard if he doesn't have a very good record of what he produced before being hired.
Code written for work after the start of the job probably never belonged to him in the first place, so there is no issue of transfer.
When you signed that contract that said anything you worked on is theirs, that means that you cannot bring GPLed sources in and use them in your work. The company you work for is in the understanding that the work you do is transferrable to them. Obviously, their rights over your work cannot supersede the GPL since you don't have the right to submit GPLed property as your own work. You messed up.
Admittedly I'm not a lawyer but I really don't see a 'past works' clause being legally enforceable. ( I don't think that 'unrelated ideas' are captureable either. but that might be a 'transferable right'
Aside from that, the 'past work' has shared ownership by others since you incorporated GPL code, so you cant transfer ownership to your company even if it was legal to grab your past works from you.
---- Booth was a patriot ----
No, in order to save space the shrink-fit plastic sheet is transported inside a quantum singularity which is extruded to order by a massively-parallel badger array
I have been a user for about 10 years. This ends Feb 2014. The site's been ruined. I'm off. Dice, FU
Good move. I, too, asked specifically to see this aspect of the contract before I started with my current employer (then a small local business, privately owned). They had a clause which specifically distinguished between company and non-company works, basically saying it was theirs if I did it on company time or with company resources, which is pretty much fair enough IMHO.
More interestingly, when a US megacorp recently acquired that formerly small, privately-owned company, they tried to change our contract and insert various "all your soul are belong to us" clauses in the IP section. I publicly challenged the guy from the new company who was basically taking over at the top of the management chain about the IP, and his attitude was something pretty pathetic about how they train and develop us so of course they deserve to own everything we ever make. After that meeting, something like half the guys I work with sent me messages saying they agreed with my point and they hoped I'd fight for it. I did, and the new company wound up taking out the entire page of IP crap in the new contract and replacing it en masse with the old wording from our previous contract.
It gets better. Having demonstrated the kind of legal bull they were prepared to try, the entire employee base of the old company then scrutinised every word of the new contract, took legal advice, etc. with a depth and precision we probably never would have thought necessary otherwise. I think two people in the whole company were actually prepared to sign the contract as first presented. By the time we'd finished telling them what they were going to change (or many of us were going to walk, effectively wiping out the millions of dollars of investment they'd just made to buy the company) the contract looked rather different, and didn't contain anything that extended beyond company work into our private lives whatsoever.
It can be done. You just have to be smart about how you do it, and polite but firm when you're dealing with the lawyers/HR people. Ultimately any smart company is going to prefer a reasonable change to the contract over losing good staff, and let's face it, you didn't really want to work for a stupid company anyway, did you?
If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
Then, (17 USC 204, q.v.http://www.law.cornell.edu/uscode/html/uscode1 7/usc_sec_17_00000204----000-.html
says that the transfer must have been specific to the item in question, and in writing.I think you should hit them up for extortion... and maybe hit *them* for copyright violation if they try to hang onto the stuff.
Note that the copyright transfier stuff has come up in SCO vs.Novell, recently -- see GrokLaw.
"My opinions are my own, and I've got *lots* of them!"
Longer answer: People who respect the GPL generally also respect the rights of others with regards to copyright, but not when they try to make their rights trump all others.
Sticking feathers up your butt does not make you a chicken - Tyler Durden
Ok, more seriously... Report the GPL abuse to www.gpl-violations.org. Get a new job. Be sure to let your current employer know what assholes they are.
Sticking feathers up your butt does not make you a chicken - Tyler Durden
7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all.
One the best ways to get someone to do something is to convince them it is in their best interest.
Tell the offending company that they should contact their lawyers because it is them who will end up paying in the end, not you...
Get your Unix fortune now!
First of all: He can and never will legally sign over IP that doesn't belong to him. And as far as he tells us he never claimed to own the IP rights to the code he made modifications for. So he had not commited culpa in contrahendo, I guess. Whatever contract he signed, it doesn't pull the rights out of the rightful owner, the one who wrote the original code, because the company never signed a contract with the original IP holder.
So all the company can try to claim rights to are the modifications he made. So if he creates a diff output from the original code compared with his own code there may be a chance that the company receives rights to the diff files. It still doesn't help the company very much because of the GPL license, which forbids the distribution of derivative works under other licenses than the GPL. And the diff file might be called a derivative work. The complete code (diff and original merged together) surely is.
In the end the company sits on a bunch of diff files, which can not be distributed to the world other than by GPL. It might be perfectly legal to use the files internally, as long as no derivative work of the original code leaves the company. The problem is one for the lawyers of the company and of the FSF. Not one for the guy actually writing the code. He has signed all his work to the company, and his work happens to be a derivative one. Tough luck for the company, but not a fault of the guy himself.
In the end the company sits on a bunch of diff files, which can not be distributed to the world other than by GPL.
You're forgetting that the guy owns the IP of the modifications he made. As copyright holder on them, he's free to licence them to his company under whatever terms they agree to between themselves. That code will most likely be completely useless without the rest of the code which he *cannot* licence to the company, but that's life.
It might be perfectly legal to use the files internally,
The GPL places no restriction on use. The company can use any GPLed software internally without restriction, including this software. If they redistribute it, they then must supply with it either the source, or an offer to make the source available to whoever requests it.
I am unsure of the situation with regards to employees of the company that receive the software from another empoyee. The GPL specifies that no restrictions can be placed on those who receive the software; I suspect that they may be legally entitled to give it to whoever they want to. I suspect that the company may likewise be legally entitled to fire them, though.
It's official. Most of you are morons.
Well, maybe if you can find them, you can ask them personally, instead of just randomly trolling.
If corporations are people, aren't stockholders guilty of slavery?
There seems to be a lot of confusion over the legal status of GPL'd code. Here is the proper answer:
Any code you write is owned (copyrighted) by you. You have the right to release it under the GPL, or any other license, or any combination thereof. (QT and MySQL, for example, are both released under both GPL and proprietary licenses.)
Any code you did not write, but rather received from a GPL'd product, is not owned (copyrighted) by you. It is the owner of the original author (unless there was a legal transfer of copyright), and you only have permission to use it under the terms of the GPL (unless an additional license was offered).
Because of the contract you signed, YOUR code can be used by your employer in any way they see fit. This includes bundling it with commercial non-GPL'd products. However, your employer does NOT have any rights to use the borrowed code. If your employer wants to use that in any way, they will need permission of the original authors or to release the finished product under the terms of the GPL.
In other words, you need to identify for your employer which code is legally theirs and which is not. Their legal team should understand that, very simply, you (and therefore they) are not copyright owners of every line of code. They will need to recreate - from scratch - those portions for which you/they are not copyright owners.
Regarding the patent, if they are trying to patent a portion of the borrowed code (not your code), then there is obviously prior art, and you should inform them as such.
Zeroth: I am not a lawyer. You need to be talking to one. Before close of business tomorrow.
First off, there's the issue of your ownership of your original code. Given your description of your IP contract and with only an oral agreement to say that the code was to remain yours, you're pretty well screwed unless the responsible manager admits to that. Talk to a lawyer to make sure, and learn from this to get such agreements that modify written contracts in writing.
Second, there's the issue of the company being able to patent it. If you did not publish the patentable parts before coming to work at the company (weakening any patentability claim), this would appear to be legal and unstoppable, again barring an honest manager or you recieving divine intervention in the form of Perry Mason. Same as above.
Third, there's the question of copyright of the code you've written itself. Again: neither written agreement nor honest manager = bend over; all the source is belong to them.
Fourth, and much less straightforwardly, there's the question of the LICENSE for the code you've written. I'll assume the lawyer you visited merely laughed at you during the initial consultation, and you got screwed in the above three legal issues. Here's where things get less pleasant for the company.
The code you started with was licensed under the GPL. As such, they can choose to distribute it under the GPL, provided they make a GPL-use-is-free exception with regard to their brand new patent. (Their attorney may have to work on the fine print, there, given the nature of the GPL). Call this scenario "4-A".
Alternatively, for a "4-B" scenario, they may do a clean-room rebuild to remove any GPL code-- although they could retain any code you had written and that they thus now own. They'll need someone to comprehensively spec out what you've written, someone (and you'd be the most convenient choice) to separate the raw code lines of what you've written from the GPL parts, and a sacrificial virgin coder (IE, one who's never seen the original) to redevelop the code from the specs and the trimmings that you wrote. There might also need to be a reviewer for the spec (ideally two, a lawyer and a code expert to agree that it's legally sufficiently vague to not infringe, and sufficiently clear to produce the desired product); it might also possible for you to serve on the spec review team.
For a "4-C" scenario, they can simply put their code and their patent on the shelf, and wait for someone to try doing something similar, and use their happy patent to sue them.
And of course there's the "4-D" scenario, where they do a non-legal release without the GPL or a clean-room rebuild.
As I noted, you need a lawyer, ideally with expertise in both contract law and IP. With his contract expertise, he might be able to convincingly threaten a case over the manager's breach of promise. With his IP expertise, he also can politely enlighten them as to the immensely sharp teeth involved in the GPL, to deter them from a "4-F" scenario. (Let him decide the most diplomatic way of explaining that since you already feel screwed over, you would be disposed to help make sure that they felt the GPL's teeth.) He could then enquire as to whether they thought the product valuable enough to justify the time and expense of reverse engineering. If it's a Google-killer search app, they may think it is; but from what you've said, probably not, ruling out a 4-B scenario. This leaves 4-A and 4-C.
The only disincentive for 4-C I can think of is the ill-will doing such will provide. There's plenty that can spread easily enough. You might be able to make it much harder for them to get new hires by telling this happy anecdote about them at your Alma Mater. You can also spread word about how they're changing from a software developer to a litigation company. However, a lawyer is in the best position to judge the impacts of any other agreements on what you'll be able to tell, and to decide the most effective to
//Information does not want to be free; it wants to breed.
Is making and using multiple copies within one organization or company "distribution"?
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.
Someone else holds the copyright to the original code. There are only two ways your company will ever be able to "own" the full work (or obtain a license other than GPL) instead of just your patches:
- contact the original copyright holder and make a deal
- reverse-engineer and replace the original code
You didn't have the power to sign over the copyright to another party's (e.g. IBM's or ActiveState's) code. You only gave them the code that you wrote.The company is either committing copyright infringement, or if they have accepted the GPL, then they are violating the terms of the license. Since their OK to proceed with the project was verbal, there's no proof of a contract, so they'll get to pick which thing they are guilty of.
As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
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:
Therefore:
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.
A question for patent attorneys (since IANAL): is there a way to write a challenge to such a filing, akin to an amicus brief or a deposition, stating a position or evidence against a given claim, to get it into the official record in case this is ever abused? Seems like that'd be a simple enough thing...
This statement (when the "this is exactly why" part is included) is very illogical. The OP's company evidently has no respect for the GPL and is happy to attempt to copyright/patent anything that comes through its doors. If this were your company's policy, they would have no need for another policy forbidding the use of GPL code, since they would believe their contracts with their employees supersede any license obligations.
/. that your company is trying to take possession of GPL'ed code.
However, based on your company's policy, they evidently understand the GPL, and mandate only BSD because they prefer to be able to copyright or patent all their code. So you'll never have one of your coworkers complaining on
one hundred twenty
is just enough characters
to write a haiku
In most countries a court can declare a contract, or parts of a conctract, void if it is found to be unconscionable. I'm not sure if that's the case where you live, but if it is this might be an alternate approach.
...
... :-)
IANAL and the specific criteria can vary but it seems to me that this passage clearly disadvantages you and you were desperate to get a job. There might be other factors as well: Are you rather young/ inexperienced with work contracts? Is the company big? Were you told to seek or offered independent legal advice before signing the contract?
See you local lawyer to find out more
That's debatable. (In fact, it's so uncertain that lawyers do debate it in front of judges and juries). When the GPL was written, it explicitly said that you didn't need to accept it in order to use software. Stallman's philosophy was that you don't need a license to read a book or listen to music, so you shouldn't need it to run a program. Copyright law covers copying, not use.
Unfortunately, lawyers for companies like Microsoft diagreed with the FSF, and EULAs have become common. Even without UCITA, the software companies have been quite succesful in court, leading a lot of Free software to treat the GPL as a EULA and ask people to click through it during installation. (This is mostly because of the "no warranty" clause.) The next version of the GPL might officially be a EULA, because (like the Afero license) it wants to ensure that code is available to every client who accesses a Web server.
Here we get to one of the most overlooked points in the GPL: All rights derived from the GPL are bound to the fact that the entity in question accepts the GPL in complete.
r eSourcePostedPublic)
Yes, but the GPL specifically and explicitly does not grant the right to use the code.
From the GPL itself:
"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" (see http://www.gnu.org/copyleft/gpl.html#SEC3)
From the FAQ:
"You are free to make modifications and use them privately, without ever releasing them. This applies to organizations (including companies), too; an organization can make a modified version and use it internally without ever releasing it outside the organization." (see http://www.gnu.org/licenses/gpl-faq.html#GPLRequi
This guy's company is free to use his code internally without restriction. What they are *not* free to do, and what they're trying to do, is distribute it and keep the source closed. It's perfectly permissable, however, for a company to take a GPLed project, modify it, use it internally and never release the modifications. However, as I said, I don't think that they could legally prevent an employee from distributing it to the outside world (but of course, IANAL, and if I did such a thing I'd expect to be fired for gross misconduct or similar)
It's official. Most of you are morons.
they are not equally wrong. that is exactly why there are distinctions in law.
money is THE issue when calculating the degree of infringement. that is the way the law is constructed. non-monetary infringement wasn't even prosecutable until the net act in 1997, iirc.
you argue points i don't make and ignore those that clearly don't side with your opinion. believing harder will not mot make your reality any more true.
there is an established history of people sharing the music that they love. this should be protected under free use [and was until the *aa orgs started rewriting the rulebooks]. i would argue that the mechanism/medium should not matter and that digital sharing today should be just as acceptable as sharing mixed tapes was back in the pre-burner days.
sum.zero
there is an established history of people sharing the music that they love
In the 1800s, there was an established history of physicians prescribing cocaine to heal most ailments. This is no longer legal. Laws change.
non-monetary infringement wasn't even prosecutable until the net act in 1997
Before 1997, most people barely knew what the Internet was, let alone how to obtain "free" music or software. Also, high-speed bandwidth was pretty much non-existant. I think the main reason people weren't prosecuted was because it happened at such a small scale, most artists/companies didn't even notice their work being shared.
what about taking GPLd code and putting it in software that I don't make money on (it's used in-house by my company) but not re-releasing the source-code...is this any more or less wrong than if I were to make money on it?
an IP license should be followed whether it's the GPL or something the RIAA has created.
if you don't want to follow someone else's license, either:
1) don't bitch when your license doesn't get followed or
2) don't use the program or song under a license you do not agree with.