I'm putting some source code up on codeplex, and I need to select a licence, and I feel like MIT is most simple and fitting from the options I have.
But I need to specify copyright holders, who are these? I hope that somebody would want to contribute to the source code, so I don't feel like I can put myself as copyright holder. Can I put "all contributors" or "the [project name] team" as copyright holders? Or should I add a name every time someone makes a contribution?
Isn't MIT the right licence? I just want an easy "do whatever you want" licence, these are my options:
- Apache License 2.0 (Apache)
- New BSD License (BSD)
- Common Development and Distribution License (CDDL)
- Eclipse Public License (EPL)
- GNU General Public License version 2 (GPLv2)
- GNU Library General Public License (LGPL)
- The MIT License (MIT)
- Mozilla Public License 1.1 (MPL)
- Microsoft Public License (Ms-PL)
- Microsoft Reciprocal License (Ms-RL)