Computer Science    
   
Table of contents
(Prev) Free PascalFree Software Foundation (Next)

Free software

Trisquel GNU/Linux, an operating system composed entirely of free software

Free software, software libre or libre software is software that respects the freedom of computer users (private individuals, as well as organizations and companies), by putting the users first and granting them freedom and control in running and adapting their computing and data-processing to their needs; as well as allowing them the freedom to be able to actively cooperate with any users and developers of their choice.[1][2][3][4]

These goals of Free Software are reached by granting the following freedom-rights: users are free to run, copy, distribute, study, change and improve the software;[2][3] these freedoms are explicitly granted and not suppressed (as is the case with proprietary software). Thus, free software is a matter of liberty, not price: as an example, free software always guarantees the freedom rights to study and modify software, by the availability of the source code.

The term "free software" and its exact definition,[3] as well as the freedom philosophy behind it, were coined and have developed since the beginning of the GNU project (to create a freedom-respecting operating system) and the founding of the Free Software Foundation (FSF) in 1985 by Richard Stallman.

Free software differs from proprietary software, which to various degree does not give the user freedoms to study, modify and share the software. Proprietary software is usually sold as a binary executable program without the source code and may have non-disclosure agreements and restrictive licenses which can make the user dependent on proprietary software that is produced only by the same provider (vendor lock-in) if the provider is the only producer of software interoperable with the one possessed by user. It is also distinct from freeware, which by definition does not require payment for use. The authors or copyright holders of freeware may retain all rights to the software; it is not necessarily permissible to reverse engineer, modify, or redistribute freeware.[5][6]

The free software movement was conceived in 1983 by Richard Stallman to satisfy the need for and to give the benefit of software freedom to computer users.[7] Stallman founded the Free Software Foundation in 1985 to provide the organizational structure to advance his free software ideas.

From 1998 onward, alternative terms for free software came into use. The most common are software libre, free and open source software (FOSS) and free, libre and open source software (FLOSS). The Software Freedom Law Center was founded in 2005 to protect and advance FLOSS.[8] Commercial software may sometimes offer freedoms that are typical of free and open source software.

Contents

History

From the 1950's up until the early 1970s, it was normal for computer users to have the software freedoms associated with free software. Software was commonly shared by individuals who used computers and by hardware manufacturers who welcomed the fact that people were making software that made their hardware useful. Organizations of users and suppliers, for example, SHARE, were formed to facilitate exchange of software. By the early 1970s, the picture changed: software costs were dramatically increasing, a growing software industry was competing with the hardware manufacturer's bundled software products (free in that the cost was included in the hardware cost), leased machines required software support while providing no revenue for software, and some customers able to better meet their own needs did not want the costs of "free" software bundled with hardware product costs. In United States vs. IBM, filed January 17, 1969, the government charged that bundled software was anticompetitive.[9] While some software might always be free, there would be a growing amount of software that was for sale only. In the 1970s and early 1980s, the software industry began using technical measures (such as only distributing binary copies of computer programs) to prevent computer users from being able to study and modify software. In 1980 copyright law was extended to computer programs.

In 1983, Richard Stallman, longtime member of the hacker community at the MIT Artificial Intelligence Laboratory, announced the GNU project, saying that he had become frustrated with the effects of the change in culture of the computer industry and its users. Software development for the GNU operating system began in January 1984, and the Free Software Foundation (FSF) was founded in October 1985. He developed a free software definition and the concept of "copyleft", designed to ensure software freedom for all.

Some non-software industries are beginning to use techniques similar to those used in free software development for their research and development process; scientists, for example, are looking towards more open development processes, and hardware such as microchips are beginning to be developed with specifications released under copyleft licenses (see the OpenCores project, for instance). Creative Commons and the free culture movement have also been largely influenced by the free software movement.

Naming

The FSF recommends using the term "free software" rather than "open source software" because, as they state in a paper on Free Software philosophy, the latter term and the associated marketing campaign focuses on the technical issues of software development, avoiding the issue of user freedoms. The FSF also notes that "Open Source" has exactly one specific meaning in common English, namely that "[y]ou can look at the source code." Stallman states that while the term "Free Software" can lead to two different interpretations, one of them is consistent with FSF definition of Free Software so there is at least some chance that it could be understood properly, unlike the term "Open Source".[10] "Libre" is often used to avoid the ambiguity of the word "free" in English language; see Gratis versus libre.

