What are some good ways to prevent people from copying my source code?
        Posted  
        
            by Scarface
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Scarface
        
        
        
        Published on 2010-04-01T18:43:28Z
        Indexed on 
            2010/04/01
            18:53 UTC
        
        
        Read the original article
        Hit count: 173
        
I have a lot of customized javascript and layout design, and I want to prevent as best I can people just copying and pasting and then using it for themselves. Is there any practical way to do this, or do I basically just have to be happy my php code does not show? I want to at least make it difficult to copy my site.
© Stack Overflow or respective owner