digplanet beta 1: Athena
Share digplanet:

Agriculture

Applied sciences

Arts

Belief

Business

Chronology

Culture

Education

Environment

Geography

Health

History

Humanities

Language

Law

Life

Mathematics

Nature

People

Politics

Science

Society

Technology

Small letter c turned 180 degrees, surrounded by a single line forming a circle.
Copyleft symbol

Copyleft (a play on the word copyright) is the practice of using copyright law to offer the right to distribute copies and modified versions of a work and requiring that the same rights be preserved in modified versions of the work. In other words, copyleft is a general method for making a program (or other work) free (libre), and requiring all modified and extended versions of the program to be free as well.[1] Here, 'free' does not necessarily mean free of charge (gratis), but free as in freely available to be modified.

Copyleft is a form of licensing and can be used to maintain copyright conditions for works such as computer software, documents, and art. In general, copyright law is used by an author to prohibit recipients from reproducing, adapting, or distributing copies of the software. In contrast, under copyleft, an author may give every person who receives a copy of a work permission to reproduce, adapt or distribute it and require that any resulting copies or adaptations are also bound by the same licensing agreement.

Copyleft licenses (for software) require that information necessary for reproducing and modifying the work must be made available to recipients of the executable. The source code files will usually contain a copy of the license terms and acknowledge the author(s).

Copyleft type licenses are a novel use of existing copyright law to ensure a work remains freely available. The GNU General Public License, originally written by Richard Stallman, was the first copyleft license to see extensive use, and continues to dominate the licensing of copylefted software. Creative Commons, a non-profit organization founded by Lawrence Lessig, provides a similar license provision condition called ShareAlike.

Contents

Reciprocity [edit]

Copyleft can be characterized as a copyright licensing scheme in which an author surrenders some, but not all rights under copyright law. Instead of allowing a work to fall completely into the public domain (where no ownership of copyright is claimed), copyleft allows an author to impose some restrictions on those who want to engage in activities that would more usually be reserved by the copyright holder. Under copyleft, derived works may be produced provided they are released under the compatible copyleft scheme.

The underlying principle is that one benefits freely from the work of others but any modifications one makes must be released under compatible terms. For this reason some copyleft licenses are also known as reciprocal licenses, they have also been described as "viral" due to their self-perpetuating terms.[2] Under fair use, however, the copyleft license may be superseded, just like regular copyrights. Therefore, any person utilizing a copyleft-licensed source for their own work is free to choose any other license provided they meet the fair use standard.[3]

While copyright law gives software authors control over copying, distribution and modification of their works, the goal of copyleft is to give all users of the software the freedom to carry out these activities. In this way, copyleft licenses are distinct from other types of free software licenses, which do not guarantee that all "downstream" recipients of the program receive these rights, or the source code needed to make them effective. In particular, permissive free software licenses such as BSD allow re-distributors to remove some or all these rights, and do not require the distribution of source code.

History [edit]

An early use of the word "copyleft" was in Tiny Basic's distribution notice "@COPYLEFT ALL WRONGS RESERVED", however, Tiny Basic was not distributed under any form of copyleft distribution terms so the wordplay is the only similarity.

The concept of copyleft was described in Richard Stallman's GNU Manifesto in 1983 where he wrote:

GNU is not in the public domain. Everyone will be permitted to modify and redistribute GNU, but no distributor will be allowed to restrict its further redistribution. That is to say, proprietary modifications will not be allowed. I want to make sure that all versions of GNU remain free.

Stallman worked a few years earlier on a Lisp interpreter. Symbolics asked to use the Lisp interpreter, and Stallman agreed to supply them with a public domain version of his work. Symbolics extended and improved the Lisp interpreter, but when Stallman wanted access to the improvements that Symbolics had made to his interpreter, Symbolics refused. Stallman then, in 1984, proceeded to work towards eradicating this emerging behavior and culture of proprietary software, which he named software hoarding. This was not the first time Stallman had dealt with proprietary software but he deemed this interaction as a "turning point". He justified software sharing, protesting that when sharing, the software online can be copied without the loss of the original piece of work. Everyone is a winner. The software can be used multiple times without ever being damaged or wearing out.[4][5]

