GPL vs BSD
I had to brush up on my license acronyms today, here's my summary:
GPL - "Copy Left"
Source code can be modified and redistributed, but deriviative works must also be Open Source.
BSD - "Copy Center"
Redistributions must:
1. Contain original copyright
2. The original contributors cannot be used to endorse or promote derivative works
3. Contain liability disclaimer that the software is provided "As Is"
MIT - BSD WIthout the prohibition on using the copyright holder's name for endorsment.
Wikipedia was the most useful source for summarizing the licenses.
