http://code.google.com/p/django-command-extensions/issues/detail?id=87
Now i think the biggest difference between the BSD and MIT style license
is the notice prohibiting the use of the name of the copyright holder in
promotion.
As stated in the New BSD License as:
* Neither the name of the <organization> nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
I'm +1 on adding this disclaimer as I (with my i-am-not-a-lawyer hat on)
would think that nobody wants his good name used by third parties
without permission first.
That would mean we can either change the license to new-bsd or using the
modified version of MIT license as shown on wikipedia:
http://en.wikipedia.org/wiki/MIT_License
Either way it would be nice to have google code reflect the actual
license :)
Regards,
Bas
A issue on google code seems to rightfully state that we list our
project as "New BSD License" while our LICENSE file is the MIT License.
http://code.google.com/p/django-command-extensions/issues/detail?id=87
Now i think the biggest difference between the BSD and MIT style license
is the notice prohibiting the use of the name of the copyright holder in
promotion.
As stated in the New BSD License as:
* Neither the name of the <organization> nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
I'm +1 on adding this disclaimer as I (with my i-am-not-a-lawyer hat on)
would think that nobody wants his good name used by third parties
without permission first.