As Stallman deemed it impractical in the short term to eliminate current copyright law and the wrongs he perceived it perpetuated, he decided to work within the framework of existing law; in 1985,[6] he created his own copyright license, the Emacs General Public License,[7] the first copyleft license. This later evolved into the GNU General Public License, which is now one of the most popular Free Software licenses. For the first time a copyright holder had taken steps to ensure that the maximal number of rights be perpetually transferred to a program's users, no matter what subsequent revisions anyone made to the original program. This original GPL did not grant rights to the public at large, only those who had already received the program; but it was the best that could be done under existing law.

The new license was not at this time given the copyleft label.[8] Richard Stallman stated that the use of "Copyleft" comes from Don Hopkins, who mailed him a letter in 1984 or 1985 on which was written: "Copyleft—all rights reversed."[8] The term "kopyleft" with the notation "All Rites Reversed" was also in use in the early 1970s within the Principia Discordia, which may have inspired Hopkins or influenced other usage. And in the arts Ray Johnson had earlier coined the term independently as it pertained to his making of and distribution of his mixed media imagery in his mail art and ephemeral gifts, for which he encouraged the making of derivative works. (While the phrase itself appears briefly as (or on) one of his pieces in the 2002 documentary How to Draw a Bunny, Johnson himself is not referenced in the 2001 documentary Revolution OS.)

Some[who?] have suggested that copyleft became a divisive issue in the ideological strife between the Open Source Initiative and the free software movement.[9] However, there is evidence that copyleft is both accepted and proposed by both parties:

  • Both the OSI and the FSF have copyleft and non-copyleft licenses in their respective lists of accepted licenses.[10][11]
  • The OSI's original Legal Counsel Lawrence Rosen has written a copyleft license, the Open Software License.
  • The OSI's licensing how-to recognises the GPL as a "best practice" license.[12]
  • Some of the software programs of the GNU Project are published under non-copyleft licenses.[13]
  • Stallman himself has endorsed the use of non-copyleft licenses in certain circumstances, most recently in the case of the Ogg Vorbis license change.[14]

Applying copyleft [edit]

Common practice for using copyleft is to codify the copying terms for a work with a license. Any such license typically gives each person possessing a copy of the work the same freedoms as the author, including (from the Free Software Definition):

Freedom 0 – the freedom to use the work,
Freedom 1 – the freedom to study the work,
Freedom 2 – the freedom to copy and share the work with others,
Freedom 3 – the freedom to modify the work, and the freedom to distribute modified and therefore derivative works.

(Note that the list begins from 0 as a reference to C and many derivative languages.)

These freedoms do not ensure that a derivative work will be distributed under the same liberal terms. In order for the work to be truly copyleft, the license has to ensure that the author of a derived work can only distribute such works under the same or equivalent license.

In addition to restrictions on copying, copyleft licenses address other possible impediments. These include ensuring the rights cannot be later revoked and requiring the work and its derivatives to be provided in a form that facilitates modification. In software, this requires that the source code of the derived work be made available together with the software itself.

Copyleft licenses necessarily make creative use of relevant rules and laws. For example, when using copyright law, those who contribute to a work under copyleft usually must gain, defer or assign copyright holder status. By submitting the copyright of their contributions under a copyleft license, they deliberately give up some of the rights that normally follow from copyright, including the right to be the unique distributor of copies of the work.

Some laws used for copyleft licenses vary from one country to another, and may also be granted in terms that vary from country to country. For example, in some countries it is acceptable to sell a software product without warranty, in standard GNU GPL style (see articles 11 and 12 of the GNU GPL version 2), while in most European countries it is not permitted for a software distributor to waive all warranties regarding a sold product. For this reason the extent of such warranties are specified in most European copyleft licenses. Regarding that, see the European Union Public Licence EUPL,[15] or the CeCILL license,[16] a license that allows one to use GNU GPL (see article 5 of the EUPL and article 5.3.4 of CeCILL) in combination with a limited warranty (see article 7 and 8 of the EUPL and 9 of CeCILL).

