"Stealing" from the company?
-
So a carpenter is only allowed to build one table, one chair when it's for hire and can't go home and build the same exact chair and table using his own materials? No, that would be obtuse. Of course you can recreate the same code on your own time using your own materials. But for your safety I'd suggest renaming classes & methods, etc. But, you could also ask permission to use the libraries.
If your actions inspire others to dream more, learn more, do more and become more, you are a leader.-John Q. Adams
You must accept one of two basic premises: Either we are alone in the universe, or we are not alone in the universe. And either way, the implications are staggering.-Wernher von Braun
Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.-Albert EinsteinCarpenters don't make things (such as encryption algorithms), that if recreated at home and then compromised... could allow hackers access to protected data (for individuals, corporations, and governments). So your analogy is silly. Carpenters generally don't need 'domain specific knowledge' or have access to any classified or proprietary information to create tables. On the other hand. If you make a very simple yet useful library at work, which contains no domain specific knowledge, is easily reverse engineered by anyone wanting the feature, and you do it with YOUR OWN TOOLS, then I think you are ok... as long as you don't open source it in a way the compromises the licensing of your company... and then again... as long as you don't provide it for free while they are trying to sell it... and if ... and if ... the scenarios are probably too specific to imagine here, hence the line about 'talk with your manager'. If you are uncomfortable asking for it... you probably shouldn't recreate it!
-
Suppose I created some libraries at work that we use thoroughly because they are awesome. And suppose I wanted to use them for private projects and maybe even professionally (just not at work where I created them). Would it be allright for me to just copy/paste those libraries to my own computer? Why would I think this might not be a problem? First of all I used the internet to create those libraries. Very few code is literally copy/pasted, but the code isn't completely mine either (and so not completely my companies', or maybe it is...). Secondly, I am the only one who wrote those libraries and the only one who knows how they work internally. I could re-create them at home in a couple of days. I even took some code from home and used it at work, although there is no way of proving this. For now I am fine with not having these libraries at home. If I really wanted them I could probably ask my boss and he'd be okay with it. I think legally if I took these libraries and my employer found out he could sue me and I'd be in big trouble (although it might be hard to prove I actually took those libraries and not re-created them, especially when I change some variable names etc.). I was just wondering how people here think about this, personally (as opposed to legally). Does anyone have experience with such matters?
I have been in this situation and what we ended up doing was getting management to put an open source license (MIT, APACHE, etc.) on the libraries... not their proprietary finished product but on some of the low level libraries we had written. They agreed and everyone was happy forever. ;P
Eric
-
W∴ Balboos wrote:
so the creation of the knowledge is their property
So when going out of employment you should forget everything you learned while employed? That's a bit hard... Unless you're with the MIB ;)
If I recall correctly, there was some sort of time limit. It may have been as short as when one's gov't employment is terminated (which is what would happen if you violated the rules). For private sector, it's likely in the contract that one cannot make of use of their intellectual property for some set period. The rest buys Porsche's for Intellectual Property Lawyers.
"The difference between genius and stupidity is that genius has its limits." - Albert Einstein
"As far as we know, our computer has never had an undetected error." - Weisert
"If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010
-
Carpenters don't make things (such as encryption algorithms), that if recreated at home and then compromised... could allow hackers access to protected data (for individuals, corporations, and governments). So your analogy is silly. Carpenters generally don't need 'domain specific knowledge' or have access to any classified or proprietary information to create tables. On the other hand. If you make a very simple yet useful library at work, which contains no domain specific knowledge, is easily reverse engineered by anyone wanting the feature, and you do it with YOUR OWN TOOLS, then I think you are ok... as long as you don't open source it in a way the compromises the licensing of your company... and then again... as long as you don't provide it for free while they are trying to sell it... and if ... and if ... the scenarios are probably too specific to imagine here, hence the line about 'talk with your manager'. If you are uncomfortable asking for it... you probably shouldn't recreate it!
Boy you really stretched the analogy beyond all reason so you could justify your "silly" comment. :rolleyes: :thumbsdown:
If your actions inspire others to dream more, learn more, do more and become more, you are a leader.-John Q. Adams
You must accept one of two basic premises: Either we are alone in the universe, or we are not alone in the universe. And either way, the implications are staggering.-Wernher von Braun
Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.-Albert Einstein -
Suppose I created some libraries at work that we use thoroughly because they are awesome. And suppose I wanted to use them for private projects and maybe even professionally (just not at work where I created them). Would it be allright for me to just copy/paste those libraries to my own computer? Why would I think this might not be a problem? First of all I used the internet to create those libraries. Very few code is literally copy/pasted, but the code isn't completely mine either (and so not completely my companies', or maybe it is...). Secondly, I am the only one who wrote those libraries and the only one who knows how they work internally. I could re-create them at home in a couple of days. I even took some code from home and used it at work, although there is no way of proving this. For now I am fine with not having these libraries at home. If I really wanted them I could probably ask my boss and he'd be okay with it. I think legally if I took these libraries and my employer found out he could sue me and I'd be in big trouble (although it might be hard to prove I actually took those libraries and not re-created them, especially when I change some variable names etc.). I was just wondering how people here think about this, personally (as opposed to legally). Does anyone have experience with such matters?
Simple, go ask your boss, if he says no, then go and read your contract, if it says that anything done in your time is yours, go ahead and recreate the libraries from scratch.
CEO at: - Rafaga Systems - Para Facturas - Modern Components for the moment...
-
Suppose I created some libraries at work that we use thoroughly because they are awesome. And suppose I wanted to use them for private projects and maybe even professionally (just not at work where I created them). Would it be allright for me to just copy/paste those libraries to my own computer? Why would I think this might not be a problem? First of all I used the internet to create those libraries. Very few code is literally copy/pasted, but the code isn't completely mine either (and so not completely my companies', or maybe it is...). Secondly, I am the only one who wrote those libraries and the only one who knows how they work internally. I could re-create them at home in a couple of days. I even took some code from home and used it at work, although there is no way of proving this. For now I am fine with not having these libraries at home. If I really wanted them I could probably ask my boss and he'd be okay with it. I think legally if I took these libraries and my employer found out he could sue me and I'd be in big trouble (although it might be hard to prove I actually took those libraries and not re-created them, especially when I change some variable names etc.). I was just wondering how people here think about this, personally (as opposed to legally). Does anyone have experience with such matters?
You can rationalize all you want, but your employer owns that code. Taking it from them would be stealing. If you can get permission to use the library, do so. In writing. Where its clearly stated that you have permission to use it for outside professional projects. I can't see that happening. Or, you can just recreate the libraries at home from scratch. Not steal and try to obscure its origin by changing variable names, an actual ground up rewrite. There's always tons of stuff to improve in a rewrite anyway. However, check your IP agreement carefully, many companies' agreements claim to own everything you develop, inside or outside of work. Instead of any of the above, you could try to convince them to give something back to the community that helped their developers and release an open source fork of that library. Then everybody wins. They win at least in the goodwill & public image departments, and perhaps by having other the community make it better.
We can program with only 1's, but if all you've got are zeros, you've got nothing.
-
Suppose I created some libraries at work that we use thoroughly because they are awesome. And suppose I wanted to use them for private projects and maybe even professionally (just not at work where I created them). Would it be allright for me to just copy/paste those libraries to my own computer? Why would I think this might not be a problem? First of all I used the internet to create those libraries. Very few code is literally copy/pasted, but the code isn't completely mine either (and so not completely my companies', or maybe it is...). Secondly, I am the only one who wrote those libraries and the only one who knows how they work internally. I could re-create them at home in a couple of days. I even took some code from home and used it at work, although there is no way of proving this. For now I am fine with not having these libraries at home. If I really wanted them I could probably ask my boss and he'd be okay with it. I think legally if I took these libraries and my employer found out he could sue me and I'd be in big trouble (although it might be hard to prove I actually took those libraries and not re-created them, especially when I change some variable names etc.). I was just wondering how people here think about this, personally (as opposed to legally). Does anyone have experience with such matters?
You can't use it in any other commercial venture, at all. I just spoke with an attorney on a coding issue that was more questionable than this. Even creating a product (code, etc.) that even looks like what your employer is doing while you're under their employ is in violation of copyright unless your employment agreement explicitly states that you can use the code which most of them don't.
-
You can rationalize all you want, but your employer owns that code. Taking it from them would be stealing. If you can get permission to use the library, do so. In writing. Where its clearly stated that you have permission to use it for outside professional projects. I can't see that happening. Or, you can just recreate the libraries at home from scratch. Not steal and try to obscure its origin by changing variable names, an actual ground up rewrite. There's always tons of stuff to improve in a rewrite anyway. However, check your IP agreement carefully, many companies' agreements claim to own everything you develop, inside or outside of work. Instead of any of the above, you could try to convince them to give something back to the community that helped their developers and release an open source fork of that library. Then everybody wins. They win at least in the goodwill & public image departments, and perhaps by having other the community make it better.
We can program with only 1's, but if all you've got are zeros, you've got nothing.
That's exactly what my attorney confirmed. If you're developing something (off company time on your own equipment) you can use it as long as it doesn't compete on any level with your employer. My employment agreement reads that any inventions, discoveries, yadda yadda yadda that I make that relate to their product belongs to them whether I do it on my time, equipment or anything else. Now if I come up with something totally outside their business then that's different according to my contract. However yours may be written to say ANYTHING you invent (regardless of whether it relates to their business or not) belongs to them ... then that's it. In my case this means I can develop a whole bunch of things of my own on my time as long as I'm no competitive threat ... which is actually a very generous way to write it from their end. They don't mind me creating things on my own, just not stuff that will cut into their business. YMMV
-
That's exactly what my attorney confirmed. If you're developing something (off company time on your own equipment) you can use it as long as it doesn't compete on any level with your employer. My employment agreement reads that any inventions, discoveries, yadda yadda yadda that I make that relate to their product belongs to them whether I do it on my time, equipment or anything else. Now if I come up with something totally outside their business then that's different according to my contract. However yours may be written to say ANYTHING you invent (regardless of whether it relates to their business or not) belongs to them ... then that's it. In my case this means I can develop a whole bunch of things of my own on my time as long as I'm no competitive threat ... which is actually a very generous way to write it from their end. They don't mind me creating things on my own, just not stuff that will cut into their business. YMMV
CodeBubba wrote:
which is actually a very generous way to write it from their end. They don't mind me creating things on my own, just not stuff that will cut into their business.
Why would they mind and why is that generous? I call it common sense and courtesy ;) Besides, any knowledge you get at home developing your own projects you take to work where it will probably benefit your employer.
-
My understanding is that those types of clauses are pretty much unenforceable here in Australia under anti-competitive laws... Once you stop working for a company your obligation to them ceases. Unless they want to pay you until the expiry of the no work clause!!
Quad skating his way through the world since the early 80's... Booger Mobile - My bright green 1964 Ford Falcon - check out the blog here!! | If you feel generous - make a donation to Camp Quality!!
_Damian S_ wrote:
My understanding is that those types of clauses are pretty much unenforceable here in Australia
Same goes for the Netherlands, but an employer can try... ;)
-
So a carpenter is only allowed to build one table, one chair when it's for hire and can't go home and build the same exact chair and table using his own materials? No, that would be obtuse. Of course you can recreate the same code on your own time using your own materials. But for your safety I'd suggest renaming classes & methods, etc. But, you could also ask permission to use the libraries.
If your actions inspire others to dream more, learn more, do more and become more, you are a leader.-John Q. Adams
You must accept one of two basic premises: Either we are alone in the universe, or we are not alone in the universe. And either way, the implications are staggering.-Wernher von Braun
Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.-Albert Einsteinahmed zahmed wrote:
No, that would be obtuse.
Except the law is not about absolutes. Rather it is about how reasonable something is. So if you do in fact create exactly the same thing then it would be up to the judge/jury to decide it if is "reasonable" if the code you created actually appears to be something that you created fresh or it a copy that you attempted to obfuscate to look different. This of course precludes any existing agreements that states that one can't even work in the same area (regardless of when or how one does it.)
ahmed zahmed wrote:
But for your safety I'd suggest renaming classes & methods, etc.
Not sure what that comment means. But taking existing code and renaming it is copying. And a reasonable interpretation would be that you had done just that.
-
OriginalGriff wrote:
Their attitude was that they don't pay developers by the hour; they pay by the month, so anything you did during that month was theirs!
They pay for x hours per month, so anything produced in those x hours can be theirs. What I do outside office hours is none of their business though!
OriginalGriff wrote:
I did ask if I should take a plastic bag with me on bathroom visits, but just got a stern look... :laugh:
:laugh: Doesn't sound like a company I would want to be working for... :~
Sander Rossel wrote:
What I do outside office hours is none of their business though!
That isn't true even in a general way. Certainly not in the US and probably most everywhere else as well. Lets go through the reasonable cases. - You commit a felony hate crime Saturday night and the press come knocking at your work to ask about you on Monday. You get fired right then. - You have a written contract with an company, you are not even an employee, but the contract states that any work in the financial industry belongs to them (any work, any time) and further there is a morals clause that specifically allows them to terminate you if you commit any serious crime. And you fail to meet one or both. And the unreasonable ones. - Drugs. You do something Saturday nite and get tested Monday. And you are fired Tuesday for drug use. - The boss doesn't like you much but keeps you around because he isn't much of a manager, but he did see you on a date with his daughter on Saturday night - so you get fired Saturday. - You write a letter to the newspaper that gets published on sunday but expressing a political view opposite that of your boss, and you get fired Monday. - You get a tattoo on Saturday because you have been cancer free for 10 years. You boss doesn't like tattoos, so...
-
BobJanova wrote:
That's only true if the idea is patented.
That is simplistic. If in fact you do start from scratch and write something similar then, at least in some cases, you are allowed to do that. It depends on implicit and explicit contracts where one is. However that doesn't stop legal challenges. And in such cases one side will attempt to show that it is a copy (modified or not) and the other will attempt to show it isn't. Neither is a sure thing. Given that and presuming that that one really did re-write it then, legally, one can only hope that what one created would be deemed significantly different enough that it would be ruled unique. But at best that is risky.
-
ahmed zahmed wrote:
No, that would be obtuse.
Except the law is not about absolutes. Rather it is about how reasonable something is. So if you do in fact create exactly the same thing then it would be up to the judge/jury to decide it if is "reasonable" if the code you created actually appears to be something that you created fresh or it a copy that you attempted to obfuscate to look different. This of course precludes any existing agreements that states that one can't even work in the same area (regardless of when or how one does it.)
ahmed zahmed wrote:
But for your safety I'd suggest renaming classes & methods, etc.
Not sure what that comment means. But taking existing code and renaming it is copying. And a reasonable interpretation would be that you had done just that.
Sure, but it's also reasonable that the ideas one uses to do one's work are also able to be used for your own benefit outside of work.
If your actions inspire others to dream more, learn more, do more and become more, you are a leader.-John Q. Adams
You must accept one of two basic premises: Either we are alone in the universe, or we are not alone in the universe. And either way, the implications are staggering.-Wernher von Braun
Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.-Albert Einstein -
Sander Rossel wrote:
What I do outside office hours is none of their business though!
That isn't true even in a general way. Certainly not in the US and probably most everywhere else as well. Lets go through the reasonable cases. - You commit a felony hate crime Saturday night and the press come knocking at your work to ask about you on Monday. You get fired right then. - You have a written contract with an company, you are not even an employee, but the contract states that any work in the financial industry belongs to them (any work, any time) and further there is a morals clause that specifically allows them to terminate you if you commit any serious crime. And you fail to meet one or both. And the unreasonable ones. - Drugs. You do something Saturday nite and get tested Monday. And you are fired Tuesday for drug use. - The boss doesn't like you much but keeps you around because he isn't much of a manager, but he did see you on a date with his daughter on Saturday night - so you get fired Saturday. - You write a letter to the newspaper that gets published on sunday but expressing a political view opposite that of your boss, and you get fired Monday. - You get a tattoo on Saturday because you have been cancer free for 10 years. You boss doesn't like tattoos, so...
Yeah, I already commented somewhere that anything you do in your private time, but influences your boss' time is your boss' business. Most of what you say doesn't hold true in the Netherlands though. You need a VERY good reason to fire an employee, getting a tattoo or not getting along is no good reason... If you really want to fire an employee (especially when he's been with the company for some time) you better start building a dossier and document every reason to fire that employee. All of them added up might be a good reason, although it's probably still going to cost you a lot of money to have him fired. If you own a small company with little profit a bad employee can literally ruin you and there's little you can do... My dad's employer has a few employees who have been sick for at least two years (you know, they do some lifting and strain their back or something) and they're still paying for those people (they can't be fired). Things work a little different here than in America :) / :-( (sometimes for the better and sometimes for the worse) ;)
-
Most of the companies I have worked for cover that in the contract of employment: they own the rights to everything you produce while working for them - and one or two contracts have gone further and claimed ownership of everything produced while employed by them: which covers time outside working hours as well, but that is probably difficult to enforce in a court. Lawyers would enjoy the profits of trying though. If you are at work when you do any work on them, they own it. Taking it home without permission would be theft and could be enforced pretty easily: if it came to court, you'd almost certainly lose. On good terms with your boss? Explain and ask him for permission!
Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)
IBM and another company I worked for once had this provision, but it was eventually admitted and tested in a court case that such claim of ownership of what the employee does on his own time and with his own equipment is invalid.
-
CodeBubba wrote:
which is actually a very generous way to write it from their end. They don't mind me creating things on my own, just not stuff that will cut into their business.
Why would they mind and why is that generous? I call it common sense and courtesy ;) Besides, any knowledge you get at home developing your own projects you take to work where it will probably benefit your employer.
Yeah, I agree. I meant "generous" in the sense that most employee agreements I've seen just flatly state that anything you invent while in their employ is theirs. Potato, Potatoh. -b
-
Pete O'Hanlon wrote:
If you create the libraries on the company time, chances are that they own them.
Probably. Would they own the ideas of the libraries as well? I could easily re-create the libraries at home.
"Ideas" are NOT patentable ... only HOW they are implemented. You cannot patent a "light bulb" (though a "patent troll" might try) ... tungsten wire vs halogen vs sodium vs mercury, etc ... that's something different. There is always room for a better mouse trap. Renaming class names, variables, etc. won't help you ... courts will look at "code patterns" at the "byte code" or machine level to make a determination if a copyright was violated. The same "constants" in a program can make this particularly easy. Of course, "experts" will always need to be brought in.
-
Suppose I created some libraries at work that we use thoroughly because they are awesome. And suppose I wanted to use them for private projects and maybe even professionally (just not at work where I created them). Would it be allright for me to just copy/paste those libraries to my own computer? Why would I think this might not be a problem? First of all I used the internet to create those libraries. Very few code is literally copy/pasted, but the code isn't completely mine either (and so not completely my companies', or maybe it is...). Secondly, I am the only one who wrote those libraries and the only one who knows how they work internally. I could re-create them at home in a couple of days. I even took some code from home and used it at work, although there is no way of proving this. For now I am fine with not having these libraries at home. If I really wanted them I could probably ask my boss and he'd be okay with it. I think legally if I took these libraries and my employer found out he could sue me and I'd be in big trouble (although it might be hard to prove I actually took those libraries and not re-created them, especially when I change some variable names etc.). I was just wondering how people here think about this, personally (as opposed to legally). Does anyone have experience with such matters?
The laws of the USA define a "work-for-hire" provision. If there is a written agreement defining the provisions then they rule unless they are clearly unenforceable on their face, i.e. conflict with common law, etc. As I understand it, it is the Employers responsibility to shape the work-for-hire provisions. In the absence of a work-for-hire you normally have more rights. That is what my research seems to indicate. Not being a lawyer I can be wrong of course. Just lookup work-for-hire provisions in the laws of your country. If you are a full-time employee then this is a different issue. Normally you will have to sign a non-compete and employment agreemet that can be full of provisions protecting the employers intellectual property. In this case ask an attorney. Spending $500 on an attorney is better than being sued for $50,000 later.
"Courtesy is the product of a mature, disciplined mind ... ridicule is lack of the same - DPM"
-
Sure, but it's also reasonable that the ideas one uses to do one's work are also able to be used for your own benefit outside of work.
If your actions inspire others to dream more, learn more, do more and become more, you are a leader.-John Q. Adams
You must accept one of two basic premises: Either we are alone in the universe, or we are not alone in the universe. And either way, the implications are staggering.-Wernher von Braun
Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.-Albert Einstein