Definition

The first formal definition of free software was published by FSF in February 1986.[11] That definition, written by Richard Stallman, is still maintained today and states that software is free software if people who receive a copy of the software have the following four freedoms.[12] (The numbering begins with zero since many computer systems use zero-based numbering.)

  • Freedom 0: The freedom to run the program for any purpose.
  • Freedom 1: The freedom to study how the program works, and change it to make it do what you wish.
  • Freedom 2: The freedom to redistribute copies so you can help your neighbor.
  • Freedom 3: The freedom to improve the program, and release your improvements (and modified versions in general) to the public, so that the whole community benefits.

Freedoms 1 and 3 require source code to be available because studying and modifying software without its source code can range from highly impractical to nearly impossible.

Thus, free software means that computer users have the freedom to cooperate with whom they choose, and to control the software they use. To summarize this into a remark distinguishing libre (freedom) software from gratis (zero price) software, the Free Software Foundation says: "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'".[12] See Gratis versus libre.

In the late 1990s, other groups published their own definitions that describe an almost identical set of software. The most notable are Debian Free Software Guidelines published in 1997,[13] and the Open Source Definition, published in 1998.

The BSD-based operating systems, such as FreeBSD, OpenBSD, and NetBSD, do not have their own formal definitions of free software. Users of these systems generally find the same set of software to be acceptable, but sometimes see copyleft as restrictive. They generally advocate permissive free software licenses, which allow others to use the software as they wish, without being legally forced to provide the source code. Their view is that this permissive approach is more free. The Kerberos, X11, and Apache software licenses are substantially similar in intent and implementation.

Examples

The Free Software Directory maintains a large database of free software packages. Some of the best-known examples include the Linux Kernel, the BSD and Linux operating systems, the GNU Compiler Collection and C library; the MySQL relational database; the Apache web server; and the Sendmail mail transport agent. Other influential examples include the emacs text editor; the GIMP raster drawing and image editor; the X Window System graphical-display system; the LibreOffice office suite; and the TeX and LaTeX typesetting systems.

Licensing

All free software licenses must grant users all the freedoms discussed above. However, unless the applications' licenses are compatible, combining programs by mixing source code or directly linking binaries is problematic, because of license technicalities. Programs indirectly connected together may avoid this problem.

The majority of free software falls under a small set of licenses. The most popular of these licenses are:

The Free Software Foundation and the Open Source Initiative both publish lists of licenses that they find to comply with their own definitions of free software and open-source software respectively:

The FSF list is not prescriptive: free licenses can exist that the FSF has not heard about, or considered important enough to write about. So it's possible for a license to be free and not in the FSF list. The OSI list only lists licenses that have been submitted, considered and approved. All Open Source licenses must meet the Open Source Definition in order to be officially recognized as open source software. Free software on the other hand is a more informal classification that does not rely on official recognition. Nevertheless, software licensed under licenses that do not meet the Free Software Definition cannot rightly be considered free software.

Apart from these two organizations, the Debian project is seen by some to provide useful advice on whether particular licenses comply with their Debian Free Software Guidelines. Debian doesn't publish a list of approved licenses, so its judgments have to be tracked by checking what software they have allowed into their software archives. That is summarized at the Debian web site.[14]

It is rare that a license announced as being in-compliance with the FSF guidelines does not also meet the Open Source Definition, although the reverse is not necessarily true (for example, the NASA Open Source Agreement is an OSI-approved license, but non-free according to FSF).

There are different categories of free software.

  • Public domain software: the copyright has expired, the work was not copyrighted, or the author has released the software onto the public domain (in countries where this is possible). Since public-domain software lacks copyright protection, it may be freely incorporated into any work, whether proprietary or free.
  • Permissive licenses, also called BSD-style because they are applied to much of the software distributed with the BSD operating systems: these licenses are also known as copyfree as they have no restrictions on distribution.[15] The author retains copyright solely to disclaim warranty and require proper attribution of modified works, and permits redistribution and any modification, even closed source ones.
  • Copyleft licenses, with the GNU General Public License being the most prominent: the author retains copyright and permits redistribution under the restriction that all such redistribution is licensed under the same license. Additions and modifications by others must also be licensed under the same "copyleft" license whenever they are distributed with part of the original licensed product. This is also known as a Viral license. Due to the restriction on distribution not everyone considers this type of license to be free.[16][17]