Types of copyleft and relation to other licenses [edit]

Copyleft is a distinguishing feature of some free software licenses. Many free software licenses are not copyleft licenses because they do not require the licensee to distribute derivative works under the same license. There is an ongoing debate as to which class of license provides the greater degree of freedom. This debate hinges on complex issues such as the definition of freedom and whose freedoms are more important, or whether to maximize the freedom of all potential future recipients of a work (freedom from the creation of proprietary software). Non-copyleft free software licenses maximize the freedom of the initial recipient (freedom to create proprietary software).

In common with the Creative Commons share-alike licensing system, GNU's Free Documentation License allows authors to apply limitations to certain sections of their work, exempting some parts of their creation from the full copyleft mechanism. In the case of the GFDL, these limitations include the use of invariant sections, which may not be altered by future editors. The initial intention of the GFDL was as a device for supporting the documentation of copylefted software. However, the result is that it can be used for any kind of document.

Strong and weak copyleft [edit]

The strength of the copyleft governing a work is an expression of the extent that the copyleft provisions can be efficiently imposed on all kinds of derived works. "Weak copyleft" refers to licenses where not all derived works inherit the copyleft license; whether a derived work inherits or not often depends on the manner in which it was derived.

"Weak copyleft" licenses are generally used for the creation of software libraries, to allow other software to link to the library, and then be redistributed without the legal requirement for the work to be distributed under the library's copyleft license. Only changes to the weak-copylefted software itself become subject to the copyleft provisions of such a license, not changes to the software that links to it. This allows programs of any license to be compiled and linked against copylefted libraries such as glibc (the GNU project's implementation of the C standard library), and then redistributed without any re-licensing required.

The most well known free software license that uses strong copyleft is the GNU General Public License. Free software licenses that use "weak" copyleft include the GNU Lesser General Public License and the Mozilla Public License. Examples of non-copyleft free software licenses include the X11 license, Apache license and the BSD licenses.

The Design Science License is a strong copyleft license that can apply to any work that is not software or documentation, such as art, music, sports photography, and video. It is hosted on the Free Software Foundation website's license list, but it is not considered compatible with the GPL by the Free Software Foundation.

Full and partial copyleft [edit]

"Full" and "partial" copyleft relate to another issue: Full copyleft exists when all parts of a work (except the license itself) may only be modified and distributed under the terms of the work's copyleft license. Partial copyleft exempts some parts of the work from the copyleft provisions, thus permitting distribution of some modifications under terms other than the copyleft license, or in some other way does not impose all the principles of copylefting on the work. For example, the GPL linking exception made for some software packages (see below).

Share-alike [edit]

Share-alike imposes the requirement that any freedom that is granted regarding the original work must be granted on exactly the same or compatible terms in any derived work: this implies that any copyleft license is automatically a share-alike license, but not the other way around, as some share-alike licenses include further restrictions, for instance prohibiting commercial use. Another restriction is that not everyone wants to share their work and some share-alike agreements require that the whole body of work be shared, even if the author only wants to share a certain part. The plus side for the author of the source code is that any modification to the code will not only benefit the company, but the author will be recognized and hold equal claim over the changed code.[17][18] Some permutations of the Creative Commons licenses are examples of share-alike.

Viral licensing [edit]

Copyleft licenses are sometimes referred to as "viral licenses" because any works derived from a copyleft work must themselves be copyleft when distributed (and thus they exhibit a viral phenomenon). The term 'General Public Virus', or 'GNU Public Virus' (GPV), has a long history on the Internet, dating back to shortly after the GPL was first conceived.[19][20][21] Many BSD License advocates used the term derisively[22][23][24] in regards to the GPL's tendency to absorb BSD licensed code without allowing the original BSD work to benefit from it, while at the same time promoting itself as "freer" than other licenses. Microsoft vice-president Craig Mundie remarked "This viral aspect of the GPL poses a threat to the intellectual property of any organization making use of it."[25] In another context, Steve Ballmer declared that code released under GPL is useless to the commercial sector (since it can only be used if the resulting surrounding code becomes GPL), describing it thus as "a cancer that attaches itself in an intellectual property sense to everything it touches".[26] The term 'viral' may be read as an analogy of computer viruses. According to FSF compliance engineer David Turner, it creates a misunderstanding and a fear of using copylefted free software.[27] David McGowan has written that there is no reason to believe the GPL could force proprietary software to become free software, but could "try to enjoin the firm from distributing commercially a program that combined with the GPL’d code to form a derivative work, and to recover damages for infringement." If the firm "actually copied code from a GPL’d program, such a suit would be a perfectly ordinary assertion of copyright, which most private firms would defend if the shoe were on the other foot."[28]

