I want to release some javascript libraries under an open source license, but am having some difficulty picking one. I want a license that meets the following requirements:
- Credit must be given to the original author
- Modification to the source code must be released open source
- Software can be sold, modified, or bundled with propriety software.
Are there any open source licenses that fit this bill well?
I have considered the MPL but I don’t know if it requires that credit be given to authors.
CC BY-SA seems to follow your “rules”: http://creativecommons.org/licenses/by-sa/3.0/
MPL seems ok too