How could we rewrite the 'No Evil' license to make it 'free'?
        Posted  
        
            by 
                passcod
            
        on Programmers
        
        See other posts from Programmers
        
            or by passcod
        
        
        
        Published on 2011-02-12T11:30:38Z
        Indexed on 
            2011/02/12
            15:32 UTC
        
        
        Read the original article
        Hit count: 399
        
I did not find the lawyers' SE site, so I thought it best to post here.
/*
 * ...subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * The Software shall be used for Good, not Evil.
 *
 * THE SOFTWARE IS PROVIDED "AS IS"...
 */
This is the 'non-free', Crockford, No-Evil, MIT-style, license. This license is considered non-free because of this phrase: "The Software shall be used for Good, not Evil."
How could we rewrite this to become a 'free' license, while retaining the original spirit of the sentence?
© Programmers or respective owner