Free and Open Source Software

Many in the non Windows world are confused between Free/Open source software. Free software is considered to free of cost while open source software is considered software with source given to you . These 2 camps have different philosophies. This really confuses many people and even I was confused when i had come across these terms. It took some time for me to actually understand what these actually mean. Below is a short attempt from me.

Free Software: In terms of cost these can be free of cost or NOT. The free part is the freedom you will be given to modify,redistribute this software to others. Just FYI non free software not necessarily give you the legal rights to modify,redistribute the modified software. Thus cost is not the philosophy behind it. Free software can be charged . A software to be called as Free software needs to fulfill the requirements which they have defined.

This is the quote from the website of Free Software Foundation

“Free software” is a matter of liberty, not price. To understand the concept, you should think of “free” as in “free speech,” not as in “free beer.”

If you need the full text check the Free Software Definition available at FSF.
http://www.fsf.org/licensing/essays/free-sw.html

Linux is an example of Free Software for it allows anybody to see,modify,redistribute the software.Only the name “Linux” is copyrighted, the code is not.

Open Source: Open source is a branched out version of free software with some philosophical differences. The software which falls in this category are software for which the source of these will be given to you but not necessarily you can change or redistribute it. For eg Company ABC might make a software open source but it might not give the rights to anybody to modify the software and would own full rights to it. This would be the software with a company selling software to a defense organization who might to know what the code actually does so that it does not compromise on security. They may not want to change the software though.