Security and reliability

There is debate over the security of free software in comparison to proprietary software, with a major issue being security through obscurity. A popular quantitative test in computer security is to use relative counting of known unpatched security flaws. Generally, users of this method advise avoiding products that lack fixes for known security flaws, at least until a fix is available.

Free software advocates say that this method is biased by counting more vulnerabilities for the free software, since its source code is accessible and its community is more forthcoming about what problems exist,[18] (This is called "Security Through Disclosure"[19]) and proprietary software can have undisclosed flaws discoverable by or known to malicious users. As users can analyse and trace the source code, many more people with no commercial constraints can inspect the code and find bugs and loopholes than a corporation would find practicable. According to Richard Stallman, user access to the source code makes deploying free software with undesirable hidden spyware functionality far more difficult than for proprietary software.[20] As examples, he named two aspects of Windows XP that reveal information to Microsoft, which were discovered in spite of the estimated 50 million or more lines of Windows code having not been available to individual users for personal auditing.

Some quantitative studies have been done on the subject.[21][22]

Business model

Since free software may be freely redistributed, it is generally available at little or no cost. Free software business models are usually based on adding value such as applications, support, training, customization, integration, or certification. At the same time, some business models that work with proprietary software are not compatible with free software, such as those that depend on the user to pay for a license in order to lawfully use the software product.

Fees are usually charged for distribution on compact discs and bootable USB drives, or for services of installing or maintaining the operation of free software. Development of large, commercially used free software is often funded by a combination of user donations, corporate contributions, and tax money. The SELinux project at the United States National Security Agency is an example of a federally funded free software project.

In practice, for software to be distributed as free software, the source code, a human-readable form of the program from which an executable form is produced, must be accessible to the recipient along with a document granting the same rights to free software under which it was published. Such a document is either a free software license or the release of the source code into the public domain.

Selling software under the BSD license is permissible and commercial use of the project is part of the intent of the license.[23][24]

The Free Software Foundation encourages selling free software. As the Foundation has written, "Distributing free software is an opportunity to raise funds for development. Don't waste it!".[25] For example the GNU GPL that is the Free Software Foundation's license states that "[the user] may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee."[26]

It is a common misbelief however that consumers shouldn't or aren't allowed to redistribute software under the GPL for profit,[citation needed] and some opposing parties state such notions. For example Microsoft CEO Steve Ballmer stated in 2001 that "Open source is not available to commercial companies. The way the license is written, if you use any open-source software, you have to make the rest of your software open source."[27] When you distribute software under the GPL, you must provide the source code as well and must allow others to distribute it. Yet there are large companies, e.g. Red Hat and IBM, which succeed in doing it.

Economical aspects and adoption

Free software played a significant part in the development of the Internet, the World Wide Web and the infrastructure of dot-com companies.[28][29] Free software allows users to cooperate in enhancing and refining the programs they use; free software is a pure public good rather than a private good. Companies that contribute to free software can increase commercial innovation amidst the void of patent cross licensing lawsuits.[citation needed] (See mpeg2 patent holders.)

The economic viability of free software has been recognized by large corporations such as IBM, Red Hat, and Sun Microsystems.[30][31][32][33][34] Many companies whose core business is not in the IT sector choose free software for their Internet information and sales sites, due to the lower initial capital investment and ability to freely customize the application packages.

Under the free software business model[further explanation needed], free software vendors may charge a fee for distribution and offer pay support and software customization services. Proprietary software uses a different business model, where a customer of the proprietary software pays a fee for a license to use the software. This license may grant the customer the ability to configure some or no parts of the software themselves. Often some level of support is included in the purchase of proprietary software, but additional support services (especially for enterprise applications) are usually available for an additional fee. Some proprietary software vendors will also customize software for a fee.[35]

Free software is generally available at no cost and can result in permanently lower TCO costs compared to proprietary software.[36] With free software, businesses can fit software to their specific needs by changing the software themselves or by hiring programmers to modify it for them. Free software often has no warranty, and more importantly, generally does not assign legal liability to anyone. However, warranties are permitted between any two parties upon the condition of the software and its usage. Such an agreement is made separately from the free software license.

