The bsd-license tag has no wiki summary.
33
votes
1answer
4k views
MIT vs. BSD vs. Dual License
My understanding is that:
MIT-licensed projects can be used/redistributed in BSD-licensed projects.
BSD-licensed projects can be used/redistributed in MIT-licensed projects.
The MIT and the BSD ...
6
votes
4answers
844 views
What is the purpose of the “non-endorsement clause” in the New BSD license?
Note: This question is not about the "obnoxious BSD advertising clause". The New BSD license does not contain that clause, and is compatible with the GPL.
I'm trying to pick between the New BSD ...
8
votes
2answers
191 views
Does a BSD-licensed project need a signed statement from each contributor?
Today I read on Fossil SCM's mailing list:
The problem with BSD is that you really should get a signed form from each
contributor stating that their contribution is BSD. This is automatic with
...
3
votes
2answers
144 views
Does this BSD-like license achieve what I want it to?
I was wondering if this license is:
self defeating
just a clone of an existing, better established license
practical
any more "corporate-friendly" than the GPL
too vague/open ended
and finally, if ...
1
vote
2answers
117 views
Incorporating GPL Code in my Open Source Project
I have downloaded a currently inactive GPL project with a view to updating it and releasing the completed codebase as open source. I'm not really a fan of GPL though and would rather licence my ...