Popular copyleft licenses, such as the GPL, have a clause allowing components to interact with non-copyleft components as long as the communication is abstract, such as executing a command-line tool with a set of switches or interacting with a Web server.[29] As a consequence, even if one module of an otherwise non-copyleft product is placed under the GPL, it may still be legal for other components to communicate with it normally. This allowed communication may or may not include reusing libraries or routines via dynamic linking — some commentators say it does,[30] the FSF asserts it does not and explicitly adds an exception allowing it in the license for the GNU Classpath re-implementation of the Java library.

Symbol [edit]

The copyleft symbol is a backwards C in a circle (copyright symbol © mirrored). Because it is unavailable on Unicode, it can be approximated with character U+2184 latin small letter reversed c or the more widely available character U+0254 ɔ latin small letter open o between parenthesis '(ɔ)' or, if supported by the application, by combining it with the character U+20DD combining enclosing circle 'ↄ⃝'.[31] A discussion on the Unicode mailing list in July 2012 contended that there are other ways to insert the copyleft symbol, so it need not be encoded. It has no legal meaning.[32]

The Copyleft symbol can be visually included in websites using following code:

<!--[if lte IE 8]><span style="filter: FlipH; -ms-filter: "FlipH"; display: inline-block;"><![endif]-->
<span style="-moz-transform: scaleX(-1); -o-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1); display: inline-block;">
    ©
</span>
<!--[if lte IE 8]></span><![endif]-->

Below is the output, but this only displays correctly in certain modern web browsers i.e. those support CSS3's "transform" property, or Microsoft's "BasicImage" filter:

Here is the copyleft symbol: ©

Semantically (in HTML), it still is a copyright character though, and will be interpreted by screen readers, text browsers, search engines, style-filtering e-mail clients, etc as such. It should therefore never be relied upon to communicate the semantic meaning of Copyleft. A written-out statement is still required to do so.

See also [edit]

