Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. "Stealing" from the company?

"Stealing" from the company?

Scheduled Pinned Locked Moved The Lounge
helpquestion
71 Posts 31 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • OriginalGriffO OriginalGriff

    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 – ∞)

    W Offline
    W Offline
    W Balboos GHB
    wrote on last edited by
    #12

    Related to R&D: Anything related to your position while a Federal (US) government employee is owned by the US Government; similar rules for many large companies. It makes sense: the US Gov't point of view is that you are using knowledge gained while employed by them, so the creation of the knowledge is their property. This all comes about, actually, as a consequence of the rules/laws that a Federal Employee is not permitted (aside from wages, etc.) from profiting from his association with the government. This extends to gifts from vendors (beyond, perhaps, a cup of coffee or very cheap pen). For a period of time, due to some scandals in congress, rules (=laws) were enacted of a nature whereby a Federal Employee could not earn money form speaking, even if totally unrelated to their work. This law, naturally, excluded senators and congressmen. It has since been fixed - only applying to work-related material (it's owned by the people and you cannot charge them for what is already theirs).

    "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

    Sander RosselS 1 Reply Last reply
    0
    • L Lost User

      Legally, you probably can't do that (depends, check contract, I've had one that said I could take 30% of the code). In practice, you can. No one's going to know, and no one's getting hurt so no one has any reason to try to find out if you did anything. Or at least that was until you posted about it under your real name. Now there would be reason to suspect you.

      Sander RosselS Offline
      Sander RosselS Offline
      Sander Rossel
      wrote on last edited by
      #13

      harold aptroot wrote:

      Or at least that was until you posted about it under your real name. Now there would be reason to suspect you.

      Oops! :laugh: I'm not a thief. I suspect I could take it if I asked. If I can't I'd write something similar in my spare time. I was just wondering how others thought about the issue and it's pretty much what I thought ;)

      1 Reply Last reply
      0
      • R realJSOP

        I think as long as the methods are generic code that can be used anywhere, and they're not connected too, or utilizes company proprietary code (usually interface related), you should be okay. I've been given the go ahead to include such methods and techniques in any article I write for CP, as long as I follow the fore-mentioned criteria.

        ".45 ACP - because shooting twice is just silly" - JSOP, 2010
        -----
        You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
        -----
        When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

        Sander RosselS Offline
        Sander RosselS Offline
        Sander Rossel
        wrote on last edited by
        #14

        Nope, I'd have to change some namespaces, but other than that it's pretty generic code. As I said, some of it is taken from the internet. It's not like I want to take some Controls with our company logo on them :laugh: Actually I have thought about writing an article about one of those libraries before.

        1 Reply Last reply
        0
        • R realJSOP

          I think as long as the methods are generic code that can be used anywhere, and they're not connected too, or utilizes company proprietary code (usually interface related), you should be okay. I've been given the go ahead to include such methods and techniques in any article I write for CP, as long as I follow the fore-mentioned criteria.

          ".45 ACP - because shooting twice is just silly" - JSOP, 2010
          -----
          You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
          -----
          When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

          P Offline
          P Offline
          phil o
          wrote on last edited by
          #15

          Yes, but you are an Outlaw Programmer, that certainly mitigates your obligations a litlle bit. :rolleyes:

          [Flags]
          public enum Bool {
          True, False, ForSure, Maybe, ProbablyNot, Depends, NotDecidedYet, Undefined
          }

          private interface IShy { }

          1 Reply Last reply
          0
          • OriginalGriffO OriginalGriff

            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 – ∞)

            Sander RosselS Offline
            Sander RosselS Offline
            Sander Rossel
            wrote on last edited by
            #16

            OriginalGriff wrote:

            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

            That's ridiculous... And, as you say, almost impossible to check. Of course you shouldn't write articles while employed... :~

            OriginalGriffO 1 Reply Last reply
            0
            • Sander RosselS Sander Rossel

              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?

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #17

              If you write a general log in script for a website on company time and then send yourself a copy of that script to use on your own personal website I think ethically you're fine. However, if you make that script available to the competition or compete with your current employer then you've got a problem. I think the intent of these restrictions is "we don't want our developers writing code for the competition".

              Sander RosselS 1 Reply Last reply
              0
              • W W Balboos GHB

                Related to R&D: Anything related to your position while a Federal (US) government employee is owned by the US Government; similar rules for many large companies. It makes sense: the US Gov't point of view is that you are using knowledge gained while employed by them, so the creation of the knowledge is their property. This all comes about, actually, as a consequence of the rules/laws that a Federal Employee is not permitted (aside from wages, etc.) from profiting from his association with the government. This extends to gifts from vendors (beyond, perhaps, a cup of coffee or very cheap pen). For a period of time, due to some scandals in congress, rules (=laws) were enacted of a nature whereby a Federal Employee could not earn money form speaking, even if totally unrelated to their work. This law, naturally, excluded senators and congressmen. It has since been fixed - only applying to work-related material (it's owned by the people and you cannot charge them for what is already theirs).

                "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

                Sander RosselS Offline
                Sander RosselS Offline
                Sander Rossel
                wrote on last edited by
                #18

                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 ;)

                W 1 Reply Last reply
                0
                • Sander RosselS Sander Rossel

                  OriginalGriff wrote:

                  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

                  That's ridiculous... And, as you say, almost impossible to check. Of course you shouldn't write articles while employed... :~

                  OriginalGriffO Offline
                  OriginalGriffO Offline
                  OriginalGriff
                  wrote on last edited by
                  #19

                  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! I did ask if I should take a plastic bag with me on bathroom visits, but just got a stern look... :laugh:

                  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 – ∞)

                  "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                  "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                  Sander RosselS 1 Reply Last reply
                  0
                  • L Lost User

                    If you write a general log in script for a website on company time and then send yourself a copy of that script to use on your own personal website I think ethically you're fine. However, if you make that script available to the competition or compete with your current employer then you've got a problem. I think the intent of these restrictions is "we don't want our developers writing code for the competition".

                    Sander RosselS Offline
                    Sander RosselS Offline
                    Sander Rossel
                    wrote on last edited by
                    #20

                    Yeah, I've got an anti-competition clause, or what's it called, in my contract. In my case I can't do anything for a direct competitor while or three years after employment (but who are our competitors?). That last part goes without saying ;)

                    _ R 2 Replies Last reply
                    0
                    • OriginalGriffO OriginalGriff

                      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! I did ask if I should take a plastic bag with me on bathroom visits, but just got a stern look... :laugh:

                      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 – ∞)

                      Sander RosselS Offline
                      Sander RosselS Offline
                      Sander Rossel
                      wrote on last edited by
                      #21

                      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... :~

                      OriginalGriffO J J 3 Replies Last reply
                      0
                      • Sander RosselS Sander Rossel

                        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... :~

                        OriginalGriffO Offline
                        OriginalGriffO Offline
                        OriginalGriff
                        wrote on last edited by
                        #22

                        Do you get overtime payments if you work more than that?

                        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 – ∞)

                        "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                        "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                        Sander RosselS 1 Reply Last reply
                        0
                        • OriginalGriffO OriginalGriff

                          Do you get overtime payments if you work more than that?

                          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 – ∞)

                          Sander RosselS Offline
                          Sander RosselS Offline
                          Sander Rossel
                          wrote on last edited by
                          #23

                          Yep. Or I wouldn't be working overtime :)

                          OriginalGriffO 1 Reply Last reply
                          0
                          • Sander RosselS Sander Rossel

                            Yep. Or I wouldn't be working overtime :)

                            OriginalGriffO Offline
                            OriginalGriffO Offline
                            OriginalGriff
                            wrote on last edited by
                            #24

                            Lucky devil! I haven't had paid overtime for decades! :sigh: One company gave me an unexpected pay rise - and a generous one- which purely-by-accident just happened to move me above the 'you don't get paid overtime' threshold... :(

                            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 – ∞)

                            "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                            "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                            Sander RosselS 1 Reply Last reply
                            0
                            • Sander RosselS Sander Rossel

                              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... :~

                              J Offline
                              J Offline
                              Jorgen Andersson
                              wrote on last edited by
                              #25

                              Sander Rossel wrote:

                              What I do outside office hours is none of their business though!

                              It is if you're doing work that competes with your employers line of business. I have it written into my contract that I'm not allowed to do other work in the same line of business. Unnecessarily though as it's already in the law. They can't lay any claims to code you write that's not relevant to them though. What's relevant is obviously a grey area. :~

                              Wrong is evil and must be defeated. - Jeff Ello[^]

                              Sander RosselS 1 Reply Last reply
                              0
                              • OriginalGriffO OriginalGriff

                                Lucky devil! I haven't had paid overtime for decades! :sigh: One company gave me an unexpected pay rise - and a generous one- which purely-by-accident just happened to move me above the 'you don't get paid overtime' threshold... :(

                                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 – ∞)

                                Sander RosselS Offline
                                Sander RosselS Offline
                                Sander Rossel
                                wrote on last edited by
                                #26

                                To me it's simple, I sign a contract for 40 hours and a salary both my employer and I see fit. That's a salary for 40 hours, not 45 or 50. If I do work 45 or 50 hours I expect to be compensated accordingly. That said, I do all my work related study in my own time. When my company decided to use Entity Framework I spent some hours at home figuring out how that stuff works. I'm also not to uptight about working an exact 8 hours a day (like today I wanted to finish something and stayed 15 minutes longer) or getting every extra minute compensated. And it depends on the employer. If they're getting uptight about something then so will I :)

                                1 Reply Last reply
                                0
                                • J Jorgen Andersson

                                  Sander Rossel wrote:

                                  What I do outside office hours is none of their business though!

                                  It is if you're doing work that competes with your employers line of business. I have it written into my contract that I'm not allowed to do other work in the same line of business. Unnecessarily though as it's already in the law. They can't lay any claims to code you write that's not relevant to them though. What's relevant is obviously a grey area. :~

                                  Wrong is evil and must be defeated. - Jeff Ello[^]

                                  Sander RosselS Offline
                                  Sander RosselS Offline
                                  Sander Rossel
                                  wrote on last edited by
                                  #27

                                  Agreed on that. I was replying to the following:

                                  OriginalGriff wrote:

                                  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

                                  I think it's totally an employers business what I do in my spare time as long as it concerns them. For example if I drink too much, party too hard or practice extreme sports, and as a result call in sick from work every monday or at least a month a year etc. In the Netherlands the employer pays for sick employees. And they cost A LOT! Another example is studying (or absolutely no studying!) during my private time.

                                  1 Reply Last reply
                                  0
                                  • Sander RosselS Sander Rossel

                                    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?

                                    M Offline
                                    M Offline
                                    Mark_Wallace
                                    wrote on last edited by
                                    #28

                                    You were paid, so it ain't yours. You might be able to claim intellectual copyright, but that would cost you a Hell of a lot more time (and lawyers' fees) than just writing new libraries -- they can't stop you from using your brain to do something in a similar way when you need to do something similar.

                                    I wanna be a eunuchs developer! Pass me a bread knife!

                                    L 1 Reply Last reply
                                    0
                                    • Sander RosselS Sander Rossel

                                      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?

                                      R Offline
                                      R Offline
                                      Ravi Bhavnani
                                      wrote on last edited by
                                      #29

                                      Sander Rossel wrote:

                                      Suppose I created some libraries at work

                                      Wherever I've worked, any work done for the company becomes the property of the company.  Of course, open-source and other publicly available information referenced in these works is not part of the company's IP, even though their code may be included.  The terms of use of the open-source licenses always hold.

                                      Sander Rossel wrote:

                                      I could re-create them at home in a couple of days

                                      Recreating work based on your learnings is permissible (that's what devs do throughout their career), as long as it doesn't infringe on patents, and even then, may be permissible by licensing use of the patent.  Chances are, this will not apply to you. Disclaimer: I am not a lawyer. /ravi

                                      My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

                                      Sander RosselS 1 Reply Last reply
                                      0
                                      • R Ravi Bhavnani

                                        Sander Rossel wrote:

                                        Suppose I created some libraries at work

                                        Wherever I've worked, any work done for the company becomes the property of the company.  Of course, open-source and other publicly available information referenced in these works is not part of the company's IP, even though their code may be included.  The terms of use of the open-source licenses always hold.

                                        Sander Rossel wrote:

                                        I could re-create them at home in a couple of days

                                        Recreating work based on your learnings is permissible (that's what devs do throughout their career), as long as it doesn't infringe on patents, and even then, may be permissible by licensing use of the patent.  Chances are, this will not apply to you. Disclaimer: I am not a lawyer. /ravi

                                        My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

                                        Sander RosselS Offline
                                        Sander RosselS Offline
                                        Sander Rossel
                                        wrote on last edited by
                                        #30

                                        Ravi Bhavnani wrote:

                                        Disclaimer: I am not a lawyer.

                                        Good, because I was going to sue you if any of the above DID apply to me :laugh: Luckily we don't have patents of any kind. That would suck if I wanted to re-use my idea's :~

                                        1 Reply Last reply
                                        0
                                        • Sander RosselS Sander Rossel

                                          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?

                                          R Offline
                                          R Offline
                                          Roger Wright
                                          wrote on last edited by
                                          #31

                                          Technically, it's only theft if you get caught. Otherwise it's serendipitous coincident development.

                                          Will Rogers never met me.

                                          Sander RosselS 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups