Let's discuss Open Source Software as defined by the Open Source Initiative.
http://opensource.org/osd-annotatedYou have have heard some FSF proprietors here criticize "open source" for not promoting "software freedom", but the OSI definition provides the same four freedoms as the FSF's free software definition.
https://www.gnu.org/philosophy/free-sw.htmlLet's compare these two definitions:
* Freedom 0 -The freedom to run the program, for any purpose
** 5. No Discrimination Against Persons or Groups
** 6. No Discrimination Against Fields of Endeavor
** 8. License Must Not Be Specific to a Product
** 9. License Must Not Restrict Other Software
** 10. License Must Be Technology-Neutral
* Freedom 1 - The freedom to study how the program works, and change it so it does your computing as you wish
** 2. Source Code
** 3. Derived Works
* Freedom 2 - The freedom to redistribute copies so you can help your neighbor
** 1. Free Redistribution
* Freedom 3 - The freedom to distribute copies of your modified versions to others
** 3. Derived Works
What do you guys think about this?