Open source license for test code
        Posted  
        
            by Gary
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Gary
        
        
        
        Published on 2010-03-25T02:06:01Z
        Indexed on 
            2010/03/25
            2:13 UTC
        
        
        Read the original article
        Hit count: 553
        
I'm creating a project to house an iPhone library for common code for the iPhone... essentially it's a library that'll save people from finding solutions to common problems that amount to copying and pasting snippets of code. The site is located here: http://code.google.com/p/devkit-bb/
I licensed it under Eclipse, because fosters the extension of the library without requiring constraints like LGPL on object files being provided/made available, which would be the case since everything is statically linked.
What I'm wondering is how/what license to apply to the unit tests? Since they essentially demonstrate how to use various interfaces and components. Thus they're designed for potential copy and paste situations, and I don't want people who might end up using this as part of the building blocks of their environment to feel like the license would prohibit that "derivative work", ie. their application or game.
© Stack Overflow or respective owner