A report by Standish Group estimates that adoption of free software has caused a drop in revenue to the proprietary software industry by about $60 billion per year.[37]

Criticism and controversies

Binary blobs

In 2006, OpenBSD started the first campaign against the use of binary blobs, in kernels. Blobs are usually freely distributable device drivers for hardware from vendors that do not reveal driver source code to users or developers. This restricts the users' freedom effectively to modify the software and distribute modified versions. Also, since the blobs are undocumented and may have bugs, they pose a security risk to any operating system whose kernel includes them. The proclaimed aim of the campaign against blobs is to collect hardware documentation that allows developers to write free software drivers for that hardware, ultimately enabling all free operating systems to become or remain blob-free.

The issue of binary blobs in the Linux kernel and other device drivers motivated some developers in Ireland to launch gNewSense, a Linux based distribution with all the binary blobs removed. The project received support from the Free Software Foundation and stimulated the creation, headed by the Free Software Foundation Latin America, of the Linux-libre kernel.[38] As of October 2012, Trisquel is the most popular FSF endorsed Linux distribution ranked by Distrowatch (over 12 months).[39]

BitKeeper

Larry McVoy invited high-profile free software projects to use his proprietary distributed version control system, BitKeeper, free of charge, in order to attract paying users. In 2002, Linux coordinator Linus Torvalds decided to use BitKeeper to develop the Linux kernel, a free software project, claiming no free software alternative met his needs. This controversial decision drew criticism from several sources, including the Free Software Foundation's founder Richard Stallman.[40]

Following the apparent reverse engineering of BitKeeper's protocols, McVoy withdrew permission for gratis use by free software projects. Linus Torvalds quickly developed a free software replacement called Git, while fellow Linux kernel contributor Matt Mackall developed another free software replacement called Mercurial. The Linux kernel community eventually settled on Git for its own development process, while some other free software projects have chosen Mercurial.

Patent deals

In November 2006, the Microsoft and Novell software corporations announced a controversial partnership involving, among other things, patent protection for some customers of Novell under certain conditions.[41] FSF included as a result of this deal conditions in the GPL to prevent deals like it in the future.[42]

Corporate use

Eric S. Raymond argues that the term free software is too ambiguous and intimidating for the business community. Raymond promotes the term open source software as a more friendly alternative for the business and corporate world.[43]

See also