Notes and references [edit]

  1. ^ "What is Copyleft?". Retrieved 2010-08-29. 
  2. ^ Mundie, Craig (May 3, 2001). "Prepared Text of Remarks by Craig Mundie, Microsoft Senior Vice President - The Commercial Software Model". New York University Stern School of Business. Retrieved 2009-10-01. 
  3. ^ Brian Still & Kirk St. Amant (2007). "Examining Open Source Software Licenses through the Creative Commons Licensing Model". Handbook of Research on Open Source Software: Technological, Economic, and Social Perspectives. Information Science Reference. pp. 382 of 728. ISBN 1-59140-999-3. 
  4. ^ Carver, Brian W. "Share and Share Alike: Understanding and Enforcing Open Source and Free Software Licenses". Berkeley Technology Law Journal. Retrieved 2/6/12. 
  5. ^ Williams, Sam (March 2002). "7". Free as in Freedom - Richard Stallman's Crusade for Free Software. O'Reilly Media. ISBN 0-596-00287-4. 
  6. ^ Moody, Glyn (2002). Rebel Code. p. 26. 
  7. ^ "Emacs General Public License". 2001-07-05. Retrieved 2008-08-23. 
  8. ^ a b Stallman, Richard (2008-01-21). "About the GNU Project". Free Software Foundation. Retrieved 2008-08-23. 
  9. ^ Biancuzzi, Federico (2005-06-30). "ESR: "We Don't Need the GPL Anymore"". ONLamp.com. Retrieved 2008-08-23. 
  10. ^ Tiemann, Michael (2006-09-18). "Licenses by Name". Retrieved 2008-08-23. 
  11. ^ "Licenses". 2008-06-05. Retrieved 2008-08-23. 
  12. ^ Raymond, Eric Steven (2002-11-09). "Licensing HOWTO". Retrieved 2008-08-23. 
  13. ^ What the GPLv3 Means for MS-Novell Agreement
  14. ^ Stallman, Richard (2001-02-26). "LWN.net: RMS on the Ogg Vorbis license". Retrieved 2008-08-23. "[M]y agreement with the idea of a lax [Ogg/Vorbis] license in this special case is just as pragmatic as my preference for the GPL in most cases. In both cases it is a matter of how we can attain freedom." 
  15. ^ "The EUPL - European Union Public Licence". European Commission. Retrieved 2007-01-09. 
  16. ^ "Free Software Licensing Agreement CeCILL". INRIA. Retrieved 2010-08-24. 
  17. ^ Engelfriet, Arnoud. "Choosing an Open Source License". Athens University of Economics and Business. Retrieved 2/6/12. 
  18. ^ Rob Myers, NonCommercial Sharealike is not Copyleft
  19. ^ Vixie, Paul (2006-03-06). "Re: Section 5.2 (IPR encumberance) in TAK rollover requirement draft". IETF Namedroppers mailing list. Archived from the original on 2007-09-27. Retrieved 2007-04-29. 
  20. ^ "General Public Virus". Jargon File 2.2.1. 1990-12-15. Retrieved 2007-04-29. 
  21. ^ Hackvän, Stig (September 1999). "Reverse-engineering the GNU Public Virus — Is copyleft too much of a good thing?". Linux Journal. Retrieved 2007-04-29. 
  22. ^ Stewart, Bill (1998-10-08). "Re: propose: `cypherpunks license' (Re: Wanted: Twofish source code)". Cypherpunks mailing list. Retrieved 2007-04-29. 
  23. ^ Buck, Joe (2000-10-10). "Re: Using of parse tree externally". GCC mailing list. Retrieved 2007-04-29. 
  24. ^ Griffis, L. Adrian (2000-07-15). "The GNU Public Virus". Retrieved 2007-04-29. 
  25. ^ Mundie, Craig (2001-05-03). "Speech Transcript - Craig Mundie". New York University Stern School of Business. Retrieved 2008-08-23. 
  26. ^ Newbart, Dave (2001-06-01). "Microsoft CEO takes launch break with the Sun-Times". Chicago Sun-Times. Archived from the original on 2001-06-15. (Internet archive link)
  27. ^ Byfield, Bruce (2006-08-29). "IT Manager's Journal: 10 Common Misunderstandings About the GPL". Retrieved 2008-08-23. 
  28. ^ David McGowan (2005). "Legal Aspects of Free and Open Source Software". In Joseph Feller, Brian Fitzgerald, Scott A. Hissam, Karim R. Lakahani. Perspectives on Free and Open Source Software. MIT Press. p. 382. ISBN 0-262-06246-1. 
  29. ^ "Frequently Asked Questions about the GNU Licenses". Free Software Foundation. 2008-06-24. Retrieved 2008-08-23. 
  30. ^ Raymond, Eric Steven (2002-11-09). "Licensing HOWTO". Retrieved 2010-03-21. 
  31. ^ "Unicode copyleft inquiry". 
  32. ^ Hall, G. Brent (2008). Open Source Approaches in Spatial Data Handling. Springer. p. 29. ISBN 3-540-74830-X.  Additional ISBN 978-3-540-74830-4. See Open Source Approaches in Spatial Data Handling at Google Books, page 29.

External links [edit]


Original courtesy of Wikipedia: http://en.wikipedia.org/wiki/Copyleft — Please support Wikipedia.
A portion of the proceeds from advertising on Digplanet goes to supporting Wikipedia.
25741 videos foundNext > 

Copyleft - by Cla

reuploaded. Got the 4th place on one of the tek9 contests with this. http://files.wantedgov.it/ClazorrzzJ/Copyleft_by_Cla.rar +++++SoundTrack:+++++ Shout Out...

