I wonder what the best #OpenSource license for some unimportant hobby project libraries is? I want to allow it to be used in projects of any kind of license, but want to require any changes on the library itself to be published under the same license. There is #MPL (2), #CDDL (1.1), #EPL (2), #LGPL (2 or 3). LGPL doesn't allow static linking, and I want to allow that. Though when the library is a dynamic scripting language that isn't really relevant, I suppose.
