Generated by DeepSeek V3.2Copyleft. Copyleft is a legal and philosophical approach that uses existing copyright law to ensure that a work and its derivatives remain freely available. It is most prominently applied within the free software and open-source software movements, mandating that any distributed modified versions of a work must carry the same freedoms as the original. This creates a reciprocal, or "viral," sharing obligation, contrasting with permissive licenses that allow for more restrictive downstream use. The concept was pioneered by Richard Stallman in the 1980s through the GNU Project and its flagship GNU General Public License.
The term "copyleft" is a deliberate play on the word "copyright," framing it as a method to "leave" rights with the user community rather than "reserve" them. Its core principle is that freedom to use, study, modify, and share software or other creative works should be preserved in all subsequent versions. This is achieved by attaching licensing terms that require any redistributed work, or any work derived from it, to be licensed under identical terms. The philosophy is deeply intertwined with the GNU Manifesto and the ethical framework of the free software movement, which views software freedom as essential. Practically, it leverages the exclusive rights granted by statutes like the Berne Convention to subvert traditional restrictive control, creating a legally binding commons.
Traditional copyright automatically grants the creator exclusive control over reproduction, distribution, and creation of derivative works, a default position under laws like the Copyright Act of 1976 in the United States. Copyleft, while relying on the same legal framework, inverts this outcome by using copyright to enforce sharing instead of restriction. Where a standard proprietary software license, such as an End-User License Agreement, restricts modification and redistribution, a copyleft license guarantees these freedoms. Permissive open-source licenses, such as the BSD licenses or the Apache License, allow code to be incorporated into proprietary projects, while strong copyleft licenses like the GNU GPL prevent this, ensuring the entire derivative work remains free.
Copyleft licenses vary in strength and scope, primarily divided into strong, weak, and full categories. Strong copyleft, exemplified by the GNU General Public License (GPL), requires that any combined work that includes GPL-licensed code must itself be licensed under the GPL, affecting software linking and aggregation. Weak copyleft licenses, such as the GNU Lesser General Public License (LGPL), are designed primarily for software libraries, allowing linkage with proprietary code under certain conditions without "infecting" the larger work. Full copyleft extends the principle beyond software to other creative works; the Creative Commons organization offers the ShareAlike (SA) clause for this purpose, applied to manuals, artwork, and educational materials, while the Free Art License and the GNU Free Documentation License serve similar roles.
Copyleft's enforceability is rooted in national copyright legislation and international treaties like the Berne Convention and the World Intellectual Property Organization Copyright Treaty. A copyleft license is a conditional grant of the copyright holder's rights; violation of its terms, such as failing to provide source code or using the work in a proprietary product, constitutes copyright infringement. Landmark enforcement cases, often pursued by organizations like the Software Freedom Law Center and the Free Software Foundation, have affirmed this in courts globally. The legal interpretation of concepts like "derivative work" and "linking" is critical, as seen in debates surrounding the GPLv3 and its provisions against technologies like TiVoization.
The most widespread application of copyleft is in software, with the Linux kernel (under GPLv2) being the most famous example, forming the core of countless GNU/Linux distributions. Other pivotal GPL-licensed projects include the GNU Compiler Collection, WordPress, and Git. Beyond code, copyleft principles govern important documentation, such as many articles on Wikipedia, which uses the Creative Commons Attribution-ShareAlike license. The model has also been adopted for hardware designs through licenses like the GNU General Public License for hardware, and in cultural works, as promoted by the Free Culture movement inspired by figures like Lawrence Lessig.
Critics, often from the commercial software sector, argue that strong copyleft's reciprocal nature is overly restrictive and "viral," potentially deterring adoption by proprietary software companies. Some within the broader open-source software community, such as advocates of the Apache License or MIT License, prefer permissive models that encourage maximum reuse, including in closed-source products. Legal uncertainties, particularly around patent clauses in licenses like the GPLv3 and the compatibility between different copyleft licenses, pose practical challenges. Furthermore, movements like Open Source Initiative and entities like Microsoft have historically engaged in debates over the philosophy's commercial viability, with some labeling it a form of "license colonialism."
Category:Intellectual property law Category:Free software licenses Category:Open content