You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
-
2this is definitely worth looking at, there is a reasonably good chance that its already their code according to the contract, and adding it to their code base almost definitely made it their code.Ryathal– Ryathal2011-12-07 13:53:28 +00:00Commented Dec 7, 2011 at 13:53
-
Claiming works you've done out of your job? Is it possible? I think it must depend on which country you're working in, because as far as I know, this would be illegal in France, even if writen in your contract.Clement Herreman– Clement Herreman2011-12-07 14:12:40 +00:00Commented Dec 7, 2011 at 14:12
-
1A lot of companies try this it is impossible to enforce, on account of almost every contract also states you cannot sue your employer.Woot4Moo– Woot4Moo2011-12-07 16:14:41 +00:00Commented Dec 7, 2011 at 16:14
-
1+1 @Raythal - unless the OP licensed his work to his employer, including it in their projects without notice could have made it a work product. He may have irretrievably contaminated his personal libraries if his company finds out and gets pissy.DaveE– DaveE2011-12-07 17:11:12 +00:00Commented Dec 7, 2011 at 17:11
-
2IANAL, but many IP agreements claim IP in four situations: If the work was done on company time, if it used company resources (hardware, software, etc.), if it results from work performed for the employer (possibly by using protected company information -- proprietary algorithms, etc.), or if it is related to any current business of the company or actual or anticipated research or development. The last one is the most vague, as anything could be "anticipated". I'd be interested to hear if anyone has actually been sued for this in a situation other than directly competing with their employer.Cliff– Cliff2011-12-07 21:21:08 +00:00Commented Dec 7, 2011 at 21:21
|
Show 4 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. design-patterns), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you