The story of open source software is not just a technical evolution-it’s a tale of community, freedom, and resistance to monopolistic control. From its early days of collaborative sharing to the establishment of legal frameworks that protect software freedom, this journey has fundamentally shaped the digital world we inhabit today.
Table of Contents
- The golden age of code sharing (1950s-1960s)
- The shift toward proprietary software (late 1960s-1970s)
- IBM’s unbundling and its ripple effects
- Richard Stallman and the free software renaissance
- Building the legal foundation
- The GPL license: turning copyright on its head
- The missing piece: the Linux kernel
- From “free software” to “open source”
- The lasting impact on computing
The golden age of code sharing (1950s-1960s)
In the beginning, software sharing was the norm, not the exception. During the 1950s and 1960s, computer operating software and compilers were delivered as part of hardware purchases without separate fees. Source code-the human-readable instructions that make software work-was routinely distributed alongside the compiled programs.
This wasn’t altruism; it was practical necessity. Users frequently needed to modify software because programs wouldn’t run on different hardware or operating systems without changes. Some universities even maintained policies requiring all software installed on their computers to include published source code. The academic principles of sharing knowledge dominated the early computing landscape.
Organizations emerged to facilitate this collaborative spirit. User groups like SHARE for IBM computers and DECUS for Digital Equipment Corporation systems became repositories where programmers exchanged software improvements and innovations. The SHARE Operating System, originally developed by General Motors, exemplified this cooperative approach-distributed freely for IBM 709 and 7090 computers.
The shift toward proprietary software (late 1960s-1970s)
By the late 1960s, the computing landscape began transforming dramatically. As operating systems and programming language compilers evolved, software production costs increased dramatically relative to hardware costs. A standalone software industry emerged, competing directly with hardware manufacturers’ bundled offerings.
The legal framework changed significantly too. Before 1974, software was not considered copyrightable, so it had no licenses attached and was shared as public-domain software. However, the 1974 US Commission on New Technological Uses of Copyrighted Works decided that computer programs constituted proper subject matter for copyright protection. This decision, along with subsequent court rulings like Apple v. Franklin in 1983, granted computer programs the copyright status of literary works.
IBM’s unbundling and its ripple effects
A pivotal moment came in January 1969 when the US government filed an antitrust suit against IBM, charging that bundled software was anticompetitive. This led to IBM’s decision to sell software separately from hardware, fundamentally establishing software as a distinct commercial product.
Throughout the late 1970s and early 1980s, computer vendors and software companies began routinely charging for software licenses, marketing them as “Program Products” with legal restrictions enforced through copyrights, trademarks, and leasing contracts. The era of free code sharing was rapidly closing.
Richard Stallman and the free software renaissance
One programmer found this transformation particularly distressing. Richard Stallman, working at MIT’s Artificial Intelligence Laboratory, encountered a situation that crystallized his concerns. When he couldn’t access source code for a printer driver to fix a jamming issue, he realized that the freedom to study and modify software was being systematically eliminated.
This frustration catalyzed action. In September 1983, Stallman announced the GNU Project via Usenet and ARPANET mailing lists, with the ambitious goal of creating a complete Unix-compatible operating system composed entirely of free software. The name GNU-a recursive acronym for “GNU’s Not Unix”-signaled both its Unix compatibility and independence from proprietary constraints.
Building the legal foundation
Stallman recognized that merely releasing software as “free” wasn’t sufficient. Legal protections were needed to ensure that software released as free would remain free, even as it was modified and redistributed. In 1985, he founded the Free Software Foundation to provide organizational support for the movement.
The breakthrough came with Stallman’s invention of copyleft-a clever legal mechanism that uses copyright law to guarantee software freedom rather than restrict it. The first version of the GNU General Public License was released in 1989, embodying this principle. Unlike traditional copyright that limits what users can do, the GPL required that anyone distributing GPL-covered software must grant the same freedoms they received: to use, study, modify, and redistribute the code.
The GPL license: turning copyright on its head
The GPL represented a revolutionary approach to software licensing. While copyright law generally restricts how a work can be used, copied, and modified, copyleft uses copyright law to require that these freedoms be granted to all users. Any derivative work must be distributed under the same license terms, preventing downstream authors from turning free software into proprietary products.
A refined version 2 of the GPL was released in June 1991 alongside the GNU Library General Public License. By this time, much of the GNU system had been completed, including essential tools like the GNU Compiler Collection, GNU Emacs text editor, and GNU Debugger.
The missing piece: the Linux kernel
While the GNU project had developed most components of a complete operating system, it lacked a finished kernel. That gap was filled when Linus Torvalds released the Linux kernel as freely modifiable source code in 1991, and in February 1992, relicensed it under the GNU GPL. The combination of the GNU operating system and the Linux kernel created the first complete free software operating system, commonly known as GNU/Linux.
From “free software” to “open source”
By the late 1990s, some in the free software movement felt the term “free software” created confusion-free as in freedom versus free as in no cost. At a 1998 strategy session held in Palo Alto, California, Christine Peterson suggested the term “open source” as an alternative. This rebranding aimed to make the movement more appealing to commercial interests during the dotcom boom.
While the term gained widespread adoption-with major projects and companies embracing open source principles-Stallman and the Free Software Foundation objected to this shift. They argued that “open source” focused on practical benefits while obscuring the fundamental ethical concerns about user freedom that motivated the original movement.
The lasting impact on computing
The open source movement’s influence extends far beyond software development. Today, open source software powers most of the internet’s infrastructure, from web servers to mobile operating systems. The principles established by Stallman and codified in the GPL have inspired similar approaches in other fields, from open access publishing in academia to open hardware initiatives.
In India specifically, the movement has gained significant momentum. The Government of India’s policy mandates that open source solutions be given preference for e-governance applications, while educational institutions increasingly incorporate open source software into their curricula. Organizations like FOSS India work to promote awareness and adoption of free and open source software across the country.
What do you think? How has the shift from proprietary to open source software affected innovation in the technology sector? Do you believe Stallman’s ethical concerns about software freedom remain relevant in today’s cloud-computing dominated landscape?
References
- https://en.wikipedia.org/wiki/History_of_free_and_open-source_software
- https://www.btw.so/blog/history-of-open-source-software/
- https://en.wikipedia.org/wiki/Richard_Stallman
- https://www.gnu.org/press/2001-05-04-GPL.html
- https://en.wikipedia.org/wiki/GNU_General_Public_License
- https://infobymattcole.com/index.php/2024/06/01/gnu-general-public-license/
- https://www.free-soft.org/gpl_history/
Leave a Reply