Slashdot Mirror


Does Drawing on Experience Infringe on Other's IP?

Daniel Paull asks: "I recently asked one of our developers to draw up a design for a specific component. After a few hours he returns telling me that he'd solved a very similar problem a previous place of employment and that they had developed a "neat" solution. The developer then became concerned that a ground-up re-implementation of these design patterns and principals may infringe on the other companies intellectual property or breach some copyright laws. This developer is talented and experienced - that's why we hired him. The question is, at what point does 'drawing on experience' cross the line and invade others IP?"

138 of 374 comments (clear)

  1. Simple by PaxTech · · Score: 2, Funny

    It's breaking the law when the lawyers say it is.

    So, is like Ask Slashdot now the Free Legal Advice Center or what? Doesn't your company have any lawyers of your own?

    --
    All movements for social change begin as missions, evolve into businesses, and end up as rackets.
    1. Re:Simple by Anonymous Coward · · Score: 4, Informative
      Now IF he signed an NDA or other document that directly prohibits him from using that experience... you are blocked. If not. Then as long as it isn't a cut and paste you are again in the clear.

      most NDAs have a time limit (you may not compete with us for xx years). I believe a california Judge ruled that, for the software industry, anything beyond 6 months was excessive and unenforceable, due to the rapid advances in the industry.

      If it's been 2 years or more, it's fair game. If it's been less, get someone else to do it.

    2. Re:Simple by plumby · · Score: 2

      What if the lawyer uses a legal precedent to argue the case? Would that be using some other lawyer's IP?

    3. Re:Simple by captain_craptacular · · Score: 2

      Thats not really true. Most companies out there will want some kind of royalty payment from people using their IP, no matter what the use is. They don't really care whether your product competes with theirs or not, they just want the money.

      --
      They who would give up an essential liberty for temporary security, deserve neither liberty nor security
    4. Re:Simple by DEBEDb · · Score: 2, Insightful
      Until then...... you haven't committed a crime.


      IF you broke a contract, you still haven't committed a crime. :)

      --

      Considered harmful.
  2. simple answer by Anonymous Coward · · Score: 3, Insightful

    when he knowingly violates a patent.

    1. Re:simple answer by spongman · · Score: 2

      he should also check his NDA from his previous job.

    2. Re:simple answer by foobar104 · · Score: 3, Informative

      when he knowingly violates a patent

      A patent the only form of IP that's protected by law. Trade secrets are also protected implicitly, and usually explicitly in employment contracts. Even if it's not patented, using your former company's ideas may be breaking the rules of your contract with them, or even the law. YMMV.

    3. Re:simple answer by Bouncings · · Score: 2
      when he knowingly violates a patent.

      Not exactly. Some companies have silly little contracts like "You promise not to benefit from working here. Any ideas you have for the rest of your life are property of The Corporation. You agree to random anal searches five years after the end of employment"

      They stick all kinds of crazy stuff in employment contracts. I think I can only drink Pepsi, as one of my prior employers was partnered with a CEO who happened to have a son who worked at Pepsi-CO.

      --
      -- Ken Kinder ken@_nospam_kenkinder.com http://kenkinder.com/
  3. Standing on the Shoulders of Giants... by Shalome · · Score: 5, Insightful

    There's no need to reinvent the wheel every time a new problem must be solved. System architectures, code implementation, design diagrams.. all these build on previously established models. It wouldn't be possible to develop a program if each time you solved a problem, you had to implement the solution in an entirely novel way...

    --
    Moderation totals that amuse me for one of my posts: Flamebait=1, Insightful=2, Funny=2, Overrated=1, Underrated=1
    1. Re:Standing on the Shoulders of Giants... by Shalome · · Score: 4, Interesting

      Heh.. agreed, to some extent... but I was referring to the method of problem solving, not the line-by-line copying of a module of code... If the engineer had solved the problem previously, then he had a good idea how to engineer the solution to the current problem.

      --
      Moderation totals that amuse me for one of my posts: Flamebait=1, Insightful=2, Funny=2, Overrated=1, Underrated=1
    2. Re:Standing on the Shoulders of Giants... by plumby · · Score: 4, Funny

      It wouldn't be possible to develop a program if each time you solved a problem, you had to implement the solution in an entirely novel way...


      Someone should tell this to some of the developers at my place. We've got some of the most "novel" solutions to problems I've ever seen, unfortunately.

    3. Re:Standing on the Shoulders of Giants... by Tablizer · · Score: 2

      (* There's no need to reinvent the wheel every time a new problem must be solved. System architectures, code implementation, design diagrams.. all these build on previously established models. It wouldn't be possible to develop a program if each time you solved a problem, you had to implement the solution in an entirely novel way... *)

      The reuse holy grail has yet to be found in software. It has been done to some extent with components, but these can only take you *so far*. If you need a fine granularity of difference from whatever generic attempt you have going, your choices are either to break the generic thing open and customize (a copy of) it, or re-invent the wheel.

      Take OOP inheritance, for example. What if you want to override 1/3 of a method? Do you change the interface to fit the newly needed granularity? Copy the other 2/3 that is the same?

      The more targeted uses a generic-intended thing has, the larger its interface becomes. The ratio of total features to features used per instance grows and grows. Often times it is quicker to just reinvent it rather than wade through a gillion interface options to figure out what to set, unset, or ignore.

  4. YASASQ by MisterBlister · · Score: 3, Insightful
    Yet another stupid Ask Slashdot question.

    The answer depends upon way too many variables that aren't supplied within the question.

    The answer to this question in any form is way too specific for certain circumstances to be answered in the general case.

    Did the last company file a patent on the method? Does the last company view the solution as a trade secret? How 'obvious' is the solution to someone skilled in the field? Etc, etc, etc.

    1. Re:YASASQ by fferreres · · Score: 2

      Well I don't agree. If it was a trade secret then you are not supposed to be using the idea, and they would have surely make sure you signed all the requiered contracts protect themselves. This is obvious.

      If the filed a patent, even a 4 year old kid would know he can't use it. It's somebody elses property. This is obvious.

      If "the solution is obvious" to someone in the field then the reply is ALSO obvious.

      So, as you can see now, the question is valid and is asking about when you have done some work in the past that fits into what you are doing now, and they don't have a patent, it's not a trade business, you haven't signed anything preventing you from reusing these ideas, but your employer is unsure.

      The post is getting the people to discuss the "grey line" between what's ok and what's not and why.

      Just a though.

      --
      unfinished: (adj.)
    2. Re:YASASQ by RatFink100 · · Score: 2
      If the filed a patent, even a 4 year old kid would know he can't use it. It's somebody elses property. This is obvious.

      Where do you live where they teach patent law in kindergarten? I'm impressed!


    3. Re:YASASQ by fferreres · · Score: 2

      Just ask a 4 year old kind and you'll see most of the time they KNOW the answer...

      --
      unfinished: (adj.)
  5. reverse engineer? by djsable · · Score: 2, Informative

    It almost sounds like a reverse engineering of it, without the exact code base, its not an exact copy of it.

    But it would have be carefully thought out.

    1. Re:reverse engineer? by morgajel · · Score: 2

      simple then, have his spec it out and give it to another developer who hasn't seen the code, much the same way AMD did with older Intel chips back in the day.

      not sure if that's clean room reverse engineering or what.

      but at least it's an answer. don't know if it's a good or correct one.

      --
      Looking for Book Reviews? Check out Literary Escapism.
  6. I'd tell you the answer, by Transient0 · · Score: 4, Funny

    but i already solved this conundrum in a previous contracting gig and i'm pretty sure it would be an IP violation to re-post it here.

    1. Re:I'd tell you the answer, by rhadamanthus · · Score: 2
      I used to have that problem, then my boss employed this solution.

      ----rhad

      --
      Slashdot needs to interview Natalie Portman.
  7. Effect on Open Source? by reverius · · Score: 2, Interesting

    Now that I consider it, it seems quite likely that this could have an effect on open-source software.

    Much of the open-source software is coded by employees of corporations. Those corporations have very restrictive policies concerning intellectual property - effectively, everything you think of while working there is their property.

    What effect might developers' previous experience and thoughts have on open source software, and can it be in legal trouble because of this?

    It would be a tragedy to lose many corporate free-time developers because of corporate-owned IP.

    1. Re:Effect on Open Source? by Nick+Driver · · Score: 2, Insightful

      I once worked for a company that all of a sudden decided that they wanted all their IT staff to sign a contract stating that *all* intellectual property (whether IT-related or not... even stuff like songs and literary works) created by the employee, whether done at work or at home, automatically became property of the company and if done at home, then the employee was obligated to secure all applicable copyrights/patents/trademarks/etc at the employee's expense and hand them over to the company and if any legal troubles arised from this then the employee was also obligated to pay for all company's legal defense costs in the matter.

      Needless to say that I never signed the damn agreement and had acquired a new job before next payday, and even got over $10K/yr more salary at the new job too.

      That evil company is now bankrupt after the dotcom bust... seems like they never could manage to hire or retain any good IT talent. Gee I wonder why?

    2. Re:Effect on Open Source? by rodgerd · · Score: 3, Insightful

      An interesting light on this is that employees seem to get fucked worse than contractors in this area. Every IT company I've worked for has had stupid, draconian, and illegal-under-NZ-law contracts and refused to budge from them, citing the advice of "employment experts" - who are presumably not lawyers.

      But every contract gig I've had has been very clear and limited around these things' my current client is a bank, for example, and there's nothing stopping me from working for another bank next week so long as I don't reveal confidential information.

      What sucks most of all around this (for employees) is that it's yet more evidence that company loyalty is a one way street.

  8. Possible simple solution.. by evilpaul13 · · Score: 4, Insightful

    Possible simple solution: have him describe the implementation and let someone else acutally write the code.

    1. Re:Possible simple solution.. by werdna · · Score: 5, Informative

      While an independently developed "clean room" implementation of an "idea" specified in his description cannot infringe a copyright, it could still impinge on trade secrets or breach of a fiduciary duty. Of course, independent implementation via clean room will never be a defense against patent infringement.

      This is not to say that the hypothetical, in every case, precludes re-solving problems previously solved -- nothing of the kind. The hypo is too broadly stated, and the devil is in the details. Short answer to the question: Ordinarily, drawing on previous experience is ok, except when it isn't. (Hey, I'm a lawyer, absent the meaningful details, which could swing a result either way, that is the best we can do.)

      However, where a trade secret claim is available with respect to the architecture for the previous "neat" solution, the clean room approach will fail. That trick works only for copyrights.

    2. Re:Possible simple solution.. by jmccay · · Score: 3, Insightful

      IANAL, but if what is in question is something published, then it is not IP. For example, if the code in the previous company implemented a specific design patern, data structure, and/or algorithm that is known in the field. If the code / pseudo-code / etc. was published in a magazine, then it would be public domain but would need to follow the guide lines set up by the magazine or trade journal.

      If you stick to implementing design paterns and common algorithms, then you probably will not run into this problem--espcially if you have books and/or magazines that describe the code/data struct/etc. in question that predate the companies use of it.

      --
      At the next eco-hypocrisy-meeting, count the private jets used to get to the meeting. Should be interesting to see that
    3. Re:Possible simple solution.. by anthony_dipierro · · Score: 2

      No, but large amounts of similarities in problem-solving methods do not automatically equal copyright infringement either.

      I didn't mean to imply it did. You can have exactly the same code and still not be guilty of copyright infringement if the code was created independently. However, looking at a copyrighted work, waiting for a year, and then rewriting that work is still technically copying. Sure, you won't get caught, but it seems that Daniel was too paranoid than to accept that answer.

      Clean-room design and implementation would secure this.

      Isn't that exactly what evilpaul13 was suggesting?

  9. IANAL... by billnapier · · Score: 3, Insightful

    ... but I stayed at a Holiday Inn Express last night.

    But really, since when did "Ask Slashdot" become "Free Advice for those who don't want to ask their Lawer?". Talk to your lawer and see where you really stand (or at least where your lawer can defend).

    1. Re:IANAL... by NanoGator · · Score: 2

      "But really, since when did "Ask Slashdot" become "Free Advice for those who don't want to ask their Lawer?".

      Which is fine to a point, but what's wrong with drawing on the collective experience of /. to figure out what to do?

      The worst case scenario is that he has more questions to ask his lawyer. (Note: He didn't say he wasn't going to consult a lawyer.)

      --
      "Derp de derp."
    2. Re:IANAL... by Neumann · · Score: 4, Informative

      Which is fine to a point, but what's wrong with drawing on the collective experience of /. to figure out what to do?

      because he asked a legal question and I think the most used phrase in this thread has been "IANAL".

    3. Re:IANAL... by markmoss · · Score: 2

      The truth is, no one lawyer could accurately answer every question that might arise from this either. Figure out whether your concern is copyright, patent, or NDA/non-competition agreements, and get a lawyer expert in that particular field.

      But it isn't too stupid to first ask whether the issue is even close enough that it's necessary to blow a big chunk of cash on a lawyer. Some /.ers do have that much experience

    4. Re:IANAL... by NanoGator · · Score: 2

      "because he asked a legal question and I think the most used phrase in this thread has been "IANAL".

      That's fair. I think what he was fishing for was other people who had a problem like this in the past. I don't think he expects us to say anything unless it's either a "black and white no shades of gray" answer, or a story about a similar incident that they knew about.

      Don't worry, I totally understand what you're saying. I'm just saying that, at least, there might be some experience the Slashdot community could offer.

      --
      "Derp de derp."
  10. Correct me if I am wrong by Medevo · · Score: 2, Interesting

    Correct me if I am wrong, but this means that every time you change employer, you should have all experience from programming removed from their head.

    Without learning and gaining experience, how can we get new kick-ass software?

    This is sort of saying that "we want you to work here but when you leave I want you to forget everything you said and did".

    With laws like these, you don't need a new job; you need a new brain after you get fired.

    Just sounds stupid to me.

    Medevo

    1. Re:Correct me if I am wrong by medcalf · · Score: 2

      This, in fact, is the expectation of most companies which hire contractors: all of the contractor's knowledge sprang fully formed and without precedent into the contractor's head, and will similarly disappear when he leaves. The fact that they claim that this is how the world works does not mean that they are correct, but they all seem to claim this.

      --
      -- Two men say they're Jesus. One of them must be wrong. - Dire Straits
    2. Re:Correct me if I am wrong by A_Mythago · · Score: 2

      It depends on your employer. When I quit my last job at L. Rife Enterprises I simply had to look at a static-filled screen. They did not require anything el...me li se ka la be so

      --
      "To travel the paths of human imagination you have to be willing to unlearn all you know"
    3. Re:Correct me if I am wrong by JCCyC · · Score: 2

      Maybe he should move to another country. Perhaps find a job at SuSE or Conectiva. ;)

    4. Re:Correct me if I am wrong by Tablizer · · Score: 2

      (* well, it said he'd be prosecuted for IP violations if he were caught using it elsewhere....Sucks to be him too now because although he has 6 years of experience at MS no one will hire him. *)

      Most employers will probably not know about what he signed at MS.

      Further, the courts have tended to be "employee friendly" on this issue because it can hurt one's ability to earn a living, and it tends to be "lopsided bargaining power". Still, court could be a roller-coaster ride even if you win.

  11. It doesn't.. in my book.. by thrillbert · · Score: 4, Interesting

    I am now, a Sr. Network Engineer. But before doing this, I have been everything from a system admin, to a security engineer, to a coder/developer. For me, drawing up on past experience is a total necessity because in the time I've been doing this, I *HAVE* seen it all.

    From recreating scripts to poll routers, to re-writting perl scripts that poll servers, this is all stuff I've seen/wrote/used before. And even in a larger magnitude, setting up policies or procedures for doing things which I implemented elsewhere. If *I* came up with them, why should someone else tell me I can't use them because I came up with them while I was employed by them?

    Sorry, that would be infringing on my ability to earn a living.

    ---
    IANAL, but if I were, we'd all be in trouble!

    1. Re:It doesn't.. in my book.. by Skirwan · · Score: 5, Funny
      For me, drawing up on past experience is a total necessity because in the time I've been doing this, I *HAVE* seen it all.
      And thus is answered the age-old question, &#145does God read Slashdot?&#146

      --
      Damn the Emperor!
    2. Re:It doesn't.. in my book.. by Anonymous Coward · · Score: 2, Funny

      the age-old question, 'does God read Slashdot?'

      "He does now."

  12. Things to consider by Krusher55 · · Score: 5, Informative

    You need to ensure that the previous company doesn't hold any patents on it. You also need to consider whether the employee may have signed a confidentiality agreement with the previous company. Finally, if the previous company is not a direct competitor it probably isn't going to concern them as much as if they are an arch rival. Similarly, if it isn't a core component of the product it probably won't concern them as much as if it was a key competitive advantage. Otherwise, I think as long as it is built from scratch (i.e. no code, design documents, etc. from previous company are used) and it is developed solely based on experience I'd think you would be safe.

  13. See, this is why... by McTavi · · Score: 2, Funny

    You kill all workers involved in the construction of your secret lair.

  14. When you can identify... by BionicElf · · Score: 2, Interesting

    where you used it, you're infringing. When I come up with 'neat' solutions for my customers, those solutions belong to them, not me. If I can't create a new solution without using a significant amount of an old one, I reject the assignment and suggest someone else for it. If I even THINK I might be accidentally reusing IP, I back off. The risk to the customer is too great to play "maybe it won't be noticed" games.
    This doesn't mean i agree that the first customer should have exclusive rights, only that I recognize the way things work in the real world.

  15. What past experience? by Gryffin · · Score: 2, Funny

    What? You mean your employee didn't have his brain degaussed at the exit interview, per company policy? ;{)

    --
    Learn from the mistakes of others. You won't live long enough to make them all yourself.
  16. Translation: by Bonker · · Score: 2, Troll

    Translate: "I'm afraid that if I help you with this solution, I'll be violating my previous employer's intellectual property rights."

    as:

    "I know you hired me because of my work in your field, but frankly, I'm lazy. I can't surf porn and read messageboards all day if I'm working on this solution for you. Here's a tidy excuse so you can feel better about the money you're wasting on me and my blatant goofing-off habit."

    --
    The next Slashdot story will be ready soon, but subscribers can beat the rush and slashdot the links early!
    1. Re:Translation: by JThaddeus · · Score: 2

      Sounds like he's being disloyal to you. Fire his butt!

      --
      "Love is a familiar; Love is a devil: there is no evil angel but Love." --William Shakespeare ('Love's Labors Lost')
    2. Re:Translation: by spankyboy · · Score: 2, Funny

      I've developed a "neat" solution for this problem ... unfortunately there isn't enough space here to write it in full.

    3. Re:Translation: by TekkonKinkreet · · Score: 3, Insightful

      (This has to be tongue-in-cheek, but since it's currently modded up as "insightful"...)

      So, I get sued by my ex-employer if I use my experience, or fired by my current employer if I don't? The same current employer that forced me to sign an NDA/non-compete when they hired me (or, better yet, shortly thereafter)? Here in NC, I'm told that an employee manual you have never read can be interpreted as a legally binding document.

      Am I a slave yet?

    4. Re:Translation: by JThaddeus · · Score: 2

      I see your point, but if I hired him for this, what good is he to me? Looks like something that you really need to go over in the interview process.

      --
      "Love is a familiar; Love is a devil: there is no evil angel but Love." --William Shakespeare ('Love's Labors Lost')
  17. Can you control my thought process ? by cOdEgUru · · Score: 2

    I would like to see my ex-firm and their lawyers do that.

    Hey, I still have to use the same constructs while coding. You cant expect me to stop using the "switch" statement once and for all.

  18. Expression Only by The+Cat · · Score: 2

    First, IANAL.

    Copyright does not apply to ideas, it only applies to the tangible representation of those ideas. Only using a patented process would be infringement, and given the state of patents these days, perhaps that would be a place to start.

    Nevertheless, it is very unlikely to be a problem. Absent an enforceable NDA or non-compete, former employers' legal influence ends when the clock is punched.

  19. Obvious answer by JohnsonWax · · Score: 4, Insightful
    The question is, at what point does 'drawing on experience' cross the line and invade others IP?

    The answer is, at the point that your attorney tells you that it will. Seriously, this is a question for an attorney. You've clued into the fact that it's a legitimate legal question, so go ask a legal professional.

    1. Re:Obvious answer by Bouncings · · Score: 4, Funny
      The answer is, at the point that your attorney tells you that it will. Seriously, this is a question for an attorney. You've clued into the fact that it's a legitimate legal question, so go ask a legal professional.
      Defence: But Your Honor, the opinions on the Internet web site 'H T T P colon slash slash dot dog o r g slash' clearly state that my client is innocent. What more legal proof do you need?

      Plaintiff: Objection. Many of these opinions were modded down as redundant, your honor.

      Your Honor: Strike comments modded below three from the record! Case dismissed.

      --
      -- Ken Kinder ken@_nospam_kenkinder.com http://kenkinder.com/
    2. Re:Obvious answer by bay43270 · · Score: 2

      I know this is a redundant reply, but I'm replying to a redundant post as well:

      Slashdot is a discussion group. The job of the editor is to post a thought provoking topic for everyone to discuss. It looks like they did a very good job (IMHO). But for some f'ed up reason, all the moderators today seem to be stuck on the idea that legal issues should not be brought up on Slashdot.

      We are not all lawyers, and we don't have all the details in this case, but that doesn't mean we can't talk about it.

  20. Idea vs. implementation by Doomdark · · Score: 5, Insightful
    The question is, at what point does 'drawing on experience' cross the line and invade others IP

    In general all IP protection mechanisms (copyright, patents, trademarks) are supposed to cover implementations, not ideas. In case of software algorithms things become messy; separating idea from implementation seems to be a hard thing to do (esp. for US pat. office...), but in theory the basic idea should not be patentable; copyright protects specific implementation and trademarks shouldn't be applicable?

    Unfortunately, since the decision to allow business methods to be patented (and even when allowing algorithms) the line has become blurrier than ever. :-/

    Finally keep in mind that using experiences in itself never infringes IP; at most it could violate his previous job contract (and even that is unlikely to hold in court). I know this sounds obvious but it needs to be emphasised. Thus that person can explain the idea -- patents are not trade secrets after all -- and then you may consider whether the method in question might be protected or not, and proceed appropriately. The exception would be if you were planning to do complete clean room implementation of a system, but that doesn't seem to be the case?

    --
    I like paying taxes. With them I buy civilization -- Oliver Wendell Holmes
    1. Re:Idea vs. implementation by pthisis · · Score: 3, Informative

      In general all IP protection mechanisms (copyright, patents, trademarks) are supposed to cover implementations, not ideas.

      Not true, at least in the United States or Europe. Patents are--and always have been--allowed to cover a process, art, or method. See e.g. Title 35, part II, chapter 10 of the US Code, "Patentability of Inventions" for the legislative authority to cover this. This wording is basically unchanged for over a century--though in 1952 wording was added forbidding patents on things that are "obvious to a skilled practitioner of the art" (the courts had been enforcing a similar prohibition since a Court ruling in 1850). Going back into history, European governments routinely granted method patents since at least the mid 1500s.

      _Business_ method patents are new, but patenting ideas and methods rather than implementations isn't anything new.

      Copyright and trademark, on the other hand, are supposed to cover particular expressions of an idea (and with trademarks that expression is limited to how it is used in a particular field).

      Sumner

      --
      rage, rage against the dying of the light
    2. Re:Idea vs. implementation by Doomdark · · Score: 2
      allowed to cover a process, art, or method

      Point taken; one doesn't need to have a physical implementation (I was thinking more general implementation / application of the idea). However, main point ("ideas can not be patented") still stands. Idea needs to be developed to patentable things (which includes processes, arts and methods).

      --
      I like paying taxes. With them I buy civilization -- Oliver Wendell Holmes
    3. Re:Idea vs. implementation by Bytenik · · Score: 2, Informative

      However, main point ("ideas can not be patented") still stands. Idea needs to be developed to patentable things (which includes processes, arts and methods).

      You are really muddying the waters here. Ideas certainly can be and have been patented. It is only "abstract ideas" that can't be patented.

      From the USPTO site:

      A patent cannot be obtained upon a mere idea or suggestion. The patent is granted upon the new machine, manufacture, etc., as has been said, and not upon the idea or suggestion of the new machine. A complete description of the actual machine or other subject matter for which a patent is sought is required.

      Note the key phrase "complete description". You simply need to provide sufficient detail describing the idea. It is clearly not the case that "ideas can not be patented". In fact, I would state that "every patent describes an idea".

      As an example from the software patent side, I can't just patent the abstract idea of "unbreakable encryption", but if I have an idea for a particular algorithm, and I can explain it sufficiently, then I certainly can apply for a patent. Note that the algorithm doesn't have to be practical with today's technology, and I don't have to provide an implementation, just a complete description.

      The same goes for other patents. There are thousands of patents on devices that have never been built and proceses that have never been implemented . I would suspect the same is true of software patents.

      For what it's worth, I'm against most software patents simply because they don't pass my interpretation of what's "obvious to a skilled practitioner in the field". I also believe quite strongly in the idea that "knowledge should be free".

      --

      "Scientists prove we were never here."
      -- Devo

    4. Re:Idea vs. implementation by Doomdark · · Score: 2
      Perhaps this is nitpicking but:

      Ideas certainly can be and have been patented. It is only "abstract ideas" that can't be patented.

      ...

      From the USPTO site [uspto.gov]: A patent cannot be obtained upon a mere idea or suggestion.

      Doesn't that explicitly state "ideas can not be patented"?

      I know we are discussing semantics here, but to me that (USPTO) says what I'm trying to say; methods can be patented, ideas not. Idea is "selling sausage over Internet" or "Encrypting data using [brand new algorithm]"; neither of which is patentable. When describing specific method, idea has been "patentified", refined to a specific enough invention. I don't think detailed description is "mere idea" any more.

      And for what it's worth I, too, somewhat against patenting as whole, and strongly against patenting of algorithms and business methods. For algorithms it comes down to ideals, but also to the fact that copyright should be strong enough protection for actual implementations, so more abstract methods need no such protection.

      --
      I like paying taxes. With them I buy civilization -- Oliver Wendell Holmes
  21. My experience by The+Ape+With+No+Name · · Score: 2
    As a cultural geographer, I do a bunch of fieldwork and have gathered a good deal of experience in the study of vernacular architecture. About a year ago, I was doing work in Slovenia and I had a thought: "Time is nothing more to folk architecture than a way of dispelling the notion that humans live and create outside of nature." Cool. That's some profound stuff there. I put it in a paper and submitted it to my professor who liked it. "Publish, young don!"

    During the run up to a later conference, I did some reading on material culture literature by a gentleman named Henry Glassie. Then I saw this: "Dates remind us that traditional ways are not superorganic in origin but the product of work in time." I quickly fired up OpenOffice and added an endnote citing him.


    I think that is the point where experience can tread on other's IP. He had done it before and it could be reasonably expected of me to have read these seminal works on the subject matter. Therefore, I had to cite to be honest, no matter that I had come up with a similar thought previously and independent of my knowledge of his work.

    --
    Comparing it to Windows will be a moot point, since El Dorado is going to have a 40% larger code base than XP.
    1. Re:My experience by The+Ape+With+No+Name · · Score: 2

      I guess my point is that if the original author were to ferret out (more likely some pecksniff with little else to do) my paper and see this idea. He could say that I had gotten the idea from him and not attributed it to him. Independence of thought is not the same thing as original work.

      My point is that he needs to do some backchecking to find out where and whence the idea came. If it really is his orignal work, cool, if not then credit where credit is due.

      --
      Comparing it to Windows will be a moot point, since El Dorado is going to have a 40% larger code base than XP.
  22. A neat way to solve that problem by littleRedFriend · · Score: 5, Funny

    If you hurry up you can still see how they solve this at dilbert's office.

    --
    IANAL, but imagine a beowulf cluster of in Soviet Russia all your belong are base to us welcoming the new SCO overlords.
    1. Re:A neat way to solve that problem by SocialWorm · · Score: 2

      If you hurry up you can still see how they solve this at dilbert's office [dilbert.com].
      --

      -- Humour is often in repetition. Humour is often in repetition.


      Heh, someone posted a link to the exact same comic 13 minutes after you did: http://slashdot.org/comments.pl?sid=34847&cid=3765 057
      --
      My Blog: http://nic.dreamhost.com/
  23. Have someone else implement his solution. by Louis_Wu · · Score: 2
    One of the posts has already said that you infringe "When the lawyer says so."

    There was a discussion on /. a year or two ago about how to learn programming without copying. One piece of advice was to read through the code/algorithm you're trying to learn, put it away, and try to implement it yourself. Without looking at the original - without 'cheating'. You could try having the developer spec out the "neat" solution, and have someone else implement it. But you still might run into lawyer trouble.

    BTW, did the "neat" solution involve anything which was patented? If so, my suspicion of lawyers inclines me to pronounce this method DOA.

  24. Patents by Estragon · · Score: 2, Insightful
    Simple!

    Its infringing on someone's IP when the "experience" resulted in a patent being granted on it.

    --
    I rejoice that there are owls.
  25. In a word... by Neuracnu+Coyote · · Score: 4, Insightful

    Does drawing on experience infringe on others' intellectual property?

    No. Inspiration does not count as stealing. Mind the slippery slope.

    --
    --
  26. Drawing on Experience and IP by Carnage4Life · · Score: 5, Informative

    This kind of question really requires Professional Legal Advice and may depend on the context, e.g. is he reimplementing something trivial like a command line argument parser or something non-trivial like highly optimized kernel code for a specific device? Anywhere as for my opinion, I Am Not A Lawyer (IANAL) but the kinds of IP that matter in this case are Copyright & Patents.

    Copyright Issues: If his reimplementation of the solution from his former job is a cut & paste of old code to new then there probably most likely are issues since most corporations own copyright on code written by employees. Reimplementing the same strategies from memory should not affect copyright [unless he has a photographic memory].

    Patent Issues: If the technology he worked on was patented by your employee's former employer then there will be licensing issues which depend on how he signed over the patent to his former employers.

    There are also the Non-compete clauses in employment contracts which although do not strictly have anything to do with IP law can severly restrict what knowledge you can obtain from him and in severe cases may require you to fire him like in the CrossGain vs. Microsoft situation

    1. Re:Drawing on Experience and IP by Fnkmaster · · Score: 2
      Ehhh.... you are correct, but you are missing "trade secrets". This a broad and fuzzy area. IANAL, of course, so I don't know how enforceable the provisions are, but an awful lot of employment contracts _and_ contract gigs state that you will not disclose "trade secrets" which exclude common knowledge to practitioners of "the trade" but can claim to include a hell of a lot of other stuff.


      I'm sure there must be some precedent for including these provisions in contracts, but you'd need a lawyer to tell you about how enforceable they are. Or you could just make a commonsense assessment based on your understanding of what is an obvious engineering problem versus a trade secret could be. See some definitions of trade secrets from the law: http://www.execpc.com/~mhallign/tradesec.html then go and ask a lawyer for a _real_ opinion (i.e. is your company willing to go to bat for you should something happen in the future where you get sued).

    2. Re:Drawing on Experience and IP by BitterOak · · Score: 2
      But both trade secret agreements and non-compete clauses are parts of a potential contract between the employee and his previous employer.

      The person asking the question is thus not a party to such a contract. So his employee could conceivably be sued, but I don't see how the new employer could.

      Copyright and/or patent violation is another matter altogether, but I don't think non-compete clauses and trade secret agreements are binding on third parties.

      I am not a lawyer and it would be nice to hear from some real lawyers on these matters. I know you're hiding out there somewhere.

      --
      If I can be modded down for being a troll, can I be modded up for being an orc, or a balrog?
    3. Re:Drawing on Experience and IP by Fnkmaster · · Score: 2
      Obviously - my point is simple. If the new employer wants the employee to work on a project that puts that employee in a potentially legally questionable situation, they will have to offer a guarantee of legal protection should the employee get sued. Otherwise why should the employee work on that project? Of course, they could just threaten their employee that they'd can him/her, but that will a) alienate lots of employees and b) possibly break employment laws by strongarming/firing an employee for refusing to break intellectual property laws -- this will surely result in a counter suit against the new employer.


      If you are going to ask your employees to do questionable stuff, you'd better be willing to go to bat for them - just common sense here, nothing legally binding about it (since obviously, as you mentioned, contracts aren't legally binding on third parties, but neither can a third party try to coerce you into breaking a contract by threatening to fire you from your job). It definitely falls into common business understanding that you can't ask employees to divulge trade secrets that belong to previous employers on threat of firing them - and if you want to convince yourself of this, ask a lawyer. :)

    4. Re:Drawing on Experience and IP by TekPolitik · · Score: 2

      This kind of question really requires Professional Legal Advice and may depend on the context

      This is absolutely correct, and cannot be stressed enough. The copyright and patent issues already mentioned are the least of the difficulties involved in this question. Even absent copyright or patents, there's the issue of "confidential information" (also referred to as trade secrets, although this is merely one instance of the broader category). If a court decides you have abused confidential information, they can require you not only to pay damages if any harm comes to the owner of that information (harm isn't even required in the US and UK), but they can require the company to hand over any profits made through the use of that information.

      Even a lawyer's not going to be able to give a complete answer on this, but questions to ask are:

      1. Is the information actually confidential?
        1. The question is whether, at any point, it was confidential - the fact that confidentiality was broken by somebody else (other than the owner) doesn't free the information of its confidential status.
        2. Was the information kept confidential? (for example, did they disclose things in product brochures). If it wasn't kept confidential, it's not confidential.
        3. Was it imparted or learned in a situation of confidence? If not, it's probably not confidential
        4. Are you able to find the same information in the public, in the form in which you intend to use it? If so, it is not confidential (but it must be the same form - transformation of common knowledge or combination of two or more pieces of common knowledge may create new confidential knowledge).
      2. In an employment context, some information is and some isn't confidential. It can be difficult to tell which it is. Some things are public at the outset, some are ordinary learning in the course of conducting your trade, some are confidential information. The difference can be very subjective.

      Your best bet is to try to find the same thing implemented the same way somewhere in the public domain - if you can do this you're safe from restrictions on confidential information. You could also get the consent of the prior employer, which should be possible if the new employer is not a competitor. Otherwise, if you want to be safe, give the work to another designer/coder and don't tell them how you solved the problem previously.

      Even when you talk to a lawyer, you're not likely to get an unequivocal answer.

    5. Re:Drawing on Experience and IP by Tablizer · · Score: 2

      (* This kind of question really requires professional Legal Advice *)

      Is that where you pay a guy $70 an hour to concluded after long billable pondering, "Well, it depends on how gullible the jury or judge is."
      ?

      Tell you what, I'll do it for only $65.

    6. Re:Drawing on Experience and IP by TekPolitik · · Score: 2

      Having just read the rest of the discussion, I noticed that a lot of people are saying "don't talk to a lawyer... this is easy, just do it". This is absolutely not easy. If there's any doubt in the mind of the person asking the question, it's very important to talk to a lawyer on this before just going ahead and doing it. The area of confidential information is in many areas unclear even to lawyers, so non-lawyers claiming it's easy or clear are clearly mistaken.

      Other posters have suggested that unless there's a copyright issue, a patent, or a contract, there's no obligation of confidentiality. This is absolutely wrong.

  27. IP issues by ajs · · Score: 2

    There are two broad classes of problem here: generally protected IP rights and contracted IP issues.

    Without being a lawyer, I can tell you that the former issues are generally easy to protect yourself from. If the developer isn't just copying and changing variable names in a copy of the code, then it's pretty easy to defend the idea... until you get to look-and-feel, which is were some really tragic mistakes have been made, IMHO.

    However, it's (almost) never that simple. Most everyone signs a non-disclosure and/or non-compete of some sort, and that's a relatively unique contract that a lawyer will have to analyze on a case-by-case basis. I'd say that no company should ever hire anyone who is encumbered in this way, if the practice hadn't somehow become wide-spread. It's just insane that you never know what your employees are infringing on unless you have a tech-savvy lawyer sitting over their shoulders with copies of every NDA/NCA they've ever signed.

    There are limits to what rights you can sign away, but those are getting thinner and thinner....

  28. Oooo opportunity! by NanoGator · · Score: 5, Funny

    Check out my new resume!

    Objective:

    To put my skills in [UNIDENTIFIED DUE TO NDA] to develop a new plan to [UNIDENTIFIED DUE TO NDA]. My experience is perfect for your application.

    Job Experience:

    3 Years at [UNIDENTIFIED DUE TO NDA]. My job was to [UNIDENTIFIED DUE TO NDA], [UNIDENTIFIED DUE TO NDA], and I also created a new system of [UNIDENTIFIED DUE TO NDA].

    Job References:

    [UNIDENTIFIED DUE TO NDA]
    [UNIDENTIFIED DUE TO NDA]
    [UNIDENTIFIED DUE TO NDA]

    :)

    --
    "Derp de derp."
    1. Re:Oooo opportunity! by kreyg · · Score: 2

      You've obviously been exposed to technology we would like to steal, you're hired.

      Oh right, the dot-com boom is over. Oh well.

      --
      sig fault
    2. Re:Oooo opportunity! by Ecyrd · · Score: 2

      Been there, done that.

      Didn't get the job.

      (Really, this is the reason why I try to sign as few NDAs as possible nowadays. Sooner or later you come to a situation where you would know how to efficiently solve a problem, but you can't do it because of an NDA. And that is incredibly frustrating - knowing that you could do better, or different, but you cannot because you're afraid of breaking an NDA.)

    3. Re:Oooo opportunity! by SpinyNorman · · Score: 2

      If you've worked for classified military projects, that's probably exactly what your resume does look like.

      Interviwer: Can you tell me a little about the most recent poject you worked on?

      You: No.

    4. Re:Oooo opportunity! by NanoGator · · Score: 2, Funny

      My company interviewed a guy who answered kind of like that. After poking him a couple of times about it, we found out he'd been in jail. Heh.

      --
      "Derp de derp."
  29. Is it 'experience' or 'proprietary knowledge'? by Dr_Harm · · Score: 2, Insightful
    This is a difficult question... and one that I think is faced more often than most people think.

    For me, the answer comes down to the difference between 'experience' and 'proprietary knowledge'. Experience comes from being given a problem and designing/creating/inventing my own solution/implementation. Proprietary Knowledge comes from looking at or learning about a solution to a problem that I, myself, did not create but exists within the organization I belong to.

    In other words, did the developer 'experience' the process of developing the solution the first time, or 'get' the knowledge from outside?

    Of course, this has to be tempered with the 'obviousness' guide that the USPTO seems to like to ignore. I mean, there are only so many different ways to implement lots of common components (how many times have you implemented an RTC based on a periodic interrupt?), and regardless of who developed the solution, I don't think any of them really belong to any organization as "proprietary IP" because they are too obvious. (In the language of the USPTO, they fail to be "novel").

    It's a difficult balance. Unfortunatly, the only "official" guidance on the topic comes from patent-infringmenet lawsuits, which are just so much fun... :)

    Matt

  30. It probably doesn't by Jeremiah+Blatz · · Score: 2, Interesting

    There are two cases where an idea may infringe on another's IP: patents and trade secrets. Copyrights would cover the actual code. Even if the code is the same, if you can prove that you re-implemented it instead of copying it, you will win in court. If you're really doing a back box reimplmentation, you are not infringing on copyright. The other class of IP is trademarks, which are even more specific. Trademarks cover symbols, likenesses, etc. Ideas and code cannot be trademarked.

    Now, back to trade secrets and patents. Patents cover abstract ways of doing things. If the idea your engineer came up with is patented, you are infringing. However, patents are in the public record. You can search for existing patents on the PTO's web site. I don't know if these are up to the minute or not. If you have reason to belive that an idea is patented, it's probably best to pay your lawyers to look for you. They're probably better at it than you and have better sources of information.

    Trade secrets are a bit murky. Trade secrets are quite broad. The only restriction is that they are secret. Things that can be neither copywritten, trademarked, or pantented may be trade secrets. As far as I know, if someone reveals a trade secret to you, you can use it. It is the act of revealing the secret that is illegal. So, if you ask the engineer if he may reveal the solution to you, and he says yes, your company should be covered. (I think that if your company asks him to reveal trade secrets, then your company is at fault and is open to prosecution.)

    Note that IANAL, and my knowledge of trade secrets is a tad on the sketchy side. As with all legal matters, the person to ask is a lawyer, etc.

  31. Personal Experiences by scott1853 · · Score: 2

    Personally I had to sign a contract stating:

    "That any development disclosed by the associate to a third person within six months following the period of employment with the company shall be presumed to have been conceived or made during the period of employment with the company unless proved to have been conceived and made following the termination of employement with the company."

    Technically it's meaningless because my current employer wouldn't know if I gave secrets to a new employer but it's all that legal crapola.

    Of course it also boils down to your own personal ethics. You should know where to draw the line. Now if you've created some incredible 500:1 lossless compression technology and you start at a new company that's try to create compression alogorithms then obviously you can't give them that formula. It all depends on a variety of variables that the poster didn't elaborate on so I don't think anybody here can give a definite answer.

  32. Depends on whether the IP is protected by CodeShark · · Score: 2, Insightful
    This seems pretty obvious to me, and it depends on whether one of three conditions exists: a) the IP is protected by patent, b) any of the code is protected by copyright and exists in a form available to your employee/co-workerfrom the prior assignment , c) the code is covered by a signed trade secret or non-disclosure non-compete agreement which says in fairly specific terms that he can't develop something similar for another company.

    The basic rule is sort of a balance between preventing a previous employer can't keep an employee from making a living and preventing an employee from taking intellectual property which he has legally agreed not to disclose outside the bounds of the agreement, i.e. "stealing the technology" from the owner of the IP.

    As a programmer for hire/consultant on WinXX boxes, I have often implemented the same exact solutions for a subsequent customer, but not once have I used code from a previous project, because my particular agreements state that any code I wrote belonged to the company paying for my services.

    On the other hand, all of my Linux code is inherently reuseable (none of it currently in the wild, by the way -- too limited in scope for wide use) because of the GPL, which implies that I can use the exact code in a later assignment, and anybody who uses my code can do the same thing -- so long as it remains GPL.

    The final rule I use to protect myself is, "when in doubt, ask." Ask the former employer, or the current company's legal counsel, etc. The ass-u-me principle, ya'know.

    --
    ...Open Source isn't the only answer -- but it's almost always a better value than the alternatives...
  33. Odd problem by symbolic · · Score: 2

    What if, upon accepting the services of an attorney, you agree that any and all documents produced will become your property? Obviously, the likelihood that this would ever happen is next to none, but I do think it illustrates the futility in some sense. I think companies should be able to protect their trade secrets (and their methodologies), but I also don't think it's reasonable to expect people to trivialize and/or marginalize the value offered by their collective experience. The attorney wouldn't blink an eye before showing you the door- so why is it reasonable to expect anything different from an experienced programmer?

  34. good grief by Fiver-rah · · Score: 2

    Do we need any further proof that the current state of intellectual property law is hindering, not helping, advance technological progress? I mean, the whole point of this was to make sure people were compensated enough to make innovation beneficial. Now we can't even breathe without someone saying, "I say, I took a breath like that once--I think you may owe me a billion dollars for violating my intellectual property rights."

    --
    Read Bujold. Free (as in
  35. ok, THAT was funny! :) by thrillbert · · Score: 2

    And thus is answered the age-old question, 'does God read Slashdot?'

    Well, I am not God, but I do play God at work.. ;)

    ---
    Universe, n.:
    The problem.

  36. Hey! Lawyers out there... by digital_freedom · · Score: 2

    Sue me!

    My name is Daniel Paul from Fractal Graphics">Fractal Graphics. I'm pretty sure I'm about to commit some type of IP violation of another company. So, I'm posting this on Slashdot the only place where a web site/reader confidentiality rule exists. So please send your free legal advice and subpoenas to:

    Fractal Graphics
    P.O. Box 1675
    Western Australia 6872

    or just email me at:
    daniel.paul@fractalgraphics.com.au

    Next time I will ask my manager before I reveal possibly damaging company information to the public.

  37. but lawyers do not all agree by Lewis+Mettler,+Esq. · · Score: 5, Informative

    All you have to do is compare the public opinions of the States' lawyers with those of the Microsoft lawyers and you will realize that you can just punt.

    But, it is not too hard to understand that some things you must just stay away from. Examples are "copying large quantities of code or designs". Now to some that may seem obvious.

    But, I recall hearing from engineers in the late 70's that if you look at the schematic of the original Apple what you see is the schematic of the HP 2640A Communications Terminal (which sported an Intel 8008 chip). And, yes, had RAM and a display as well as communications. Now, who was that fellow, anyway?

    The point here is that an awlful amount of work has been shared around Silicon Valley for years. Some of was legit. And, some was not.

    But, in any particular case, if you are in doubt, by all means contact your legal counsel and get some guidance. Failure to be upfront with your own lawyers is only likely to get yourself and your company in hot water.

    What ever you do, do not rely upon general information or discussions you may hear on /. even if the poster is a lawyer.

    --
    NexuSys - Linux support by the best
  38. Re:What to do"? by larry+bagina · · Score: 2

    Non-compete contracts are unenforceable if they unfairly limit your ability to have a job. A *temporary* (ie 2 years or less) restriction from working for competitors or practicing the trade within a geographic area is enforceable.

    --
    Do you even lift?

    These aren't the 'roids you're looking for.

  39. Answer for California by Winged+Cat · · Score: 4, Insightful

    IANAL, but at least in California (and, I hear, many other states), the legal precedent is that any IP an employee can carry in his or her mind, that employee may then freely use in any further job regardless of NDAs or the like (which thus become unenforceable in this regard). Patents, being federal law, would trump this, but that's about it.

    1. Re:Answer for California by Wraithlyn · · Score: 2

      Interesting. I wonder what will happen when people eventually have electronic memory augmentations installed?

      --
      "Mind, as manifested by the capacity to make choices, is to some extent present in every electron." -Freeman Dyson
    2. Re:Answer for California by Winged+Cat · · Score: 2

      Same thing that happens today to people with photographic memory, only it'll happen to more people. Though, I specifically said "mind" since (at the moment) any implanted data storage that can not directly interface with one's nervous system is treated like merely an exotic disk for these purposes.

  40. Patent, copyright, and NDA's by markmoss · · Score: 2

    at what point does 'drawing on experience' cross the line and invade others IP?

    IANAL, but if the IP in question is a copyright, a ground-up build should keep you in the clear - unless someone's memory is so good he's just re-typing the same code as at his old employer. That's pretty unlikely - if he's anything like the rest of us, he'll have enough things he thinks he can do better the second time around that it will come out substantially different.

    If it's patented, watch out. You can infringe a patent just by independently discovering a similar approach to the problem.

    Finally, the former employers may think the stuff your new employee learned is a "trade secret" that belongs to them. This can be a problem only if the guy signed an NDA or "non-competition" agreement, but a lot of companies do slip that in among all the insurance forms on the first day at work... State laws limit the length of time and breadth of coverage allowed in these agreements, but each state is different, so get a lawyer expert in the employment laws of the state(s) involved.

  41. Only when previous employer snoops around. by Fastball · · Score: 2

    Forget all above posts about consulting your lawyer. Just implement the damn thing. How is your previous employer going to know what you're doing at your current gig? Obviously, I don't know how sensitive or widespread your project is, but I do know that projects guided by legal and marketing departments become crap.

  42. This has a very simple answer by Compulawyer · · Score: 2
    and that answer is that there is NO simple answer.

    You cannot give legal advice in a vacuum. Each legal problem is highly fact dependent. It is easy sometimes to say what the law is (in the sense that you can simply say it is illegal to do X ) but when you try to apply the law to the facts of a specific situation you need to know which facts are important legally, what the effect of those facts are to the law's application.

    Hire a lawyer and let him/her make a determination for you in the form of a legal opinion. If you do get sued, you can defend your actions on the basis of your lawyer's advice. Trust me -- the investment today will be well worth it tomorrow in a lawsuit.

    --

    Laws affecting technology will always be bad until enough techies become lawyers.

  43. Is there a slashbot by swb · · Score: 2

    ...that posts "Effect on open source?" to every new thread?

    1. Re:Is there a slashbot by swb · · Score: 2
      No, not quite funny, but more curious, because it seems every thread has one or more of the following top-level follups:
      • What effect will this have on Open Source?
      • This is good for Linux
      • This is bad for Linux
      Even when the topic isn't really related to software licensing or operating systems (Ask Slashdot: Does New Tide really get shitstains out of poly-cotton briefs better than those other brands?). It's possible to ask about the impact on Open Source if a draft ox in a rice paddy in rural China shits green, but its not terribly germane.

      I'm just wondering if there's a bot or if somebody is playing like the 7 Degrees of Open Source or if its really someone who truly can't think about anything other than Open Source.
  44. Re:Experience is not illegal by rodgerd · · Score: 2

    I hate to tell you this, but that is in fact the precise objective of most modern employment contracts in the IT world: to enslave you to one company by rendering to enemployable outside of McDonalds should you leave.

  45. Time to throw in the towel... by Grishnakh · · Score: 2

    Here's my answer: since it's impossible to design anything new without drawing upon past experience and designs (technology builds upon itself), but using past designs will get you sued for copyright violations, IP theft, etc., I think we as a society should simply give up designing anything new.

    Sure, things will start falling apart pretty quickly, but that's ok. Even if we end up going back to the stone age, at least we won't worry about violating anyone's precious IP.

  46. Re:Experience is not illegal by yintercept · · Score: 5, Informative

    I had a lawyer explain his opinion of the laws...which was pretty much similar to your thoughts...you can't copy the code, but you can take your experience. I was careful to make sure he noted this view in the NDA I was being forced to sign.

    BTW, I had another a contract that specified that I could not accept work from a potential client of the company within three years of the two month contract. I asked the lawyer if he could name a single company that was not a "potential client." He could not; so I refused to sign the legal documents.

  47. easiest solution by anthony_dipierro · · Score: 2

    After a few hours he returns telling me that he'd solved a very similar problem a previous place of employment and that they had developed a "neat" solution.

    At which point you should have covered your ears and said "la la la la la I can't hear you".

  48. Experience != IP by Capt_Troy · · Score: 5, Interesting

    Experience and IP are two different things. This guy learned from past experience. Now he can apply that to solve a similar problem. If he hacked in and copied the code, that is different.

    If you try to open a door differently each time, pretty soon you will be standing on your head trying to turn a knob with your feet.

    This guy needs to do the best job he can for the company that hires him. If he refuses because he did something similar at another company, then you might as well just let him go.

    T

  49. Re:It's LAWYER. by billnapier · · Score: 2

    I'll no longer have that problem when Malda get's the /. spellchecker module installed which will be on the near side of never.

  50. Stop the insanity! by noahm · · Score: 2
    Almost everything humans know is based on past experience. If we had to ask permission to use our experiences, then what would be the point of listing previous jobs on our resume? Companies could never fill "senior" positions because they all assume the person has passed through the junior version of the same position (gaining experience along the way, on would hope).

    If drawing on past experience constitutes IP theft then the IP system as we know it is more fucked than I thought.

    noah

  51. Re:What to do"? by sigwinch · · Score: 2
    "Non-compete contracts are unenforceable..."
    Where unenforceable means "enforceable until litigated otherwise". Your signature on a contract is prima facie evidence that you intend to abide by its terms. By the time it is found unenforceable, your employer has received a cease-and-desist order, you have spent thousands of dollars and weeks of time litigating, and you might even have liens against your house and car.

    Only a moron signs a contract on the theory that it is unenforceable, and they deserve what they get.

    --

    --
    Kuro5hin.org: where the good times never end. ;-)

  52. Re:This is the death of originality. by sigwinch · · Score: 2
    Tell me wise guy, who are you going to turn to after you spend a year in your basement writing the code to the next killer app and then the guy down the street, who couldn't code himself out of a wet paper back, copies your stuff, sells it for a million bucks, and leaves you crying at home?
    Kill him the same way you killed all the lawyers? ;-)
    --

    --
    Kuro5hin.org: where the good times never end. ;-)

  53. But don't steal their thunder.... by garver · · Score: 2

    I agree with you if the pattern is common knowledge. It's common knowledge if you can find multiple developers that know the pattern, yet come from a different background, worked for different companies, etc. It's not common knowledge if only this developer and the developers he worked with at his previous company know it. In that case, it becomes something unique to his original company. That is Intellectual Property and its protected under the laws of the U. S. of A., like it or not.

    Looking at NDAs that I've had to sign to work for someone, they all so something like "I will keep in confidence during and after my period of work any IP that I learned or developed while working for company." So if this guy's NDA looks like mine and what he did was unique to his previous employer, then he's got to keep his lips sealed or open himself for a lawsuit. Sorry.

    As an aside, if we think the developer's previous company should be denied of their IP, then how dare we GPL anything? The company "created" IP, they can do as they please with it, including keep it proprietary. Open Source projects "create" IP, they also can do as they please, including give it away with restrictions. In both cases, the creator determines the fate of the IP and decides to place restrictions on its use. If we believe that IP does not exist, then creators have no rights, and we should all use a BSD-style license.

    Disclosure: I am not a lawyer, but I know to avoid them at all costs.

    1. Re:But don't steal their thunder.... by swv3752 · · Score: 3, Insightful

      If you want to protect then you patent or copyright it. If you haven't done either, then it is public knowledge. I'm surprised that no one has ever challenged NDA's and other employment IP contracts under the Thirteenth Amendment. For those that are unfamiliar:

      Amendment XIII

      Section 1. Neither slavery nor involuntary servitude, except as a punishment for crime whereof the party shall have been duly convicted, shall exist within the United States, or any place subject to their jurisdiction.

      Section 2. Congress shall have power to enforce this article by appropriate legislation.

      --
      Just a Tuna in the Sea of Life
    2. Re:But don't steal their thunder.... by a_n_d_e_r_s · · Score: 2

      Well, you always automatically gets copyright to code ...

      At least whre I live.

      --
      Just saying it like it are.
  54. Basic problem in IP. by Saggi · · Score: 5, Insightful

    I have been involved with a lot of designers (not only code design but real world design, like chairs and furniture's). Whenever they "invent" a new design they want to own it. Every thing else is a cheep copy. Now how does this apply to the current situation? Well if you design a lamp, what are you really doing? Do you come up with something quite new? A lamp is a lamp! Someone else invents the material you use! The form of the lamp is inspired by something else! (Everyone I have talked to has admitted this. Truly unique idea is extremely rare.)

    So where do a code design come from? I my daily work as both an IT architect and consultant I'm faced with inventing solutions to suit specific client needs. 80% of my code is copied (more or less) from previous pieces of code. Often when I do write code from scratch, its because the previous collection of "stolen" pieces need to be cleaned up or optimised. The design patterns I use are based on best practice (or if I invent something new, a collection of best practices).

    In computer science I learned a method called divide and conquer. It's a basic concept, that if you can divide you problem into two problems, and divide these into two problems etc... you'll end up with tiny problems that can easily be solved (typically by one or two lines of code). If you look at any complex program, design pattern etc, this is what you will find. The problem has been broken down to small solvable pieces. And these pieces are not original. Now the work of breaking down the complex problem, is that IP? Now that's what I'm hired to do as a consultant.

    When it comes to solving solutions from scratch, its based on my experience. But what is that, besides a collection of knowledge gain by study, reading, daily life etc... Have I ever really invented something worth calling "My intellectual property"?

    If I code in C++ or Java, someone else has invented both languages. But the design of the langue influence deeply upon the design I'm implementing. Now you may say that the idea of OO is really original, and could be classified as IP (luckily no one has done so). But is OO not just inspired by the real world? I many of the teach books I have seen examples of OO have been described as elements from the real worlds (insects inherited into flying insects into bees etc... or cars... you probably can list a lot of examples from the books you have read). So can OO be classified as an original idea to be patented?

    Now this is where it goes wrong. Copyrights was originally only based on the specific instance of a piece of art, book etc. Then it expanded into patents and now into IP. At some point it will collapse. Now if anyone can provide me with an idea that could be classified as original, and not based on some other piece of information, method, idea... I would like to hear about it.

    Now before this patent, copyright, IP collapse (and I believe it will at some point) a lot of lawyers may earn a lot of money going to court. This is an industry on its own today.

    So this is where we stand. In a world where lawyers prey on the society of knowledge. They don't provide anything, they don't produce anything... but they do stop a programmer from trying to implement the correct solution for a client out of fear.

    Just try to count the number of comments referring to "go see a lawyer", "slashdot is not a free advisory service" etc...

    --
    -:) Oh no - not again.
    www.rednebula.com
  55. Does it matter? by Beryllium+Sphere(tm) · · Score: 2

    If you get sued, it'll cost buckets of money even if a judge/jury winds up taking your side.

    If you don't get sued, it doesn't matter what a judge/jury would have thought, though obviously you'll follow your own sense of ethics.

    What are your and his relations with the ex-employer? If they have a reason to get nasty, and can afford a filing fee, then you could find a process server on your door.

    Law isn't something like a compiler where you can always predict the output -- it's a matter of what someone has the chutzpah to claim and the persuasiveness to convince a judge.

  56. In situations like that I ask myself the question: by WolfWithoutAClause · · Score: 2
    "What would Bill Gates do?"

    ;-)

    --

    -WolfWithoutAClause

    "Gravity is only a theory, not a fact!"
  57. I'm Tellin' Y'all It's a Sabotage by xtal · · Score: 2

    I Got This Fucking Thorn In My Side Oh My, It's A Mirage I'm Tellin' Y'all It's a Sabotage

    I'm suprised none of the conspiracy theorists on here haven't head a field day on this. Did you ever consider it might be a little suspicious this guy acting like this? I'd be really reluctant to expose my employer directly to legal problems like this unless I was POSITIVE there was going to be a problem, like, if we were in direct competition with my previous employer. Otherwise, who cares?

    What if that guy was taping you, or is setting the company up for legal action down the road by his old company?

    Getting legal advise here is like asking for tips on how to pick up women on slashdot. ask the pros, get legal counsel, you're a babe in woods if you don't have someone on retainer already. When I did lame-o contracts in college I had a contract lawyer, even. It doesn't cost that much.

    --
    ..don't panic
  58. Probably OK. by SagSaw · · Score: 3, Interesting

    IANAL (or an expert in anything stated below).

    First, this is what patents are for. Either the "neat solution" is:

    1. Patented, in which case, you probably can't use it without licencing the patent, or

    2. the "neat solution" is trade secret, in which case your probably fine unless

    3. your employee has signed a contract which prevents them from divulging this information under these circumstances.

    Something which wasn't mentioned is whether or not the employee worked for a competing company. They are likely to care a lot more about specific knowldge the employee took with him. If you're concerned, you probably want to run this past your companies legal representitives.

    --
    Come test your mettle in the world of Alter Aeon!
  59. me too on the "only if it's patented" thing by msouth · · Score: 3, Interesting

    If I were going to try to answer this lawyerlessly, I would say you're fine as long as they didn't patent the solution. And if they did patent it, then the engineer in question should probably know about it because he was one of the inventors, right?

    Tell the guy to chill. What's the probability that the other company will ever know? I mean, it's not like you're asking questions about it on a widely-read website or anything.

    --
    Liberty uber alles.
  60. Re:School teachers would disagree by Sobrique · · Score: 2

    Or you could just do it in perl instead :)

  61. Re:but lawyers do not all agree - mod parent up by Manitcor · · Score: 3, Insightful

    Folks,

    This big of advice in the parent post should be attached as a standard repy for all legal issues brought up on /.

    When it comes down to it get real "paid for" legal council. As they will know the ins and outs and now how to handle these things much better than you or I (unless of course, you are a lawyer).

    --
    "Don't mess with him, he taunts the happy fun ball."
  62. Yes! Absurdity Taken to Its Logical Extreme! by Greyfox · · Score: 2
    That's where we're heading. Have you checked that employment agreement you signed with your last comapany? I bet it has something about that in there.

    Gonna have to revise my resume: 12 years of experience in the industry but I can't use any of it to help you solve your problems.

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

  63. Re:Is this a joke, please. by cant_get_a_good_nick · · Score: 2
    No, unfortunately not. Do a google search for the Net/2 release of BSD, 4.4Lite and lawsuits. This was the BSD release (not FreeBSD, this was the original BSD codebase) after AT & T's (later Novell's) USL settled with Berkely. I can't find a great pointer, but I found this on a FreeBSD history:
    Worse, the UNIX folks at AT&T picked 1992 to file a lawsuit against UC Berkeley. They claimed that the Berkeley folks stole UNIX trade secrets when they released their BSD code. True, there was no AT&T code in the Net/2 release. But the Net/2 code was inspired by the AT&T code, so the argument ran.


    Also check out this lawsuit summary.
  64. Depends by bwt · · Score: 5, Insightful

    Copyrights: you can't copyright an idea only a particular expression of it. Unless you literally copy source code, you are fine.

    Patents: it doesn't matter WHO uses it -- if it's patented you need a licence if you use the exact design that is patented. Use the same precautions for this employee as any other, and if you find something patented in the design you'd like to use, modify your own design until it isn't equivalent.

    Trade Secrets: The employee should know specifically what information of his old employer was proprietary. His NDA with them does not bind you unless you knowingly attempt to participate in his misappropriation. He is a big boy, he can keep himself on the ethical side. You have absolutely no duty to help his former company keep their secrets. That's what the CA DeCSS case was all about: even if B misappropriates A's trade secret, if C obtains it from B without knowing it was misappropriated, then C can post it to the internet with impunity.

    Non-Compete clauses: Your employee already works for you. If your company competes directly against his last employer, then he (not you) would already be in violation. Since his former employer has not already sued him, this is likely not the case. His participation in a particular project is unlikely to affect this.

    There really isn't any reason to worry about this employee any more than any other. The only relevent thing the law prevents your company from doing is infringing a patent, so don't do that, but that is true regardless your employees. If an employee violates an NDA and you aren't aware of it, then that is solely his problem to worry about.

  65. sometimes even if you are a lawyer by Lewis+Mettler,+Esq. · · Score: 2, Insightful

    It is important to ask the right people. But, just as with engineers, they (lawyers) are not all equally qualified either.

    And how many times have you heard someone say they have their own "in house computer expert" but they can never tell you what that person's expertise really is?

    Does it matter?

    Well. Yes it does.

    If the expert is proficient in Cobol a C++ question may be a foul ball or strike out.

    The point here is one of most difficult decisions that anyone has to make is to consult with the right people at the right time. That is a really tough call to make. You are always tossed between "I do not need to talk to this expert or that expert" and "if I always called the consultants, I'd be broke by the end of the day".

    Well, yes, it is sort of like that.

    And, then you have companies such as Microsoft who either do not hire competent legal help or they do not listen to them. Or, their ego gets in the way. Or, they simply take huge legal risks because some lawyers think they can get their client out of any mess.

    I have often said that I doubt "my opinions" on the antitrust cases is very different from that of the Microsoft lawyers. Now, if you check my web site you will quickly conclude that the public statements made by Microsoft's lawyers differ quite a bit. But, I seriously doubt that what they say publicly matches what they advised Microsoft. Those conversations are private and will never be made public. But, I know there is a very big difference between what you tell a client in private and what you may say publicly.

    The point here being that if you are doing anything based upon public statements made by Microsoft's lawyers, you have been mislead if not defrauded. You could say about the same with the State's lawyers or even the DOJ's lawyers. But, they have less reason to falsify their public statements. And, they even have an obligation not to mislead the public because that is who they are supposed to represent. The DOJ has failed in that regard however and has deliberately mislead both the public and the federal courts. Why they have done so is not clear. But, the fact they have done so is clear.

    So be careful trying to learn the law from lawyers representing clients. Or, even non-lawyers.

    --
    NexuSys - Linux support by the best
  66. Re:Simple is as simple does by aisnota · · Score: 2, Interesting

    NDA agreements should have term limits implied to say the least. Although, in this case, you could have this experienced employee guide you through a process or better yet, point out public domain equivalents. They should never indicate in the process whether or not the equivalent is what they NDA'd.

    The last portion though, if the NDA prohibited someone to conduct the normal course of work, and there was no consideration to maintain the contract. You may have a loop hole, but leave that to your hired guns to figure out. I do think any contract signed, including NDA's need to have fairly strict limits and parameters explicitly spelled out. Also, the state of the art is such that sometimes there are no choices, but patents, trade secrets and like get in the way of this line of thinking.

    This is at your own risk, if in California, litigation is normal.

    --
    http://www.aisnota.com/slashdot/ Welcome to Logic and the Future
  67. Re:Slavery?? Nah... by swv3752 · · Score: 2, Interesting

    Your last statement proves my point. These employment contracts often amount to slavery. If every job that makes more than flipping burgers requires it, you're stuck. My current employer made us sign an agreement granting them all IP rights to anything we create at anytime while employed by them. We were not told about this until after we had the job. Where do they get off claiming that they have full rigts over any photographs I take. And this is for a company where I do computer tech support. Claiming everything I do is slavery and most employment contracts from what I have seen are very similiar.

    --
    Just a Tuna in the Sea of Life
  68. What is Property? by thogard · · Score: 2, Insightful

    I figure property is something you can put a fence around. This is true for things like your land, your stuff and even Patents and Trademarks. Its also true for trade secrets but that involves having the fence go around every one that works on the project too. In the past IBM used to solve this by the concept of life long jobs. Now that the compaines break backed down on that, I think they have backed down on their ability to preserve their secrets as well.

    One thing that needs to be settled (and could be soon) is what is public domain. Remember all the congresscritters singing on the steps? The copyright for that song is owend by a group that gives the money to the Boy Scouts. That performance was viewed by billions of people and according to Congressess on rules, they owe. Or they could contend that since they sang the song fomr memory that its in the public domain. The trick is to get congress to have to make that decission.

  69. Too much Negra Modelo results in the following: by rice_burners_suck · · Score: 2
    Dude... Let me tell you something. This has got to be the stupidest thing I've ever heard. If the dude already solved the problem, then use the solution! I don't care if that means directly inserting source code that the other company paid to develop. If they didn't offer him a high enough salary and enough perks to keep him, then they deserve it! (Even if he got fired for streaking the company's offices!)

    In fact, the disease so-called Intellectual Property should be outlawed. In fact, laws should be outlawed. The government should outlaw itself. Yeah. And the first action any computer program takes when executed is to delete itself and exit. No matter what the program is designed to do.

    SCREW IP! In fact, I think it's funny when someone spends a billion dollars developing something and then some shmoe comes along and copies it, profits off it, and leaves the original implementer in the dark!

    In case you didn't get it, stupid, this is called sarcasm. I think that if you solved the problem before for another employer, you should forget the solution (employing techniques such as doublethink, as its called in Newspeak), and reinvent it. Then, you should remember the old solution once again (again, employing doublespeak) and check the new solution against the old solution, not for functionality or errors, but rather for similarity. If the new solution is 1% or more similar to the old solution, start over. (Once again, forgetting the old solution, using doublethink.) Then, you'll invent a novel new way of implementing whatever the hell it was you're implementing, and chances are, it'll be a hell of a lot better. For example, if the problem is to print something on the screen, and for the previous employer, you used printf(), then for the new employer, you should have to use something else, because using printf() to print something on the screen is a violation of the old employer's intellectual property rights, and infringes on their right as a corporation, as detailed in the 99th Amendment to the Constitution, "Corporate Right to Eternal Perpetually Increasing Profits and Complete Lack of Competition."

    My conclusion? Ask a stupid question, get a stupid answer. Ooooooooooh well.

  70. Re:Give him a choice by Allnighterking · · Score: 3, Insightful

    You are either:

    1. Not in managemnet.
    2. Unsuccesfully in management.

    Why? Because you are dealing with people. Not robots and part of what you hire an employee for is to tell you when it can't be done and why.

    --

    I'm sorry, I'm to tired to be witty at the moment so this message will have to do.

  71. It's up to your employee there. by Tsuzuki · · Score: 2, Insightful

    At the moment I work in premium design, where confidentiality and IP are deemed pretty important. If your employee signed an NDA/confidentiality and property agreement for his last job, it should clearly answer any of those concerns. It should cover anything to do with copyrights, so-called "trade secrets" and even how long he has to wait before seeking employment with a potential competitor.

    And if he didn't sign one, that company obviously didn't care enough. Open season in that case :)

    As mentioned before though, you cannot copyright an idea or concept. To directly infringe the other company's IP would be to do a cut and paste job.

  72. Depends... by mcwop · · Score: 2

    Did he work for MSFT? Or another software company.

    --

    "I don't think it's selfish, to eat defenseless shellfish." -NOFX

  73. Why people are going insane by Chris+Burke · · Score: 2

    People are going insane because companies are slowly making them so.

    The method they use is to take a stance on an issue that has no basis in law or fact but that they wish to be true. The act as if it is true, and more over expect you to also believe it is true. They never allow it to be considered that it isn't true. Due to their influence -- be it in the form of advertising or the employment contract their lawyers place in front of you -- their opinion, slowly, over time seems less audacious to the listener. Eventually they start questioning whether or not it really -might- be true.

    This is why we are having this discussion. This is why people will tell you that you've only bought a -license- for your software, not a copy of it, though this never used to be espoused except by corporations. This is why people start saying that maybe not watching the commercials really -is- theft. This is why people start thinking that if we don't let our computers be turned into devices for buying subscriptions to content, we'll never see any more great Britney Spears videos.

    This is also why an MPAA representative, standing before a judge, had to give a non-comittal answer when asked if it is okay to make a copy of a CD to use in the car. Because if she said the correct answer "Yes, of course" that would break the facade, and that can't happen because she -wanted- the answer to be "No, that's a felony".

    But once you realize this is happening, it's actually not that hard to resist. That's why just pointing this stuff out can be effective. :)

    --

    The enemies of Democracy are
  74. Re:What to do"? by alizard · · Score: 2
    Depends on the specific law in your state. In California and several other states, a contract which essentially forbids you to work in your profession after leaving your previous place of employment is illegal.

    All I can say is check what the law really is in your state and do NOT take as fact either what your employer tells you or what your employer's attorney says, neither is working for you.

  75. why? by bluebomber · · Score: 2

    Why would anyone "ask slashdot" such a ridiculous question? You're going to get 14 different responses and all of them will be wrong. Talk to a lawyer -- it won't cost as much as you think it will, and you'll get good advice.

  76. Re:Slavery?? Nah... by sjames · · Score: 2

    If you voluntarily sign an NDA and are paid well for your services, it's hardly slavery.

    It approaches it if they are not willing to pay for a 'gardening leave' for the period of the NDA/non-compete that exceeds the employment period.

    More precicely, it is indentured servitude, a practice that is often considered a lesser form of slavery.

    Realistically, if all of those NDA's out there were taken at face value, the only possable new hire would be for entry level positions since no amount of previous experiance could be applied to a new employment.

    Personally, I refuse to enter into such NDA/non-compete contracts since I cannot honestly forget everything I learned during any employment period (nor would I be willing to even if I could).

    I will agree not to share information specific to an employer, such as strategy, secret projects, business plan, etc. Note that this is limited to not saying what their secrets are, I will not accept a limitation on re-implementation.

    Of course, most of that is moot now since I am employed to write Free Software.

  77. Re:Depends on your wetware? by sjames · · Score: 2

    Interestingly, there has been research showing that the ear has an auditory response during dreams and hallucinations. Essentially, the ear and auditory cortext perform a complex feedback that allows the brain to gather the most auditory information possable (part of why cochlier implants are so hard to perfect).

    The upshot is that the ear more or less reproduces the sound barely loud enough to detect with a good microphone in the ear canal.

    With practice, it's probably possable to reproduce any remembered sound for others, including copyrighted works.

    I hope the RIAA reads this and goes into a frenzy! :-)

  78. yes by cloudmaster · · Score: 2

    Yes, it does. That's why IP laws are stupid - because they're laws controlling when and where you can let others know that you're presently or had previously thought about certain things.

  79. Without a patent or NDA, you should be in the clea by LarsG · · Score: 2

    "IP" is four different creatures:

    Trademarks - doesn't apply here.

    Copyright law - a copyright grants the rightholder certain exclusive rights for a given expression, it doesn't protect the ideas embedded in that expression. That is - it is legal to read a book, learn from it and use the ideas on your own work, but you are not free to copy the text from the book verbatim.

    Patent law - the inventor is given a time-limited monopoly on the commercial exploitation of an idea.

    Trade secret - anything a company doesn't want you to know. It is not illegal to independently discover a trade secret (Volvo ripping the latest Mercedes apart to see if they have some good ideas), but it is illegal for a company insider or someone that is bound by contract to reveal the secret.

    Copyright law doesn't apply as long as he is just using the ideas and don't copy diagrams or code verbatim.

    Patent law only applies if his former employer has patented the idea in question.

    Trade secret law might apply if he has recently left the former company and has signed an NDA or something similar.

    Anyway, IANAL so if this is an important issue go get some legal advice.

    --
    If J.K.R wrote Windows: Puteulanus fenestra mortalis!
  80. Not always. by werdna · · Score: 2

    So much depends upon the jurisdiction and facts. While the Uniform Trade Secrets Act does exclude reverse engineering from "improper act," the case law is more sanguine as to what conduct constitutes a complete defense. The more "unclean" the hands that do the reverse engineering, the more at question will be at issue. This issue is, of course, not fully tested in view of the usual "no reverse engineering" license provisions of most software licenses.

    But the fact pattern here is NOT one of reverse engineering a published product -- it is one of solving a problem in a neat way in a prior employment. In such cases, where the details of the prior solution come from a specification provided by a prior employee, not from an RE of a publicly available work, the development of code from the employees "recollections" is probably not going to provide a defense. Even where the employee provides only slight assistance, such as identifying the product with the "neat solution," or pointing to the code or portion to be reverse engineered, an RE accomplished independently may be tainted.

    The difference between trade secrets and copyright in this regard isn't the nature of the protection granted, but the scope of subject matter given protection -- copyright protects expression, not the underlying ideas, providing a form of protection that can be reduced by a specification team in a clean room as fair use to a document, which can then be independently developed. Unless the company has put the idea "out there" in some way, trade secrets can nail the former employee in many cases.

    As I keep stating -- devil is in the details -- specific facts can swing the results widely -- almost identical fact patterns can yield different results on what may appear to be a minor detail. My point is that the informal clean room approach suggested in the immediately prior message would not avoid trade secrets -- if the employee participates in the putative RE, the litigation will be fast and furious, notwithstanding this language.