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. Knowledge Property

Knowledge Property

Scheduled Pinned Locked Moved The Lounge
saleshelpquestioncareer
59 Posts 26 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.
  • L Lost User

    ChandraRam wrote:

    anything developed during your employment with them, whether or not during office hours, belongs to the company.

    Is that even enforceable?

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

    Probably not, but I've seen in in employment contracts as well.

    The only instant messaging I do involves my middle finger.

    "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

    J L 2 Replies Last reply
    0
    • P Pete OHanlon

      Using personal code in company code can be a legal minefield. There are many things that have to be taken into consideration and you really need to run this by the legal team. 1. If there is a problem with the code, where does liability lie? Does it lie with the company or with you? 2. What license agreement do you have in place on your code? If your code is GPL3 (for instance), and your company gives your code to the client, then they should be bound by GPL 3 as well if they included this code in one of their applications. 3. What does the contract between your client and your company say?

      Chill _Maxxx_
      CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

      J Offline
      J Offline
      Joel Palmer 0
      wrote on last edited by
      #12

      This is the first entry that gave me some logic. Thank you. You've helped correct my thinking. Mainly, #1. If I claim the code as my own then I could be liable. By working for a company that takes on that liability, it protects me from litigation. So, I don't want to claim the code as my own. I've always had the thought that code is in a legal grey area because it is the product of my knowledge but it is not the end-product. The end-product is the .dll or the .exe that is compiled in the end and the company owns the end product. They definately don't own my knowledge and code is somewhere in between. Of course I know that the stuff I write on company time is definately theirs. But, as I said in the original post, these libraries have been developed over my entire career. I may even have some that I made in school that proved to be useful (a long, long time ago). So, these libraries are my bag of tricks. The company I work for at the time gets my bag of tricks when I incorporate them into the solutions I produce. At that point, the code is theirs. #2 - I work for a small company that hasn't bothered making me sign anything. #3 - I'm not privy to that.

      Joel Palmer Data Integration Engineer

      L 1 Reply Last reply
      0
      • L Lost User

        Joel Palmer wrote:

        do I have any legal standing over the ownership of this code?

        If you did, would the legal dept allow you to use it?

        J Offline
        J Offline
        Joel Palmer 0
        wrote on last edited by
        #13

        We have no legal dept. I signed no agreement.

        Joel Palmer Data Integration Engineer

        L 1 Reply Last reply
        0
        • C ChandraRam

          Joel Palmer wrote:

          I have a set of "helper" libraries that I have developed over the years.

          Were those created in the company's time or before you were employed by them? If in the company's time, it belongs to them. I also know of company rules that say anything developed during your employment with them, whether or not during office hours, belongs to the company. Depends on your contract, too, really.

          Happiness will never come to those who fail to appreciate what they already have. -Anon

          J Offline
          J Offline
          Joel Palmer 0
          wrote on last edited by
          #14

          I haven't signed an agreement like that. Obviously, what is created during work hours is theirs. However, if I have a business on the side of writing an IOS app that has nothing to do with my employer I doubt there would be any court that would try to argue that it belongs to the company I worked for. With, or without, a signed agreement.

          Joel Palmer Data Integration Engineer

          C 1 Reply Last reply
          0
          • OriginalGriffO OriginalGriff

            Probably not, but I've seen in in employment contracts as well.

            The only instant messaging I do involves my middle finger.

            J Offline
            J Offline
            Joel Palmer 0
            wrote on last edited by
            #15

            A form like that would not likely hold up in court... just like most non-compete clauses. However, I'm not a lawyer.

            Joel Palmer Data Integration Engineer

            1 Reply Last reply
            0
            • J Joel Palmer 0

              I haven't signed an agreement like that. Obviously, what is created during work hours is theirs. However, if I have a business on the side of writing an IOS app that has nothing to do with my employer I doubt there would be any court that would try to argue that it belongs to the company I worked for. With, or without, a signed agreement.

              Joel Palmer Data Integration Engineer

              C Offline
              C Offline
              ChandraRam
              wrote on last edited by
              #16

              Your employer would probably not bother, so long as your iOS app isn't minting money. Let it be known that it does, and then they _could_ argue that it belongs to them. My opinion is that anything can be made to stand in court so long as you have a "good enough" lawyer :), especially if there is a signed contract.

              Happiness will never come to those who fail to appreciate what they already have. -Anon

              L 1 Reply Last reply
              0
              • J Joel Palmer 0

                When is the code I write mine? I work for a company that creates solutions for manufacturing. Recently, we had a 500 lb gorilla customer request a code walk-through. I'm fine with that... but then they asked for a copy of the code. My boss was okay with giving them the code because we were paid dearly for the project. However, like most of the developers I know, I have a set of "helper" libraries that I have developed over the years. Many of them were started prior to this employer and I'll take copies of them with me when I go on to my next employer. They will continue to evolve over my career. So, when we sold the code, I insisted that only the compiled .dlls of the helper files be given to them. They can have their soltion specific code but not my libraries. My boss was understanding and we moved forward. However, if he wasn't understanding and was a jerk-boss, do I have any legal standing over the ownership of this code? Thanks for your help!

                Joel Palmer Data Integration Engineer

                B Offline
                B Offline
                Bassam Abdul Baki
                wrote on last edited by
                #17

                Joel Palmer wrote:

                My boss was okay with giving them the code because we were paid dearly for the project. However, like most of the developers I know, I have a set of "helper" libraries that I have developed over the years. Many of them were started prior to this employer and I'll take copies of them with me when I go on to my next employer. They will continue to evolve over my career.
                 
                So, when we sold the code, I insisted that only the compiled .dlls of the helper files be given to them. They can have their soltion specific code but not my libraries. My boss was understanding and we moved forward.

                Great! However, what happens when you leave the current company and the client asks your old company to upgrade the code? Will you be leaving your helper code with your currently-on-good-terms-with boss so he can have your replacement continue to build on what you did? If so, then he may be able to "sell" them later and you may continue to build upon "your" code. This would obviously be forking the code. If on the other hand you're not leaving him "your" code and the code is needed to continue to build their project, then you're probably at fault since your company was probably under assumption that your work (helper code included) can continue without you. Like you said, it is a gray area. However, when you leave, you might get a call a few weeks later and, in which case, you'll either have to send them (your company) the code or burn bridges.

                Web - BM - RSS - Math - LinkedIn

                M J 2 Replies Last reply
                0
                • OriginalGriffO OriginalGriff

                  Probably not, but I've seen in in employment contracts as well.

                  The only instant messaging I do involves my middle finger.

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

                  OriginalGriff wrote:

                  Probably not, but I've seen in in employment contracts as well.

                  I signed one of them years ago when I moved to a job paying 40%+ more. Went home the first day and wrote a program that printed CSC Australia diddle little kids all over the place. I can't believe the bastards didn't want the code.

                  Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash One Fine Saturday. 24/04/2004

                  1 Reply Last reply
                  0
                  • L Lost User

                    ChandraRam wrote:

                    anything developed during your employment with them, whether or not during office hours, belongs to the company.

                    Is that even enforceable?

                    B Offline
                    B Offline
                    Boipelo
                    wrote on last edited by
                    #19

                    In my case it is, it’s stated so in my employment contract and I am also not allowed to develop any product that does similar things/services that they are offering, I should rather advice potential clients to contact my company – there is a bonus if such potential client make an agreement with the company.

                    I remain joe!

                    L 1 Reply Last reply
                    0
                    • B Boipelo

                      In my case it is, it’s stated so in my employment contract and I am also not allowed to develop any product that does similar things/services that they are offering, I should rather advice potential clients to contact my company – there is a bonus if such potential client make an agreement with the company.

                      I remain joe!

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

                      That's not actually the same thing as saying that anything you write (which could be, and probably is, something entirely unrelated to whatever you're doing at your job) in your free time is theirs as well.

                      B 1 Reply Last reply
                      0
                      • L Lost User

                        That's not actually the same thing as saying that anything you write (which could be, and probably is, something entirely unrelated to whatever you're doing at your job) in your free time is theirs as well.

                        B Offline
                        B Offline
                        Boipelo
                        wrote on last edited by
                        #21

                        Correct, I got that wrong. Next time I should get a lawyer to read my contract and honestly I didn’t read my entire contract. I only checked the salary, benefits and leave days then signed on the dotted line – I was told by a colleague to check that clause, I have just verified it. Thanks let me go through the entire contract.

                        I remain joe!

                        1 Reply Last reply
                        0
                        • J Joel Palmer 0

                          We have no legal dept. I signed no agreement.

                          Joel Palmer Data Integration Engineer

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

                          Joel Palmer wrote:

                          We have no legal dept. I signed no agreement.

                          Then how do we know it's yours? You packaged it with company property. Sounds like it is company property but you are trying to lay claim to it.

                          Computers have been intelligent for a long time now. It just so happens that the program writers are about as effective as a room full of monkeys trying to crank out a copy of Hamlet.

                          J 1 Reply Last reply
                          0
                          • C ChandraRam

                            Your employer would probably not bother, so long as your iOS app isn't minting money. Let it be known that it does, and then they _could_ argue that it belongs to them. My opinion is that anything can be made to stand in court so long as you have a "good enough" lawyer :), especially if there is a signed contract.

                            Happiness will never come to those who fail to appreciate what they already have. -Anon

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

                            ChandraRam wrote:

                            Your employer would probably not bother, so long as your iOS app isn't minting money. Let it be known that it does, and then they _could_ argue that it belongs to them. My opinion is that anything can be made to stand in court so long as you have a "good enough" lawyer :) , especially if there is a signed contract.

                            I seem to recall making this very statement a little less than a year ago. I do not believe I gave you rights to reproduce. Fortunately for me I have a good lawyer friend that has been itching to do something like this pro bono (PR etc.). You will be getting some papers in the mail. I suggest you take the settlement we offer:)

                            Computers have been intelligent for a long time now. It just so happens that the program writers are about as effective as a room full of monkeys trying to crank out a copy of Hamlet.

                            1 Reply Last reply
                            0
                            • J Joel Palmer 0

                              This is the first entry that gave me some logic. Thank you. You've helped correct my thinking. Mainly, #1. If I claim the code as my own then I could be liable. By working for a company that takes on that liability, it protects me from litigation. So, I don't want to claim the code as my own. I've always had the thought that code is in a legal grey area because it is the product of my knowledge but it is not the end-product. The end-product is the .dll or the .exe that is compiled in the end and the company owns the end product. They definately don't own my knowledge and code is somewhere in between. Of course I know that the stuff I write on company time is definately theirs. But, as I said in the original post, these libraries have been developed over my entire career. I may even have some that I made in school that proved to be useful (a long, long time ago). So, these libraries are my bag of tricks. The company I work for at the time gets my bag of tricks when I incorporate them into the solutions I produce. At that point, the code is theirs. #2 - I work for a small company that hasn't bothered making me sign anything. #3 - I'm not privy to that.

                              Joel Palmer Data Integration Engineer

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

                              Joel Palmer wrote:

                              The end-product is the .dll or the .exe that is compiled in the end and the company owns the end product.

                              That is not at all the case. It should be clear to you that companies understand ownership of source code is more valuable that compiled code. And as Pete said its all about how are you claiming it is licensed. If it is not, then the moment you used it with your company code it became theirs (unless past places have the right to claim it, which in all likelihood they could if they wanted to).

                              Computers have been intelligent for a long time now. It just so happens that the program writers are about as effective as a room full of monkeys trying to crank out a copy of Hamlet.

                              1 Reply Last reply
                              0
                              • L Lost User

                                Joel Palmer wrote:

                                We have no legal dept. I signed no agreement.

                                Then how do we know it's yours? You packaged it with company property. Sounds like it is company property but you are trying to lay claim to it.

                                Computers have been intelligent for a long time now. It just so happens that the program writers are about as effective as a room full of monkeys trying to crank out a copy of Hamlet.

                                J Offline
                                J Offline
                                Joel Palmer 0
                                wrote on last edited by
                                #25

                                I think you lost the point. This code was mine before this company relationship started. The legal department vacuum I referred to is my company's. I have no legal agreement with them that says everyting I have ever done is now theirs.

                                Joel Palmer Data Integration Engineer

                                _ L 2 Replies Last reply
                                0
                                • B Bassam Abdul Baki

                                  Joel Palmer wrote:

                                  My boss was okay with giving them the code because we were paid dearly for the project. However, like most of the developers I know, I have a set of "helper" libraries that I have developed over the years. Many of them were started prior to this employer and I'll take copies of them with me when I go on to my next employer. They will continue to evolve over my career.
                                   
                                  So, when we sold the code, I insisted that only the compiled .dlls of the helper files be given to them. They can have their soltion specific code but not my libraries. My boss was understanding and we moved forward.

                                  Great! However, what happens when you leave the current company and the client asks your old company to upgrade the code? Will you be leaving your helper code with your currently-on-good-terms-with boss so he can have your replacement continue to build on what you did? If so, then he may be able to "sell" them later and you may continue to build upon "your" code. This would obviously be forking the code. If on the other hand you're not leaving him "your" code and the code is needed to continue to build their project, then you're probably at fault since your company was probably under assumption that your work (helper code included) can continue without you. Like you said, it is a gray area. However, when you leave, you might get a call a few weeks later and, in which case, you'll either have to send them (your company) the code or burn bridges.

                                  Web - BM - RSS - Math - LinkedIn

                                  M Offline
                                  M Offline
                                  Mycroft Holmes
                                  wrote on last edited by
                                  #26

                                  I am pretty sure he implied the source stays with his current employer if he leaves, I know one of my libraies started life as a VB5 calls in the mid 90s, it has been rewritten many times and is currently in c# servicing Silverlight apps. At least 12 organisations that I know of have had copies of the source in one form or another and all of them have the source.

                                  Never underestimate the power of human stupidity RAH

                                  B 1 Reply Last reply
                                  0
                                  • J Joel Palmer 0

                                    I think you lost the point. This code was mine before this company relationship started. The legal department vacuum I referred to is my company's. I have no legal agreement with them that says everyting I have ever done is now theirs.

                                    Joel Palmer Data Integration Engineer

                                    _ Offline
                                    _ Offline
                                    _Damian S_
                                    wrote on last edited by
                                    #27

                                    Joel Palmer wrote:

                                    This code was mine before this company relationship started.

                                    In which case, you should consider simply providing the company with the compiled dll's as well, not the source code... Even if you give it to them for free rather than selling it, you can rest assured that your libraries will indeed remain yours.

                                    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!!

                                    J 1 Reply Last reply
                                    0
                                    • M Mycroft Holmes

                                      I am pretty sure he implied the source stays with his current employer if he leaves, I know one of my libraies started life as a VB5 calls in the mid 90s, it has been rewritten many times and is currently in c# servicing Silverlight apps. At least 12 organisations that I know of have had copies of the source in one form or another and all of them have the source.

                                      Never underestimate the power of human stupidity RAH

                                      B Offline
                                      B Offline
                                      Bassam Abdul Baki
                                      wrote on last edited by
                                      #28

                                      Mycroft Holmes wrote:

                                      I am pretty sure he implied the source stays with his current employer if he leaves,

                                      To me it implied he kept his code everywhere he went and only left DLLs and EXEs behind. Otherwise, every employer of his would have a copy of his code up to the day he left and he would be building on his copy at every new company, similar to your 12 organizations' copies. In this case, the point is moot since his employer could always share his code once he leaves.

                                      Web - BM - RSS - Math - LinkedIn

                                      M 1 Reply Last reply
                                      0
                                      • B Bassam Abdul Baki

                                        Mycroft Holmes wrote:

                                        I am pretty sure he implied the source stays with his current employer if he leaves,

                                        To me it implied he kept his code everywhere he went and only left DLLs and EXEs behind. Otherwise, every employer of his would have a copy of his code up to the day he left and he would be building on his copy at every new company, similar to your 12 organizations' copies. In this case, the point is moot since his employer could always share his code once he leaves.

                                        Web - BM - RSS - Math - LinkedIn

                                        M Offline
                                        M Offline
                                        Mycroft Holmes
                                        wrote on last edited by
                                        #29

                                        I always find this puzzling as it points to a different mind set, I can only work x number of hours in a day and I NEVER intend to sell software ever again so I'm happy for other to benefit from my code if they choose. Others wish to "own" their code and see no benefit in sharing with others, I created this it's mine you hear all mine, you can use the DLL but the source is all mine. I don't consider this greedy or negative, just different to me.

                                        Never underestimate the power of human stupidity RAH

                                        1 Reply Last reply
                                        0
                                        • _ _Damian S_

                                          Joel Palmer wrote:

                                          This code was mine before this company relationship started.

                                          In which case, you should consider simply providing the company with the compiled dll's as well, not the source code... Even if you give it to them for free rather than selling it, you can rest assured that your libraries will indeed remain yours.

                                          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!!

                                          J Offline
                                          J Offline
                                          Joel Palmer 0
                                          wrote on last edited by
                                          #30

                                          Good point. I'll keep that in mind.

                                          Joel Palmer Data Integration Engineer

                                          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