References

  1. ^ Free Software Movement (gnu.org)
  2. ^ a b Philosophy of the GNU Project (gnu.org)
  3. ^ a b c What is free software (fsf.org)
  4. ^ Free Software Free Society: Selected Essays of Richard M. Stallman, 2nd Edition
  5. ^ Dixon, Rod (2004). Open Source Software Law. Artech House. p. 4. ISBN 978-1-58053-719-3. http://books.google.com/books?id=9b_v VPf53xcC&pg=PA4&dq=%22free+so ftware%22+freeware#PPA4,M1. Retrieved 2009-03-16.
  6. ^ Graham, Lawrence D. (1999). Legal battles that shaped the computer industry. Greenwood Publishing Group. p. 175. ISBN 978-1-56720-178-9. http://books.google.com/books?id=c6IS 3RnN6qAC&pg=PA175&dq=%22Legal +battles+that+shaped+the+computer+ind ustry%22+%22from+the+beginning+of+the +computer+age%22. Retrieved 2009-03-16.
  7. ^ "GNU project Initial Announcement". http://www.gnu.org/gnu/initial-announ cement.html.
  8. ^ "Software Freedom Law Center". http://www.softwarefreedom.org.
  9. ^ Fisher, Franklin M.; McKie, James W.; Mancke, Richard B. (1983). IBM and the U.S. Data Processing Industry: An Economic History. Praeger. ISBN 0-03-063059-2.
  10. ^ "Why "Open Source" misses the point of Free Software". http://www.gnu.org/philosophy/open-so urce-misses-the-point.html.
  11. ^ "GNU's Bulletin, Volume 1 Number 1, page 8". http://www.gnu.org/bulletins/bull1.tx t.
  12. ^ a b Free Software Foundation. "What is free software?". http://www.gnu.org/philosophy/free-sw .html. Retrieved 14 December 2011.
  13. ^ Perens, Bruce. "Debian's "Social Contract" with the Free Software Community". debian-announce mailing list. http://fsfe.org/freesoftware/transcri pts/rms-fs-2006-03-09.en.html.
  14. ^ "Debian -- License information". http://www.debian.org/legal/licenses/. Retrieved 2008-01-08.
  15. ^ Copyfree: Unfetter your ideas
  16. ^ Charvolant.org
  17. ^ Blog.sunsetbrew.com
  18. ^ "Firefox more secure than MSIE after all". News.com. http://news.cnet.com/8301-10784_3-604 7727-7.html.
  19. ^ The Benefits of Open Source
  20. ^ "Transcript where Stallman explains about spyware". http://fsfe.org/freesoftware/transcri pts/rms-fs-2006-03-09.en.html.
  21. ^ David A. Wheeler: Why Open Source Software / Free Software (OSS/FS, FLOSS, or FOSS)? Look at the Numbers! 2007
  22. ^ Michelle Delio: Linux: Fewer Bugs Than Rivals Wired.com 2004
  23. ^ Linfo.org
  24. ^ Freebsd.org
  25. ^ Selling Free Software gnu.org
  26. ^ GNU General Public License, section 4. gnu.org
  27. ^ Ballmer calling open source a 'cancer', saying it's "not available to commercial companies" Chicago Sun-Times, 2001
  28. ^ Netcraft. "Web Server Usage Survey". http://news.netcraft.com/archives/cat egory/web-server-survey/.
  29. ^ The Apache Software Foundation. "Apache Strategy in the New Economy". http://www.unc.edu/~mohrmana/apache.p df.
  30. ^ "IBM launches biggest Linux lineup ever". IBM. 1999-03-02. Archived from the original on 1999-11-10. http://web.archive.org/web/1999111011 4228/http://www.ibm.com/news/1999/03/ 02.phtml.
  31. ^ Hamid, Farrah (2006-05-24). "IBM invests in Brazil Linux Tech Center". LWN.net. http://lwn.net/Articles/185602/.
  32. ^ "Interview: The Eclipse code donation". IBM. 2001-11-01. Archived from the original on 2009-12-18. http://web.archive.org/web/2009121809 3727/http://www.ibm.com/developerwork s/linux/library/l-erick.html.
  33. ^ "Sun begins releasing Java under the GPL". Free Software Foundation. November 15, 2006. http://www.fsf.org/news/fsf-welcomes- gpl-java.html. Retrieved 2007-09-23.
  34. ^ Rishab Aiyer Ghosh (November 20, 2006). "Study on the: Economic impact of open source software on innovation and the competitiveness of the Information and Communication Technologies (ICT) sector in the EU" (PDF). European Union. p. 51. http://ec.europa.eu/enterprise/sector s/ict/files/2006-11-20-flossimpact_en .pdf. Retrieved 2007-01-25.
  35. ^ Andy Dornan. "The Five Open Source Business Models". http://www.informationweek.com/blog/m ain/archives/2008/01/the_five_open_s. html.[dead link]
  36. ^ Total cost of ownership of open source software: a report for the UK Cabinet Office supported by OpenForum Europe
  37. ^ "Open Source". Standish Newsroom. Standishgroup.com. 2008-04-16. http://standishgroup.com/newsroom/ope n_source.php. Retrieved 2010-08-22.
  38. ^ Linux distributions we know of which consist entirely of free software, and whose main distribution sites distribute only free software.
  39. ^ "DistroWatch Page Hit Ranking". DistroWatch. 30 October 2012. http://distrowatch.com/stats.php?sect ion=popularity. Retrieved 30 October 2012.
  40. ^ "Richard Stallman thanking Larry McVoy for ending the gratis licenses for BitKeeper". NewsForge. Archived from the original on 2007-12-15. http://web.archive.org/web/2007121503 0832/http://software.newsforge.com/ar ticle.pl?sid=05/04/25/130207.
  41. ^ "Ars Technica article on the Microsoft-Novell patent deal". http://arstechnica.com/open-source/ne ws/2007/01/linux-20070128.ars.
  42. ^ GPLv3 FAQ, accessed May 11, 2011.
  43. ^ Eric S. Raymond. "Eric S. Raymond's initial call to start using the term open source software, instead of free software". http://www.catb.org/~esr/open-source. html.

Further reading

External links

(Prev) Free PascalFree Software Foundation (Next)