Copyleft Capitalism: GPLv3 & the Future of Software Innovation

Eben Moglen's invited talk at IBM Research: Copyleft Capitalism: GPLv3 & the Future of Software Innovation. ABSTRACT Software is now, in the knowledge econom...

Stallman & Copyleft

Explains the concepts by Richard M Stallman who is the inventor of Copyleft system. He is also the Father of Free Software movement, initiator & main archite...

Copyleft

Trailer del futuro documental que realizara Marine Lormant. Trabajo realizado en el trayecto del curso de cine de Aventuras visuales en el curso 2006-2007.

Copyleft and Copyright

For the future of learning and great justice.

comparativa copyright copyleft

Copyleft: A democratização da democratização

Vídeo realizado para complementar o material do meu trabalho de conclusão de curso. O vídeo apresenta de forma simplificada como o copyright impede a propaga...

Copyright, Copyleft, Copywrong

Il concetto di copyleft

Le videolezioni di Copyleft-Italia.it curate da Simone Aliprandi e prodotte dal Comune di Modena --- This video is licensed under a Creative Commons Attribuz...

Copyleft - Short Film

Copyleft is an experimental film, depicting the concept of 'copyleft' : a type of license that attempts to ensure that the public retains the freedom to use,...

25741 videos foundNext > 

9421 news items

Music Business Journal

Music Business Journal
Wed, 08 May 2013 07:25:07 -0700

In past years, music has firmly established itself as a free good in the minds of many consumers, making it increasingly difficult to monetize and track licenses especially in the electronic music scene where sampling and remixing is commonplace. Aside ...

Infonews

Infonews
Wed, 08 May 2013 12:53:46 -0700

El próximo 18 de mayo se celebra el "Día de la Cultura Libre" en todo el mundo, por tal motivo, la Fundación Via Libre organizó un taller abierto a realizarse en la Facultad de Ciencias Sociales de la UBA, sede Santiago del Estero 1029, en Capital Federal.
 
New Statesman
Thu, 16 May 2013 08:32:01 -0700

There are various partial and particular realisations of different aspects of their critiques in different domains – you can trace strands of it in Occupy, the Yes Men, Anonymous, Wikileaks, Copyleft and elsewhere. File sharing is a pop-Situationist ...
 
Caffè News
Sun, 12 May 2013 15:23:51 -0700

La Subcava infatti produce e distribuisce i propri dischi attraverso il copyleft, un modello di gestione dei diritti d'autore in netta contrapposizione rispetto a quello della SIAE, poiché è strutturato secondo un sistema di licenze che permettono il ...

ReadWrite

ReadWrite
Wed, 15 May 2013 05:33:14 -0700

For years, the software industry has been trending away from so-called 'copyleft' licenses like the GNU General Public License (GPL) and toward permissive, Apache-style licensing. Given the rising importance of developers, this isn't surprising ...
 
Mondaq News Alerts (registration)
Thu, 09 May 2013 02:31:16 -0700

In most cases these terms are "copyleft" terms, meaning that the licenses allow derivative work but require the engineer to use the same license as the one applied to the original work. In other words, a copyleft essentially seeks to achieve the ...
 
Lexology (registration)
Wed, 24 Apr 2013 06:13:56 -0700

More pejoratively known as 'viral' licences, copyleft licences (the most well-known of which are the GPLv2 and its successor GPLv3) provide that the terms that apply to original OSS are inherited by any subsequent licensee of that software, or ...
 
PR Web (press release)
Mon, 13 May 2013 05:07:58 -0700

Third-party tests precio photoshop prove by until 24, some criticism whereas a large-scale community save copyleft reduced the dng file to disprove yourself during its valuation blocks introduced.. The acute precio autocad mark will input/output slower ...
Loading

Oops, we seem to be having trouble contacting Twitter

Talk About Copyleft

You can talk about Copyleft with people all over the world in our discussions.

Support Wikipedia

A portion of the proceeds from advertising on Digplanet goes to supporting Wikipedia. Please add your support for Wikipedia!