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.
Required fields*
- 
        3The tainting issue is probably not a very serious concern in practice. In cases where you're reverse-engineering a commercial entity's code, then the firewall between the reader and the implementer is necessary for the (essentially inevitable) infringement lawsuit, so you can show that the was no possibility of copying code from the other version. In the case of most GPL code, unless you're blatantly infringing nobody's going to sue you, since it's not in their interest to do so.Mark Bessey– Mark Bessey2011-06-05 23:07:11 +00:00Commented Jun 5, 2011 at 23:07
 - 
        1You may like Russian roulette, its your choice. If for any reason -- competition inheriting the code in a way or the other, or just competition deciding to finance the lawsuit -- you are sued and convicted, its something which may drown your company. Even if you are not sued, if it is known the bad reputation may be a problem.AProgrammer– AProgrammer2011-06-06 08:09:05 +00:00Commented Jun 6, 2011 at 8:09
 - 
        2I think the "tainted" issue mostly applies to NDAs. For copyright issues, it hardly makes sense. Consider that copyright also applies to books, newpapers, movies etc. George Lucas probably saw the Star Trek series on TV before creating Star Wars, does that make Star Wars a derivative work? If a newspaper reporter hears about something on radio, does that prevent him from writing about the same event?user281377– user2813772011-06-06 08:37:00 +00:00Commented Jun 6, 2011 at 8:37
 - 
        7Clean room approach is just a way to prove that you haven't infringed copyright law. As I understand it -- and again I'm not a lawyer -- things developed without knowledge of the original work may not infringe copyright (but may infringe patents). Things developed with that knowledge may or may not infringe the copyright -- it is just harder to prove that similarities are due to random events or to the nature of the problem which make an approach natural.AProgrammer– AProgrammer2011-06-06 08:49:01 +00:00Commented Jun 6, 2011 at 8:49
 - 
        1@ammoQ: In the US, there was a copy infringement suit a long time ago (a statistical software package?) where a company was held to have infringed even though every line of code had been rewritten. Note that Star Wars isn't particularly similar to Star Trek, and that a newspaper reporter isn't going to write a story just from what he or she heard on the radio.David Thornley– David Thornley2011-06-06 13:58:29 +00:00Commented Jun 6, 2011 at 13:58
 
                    
                        
                    
                 | 
            
                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