What is copyleft?

3 readers like this.
What is copyleft?

Opensource.com

If you've spent much time in open source projects, you have probably seen the term "copyleft" used. While the term is quite commonly used, many people don't understand it. Software licensing is the subject of at least as much heated debate as text editors or packaging formats. An expert understanding of copyleft would fill many books, but this article can be a starting point on your road to copyleft enlightenment.

What is copyright?

Before we can understand copyleft, we must first introduce the concept of copyright. Copyleft is not a separate legal framework from copyright; copyleft exists within the rules of copyright. So what is copyright?

The exact definition varies based on jurisdiction, but the essence is this: the author of a work has a limited monopoly on the copying (hence the term "copyright"), performance, etc. of the work. In the United States, the Constitution explicitly tasks Congress for creating copyright laws in order to "promote the Progress of Science and useful Arts."

Unlike in the past, copyright attaches to a work immediately -- no registration is required. By default, all rights are reserved. That means no one can republish, perform, or modify a work without permission from the author. This permission is a "license" and may come with certain conditions attached.

For a more thorough introduction to copyright, Coursera's Copyright for Educators & Librarians is an excellent resource.

What is copyleft?

Bear with me, but there's one more step to take before we discuss what copyleft is. First, let's examine what open source means. All open source licenses, by the Open Source Inititative's definition must, among other things, allow distribution in source form. Anyone who receives open source software has the right to inspect and modify the code.

Where copyleft licenses differ from so-called "permissive" licenses is that copyleft licenses require these same rights to be included in any derivative works. I prefer to think of the distinction in this way: permissive licenses provide the maximum freedom to the immediate downstream developers (including the ability to use the open source code in a closed source project), whereas copyleft licenses provide the maximum freedom through to the end users.

The GNU Project gives this simple definition of copyleft: "the rule that when redistributing the program, you cannot add restrictions to deny other people the central freedoms [of free software]." This can be considered the canonical definition, since the GNU General Public License (GPL) in its various versions remains the most widely-used copyleft license.

Copyleft in software

While the GPL family are the most popular copyleft licenses, they are by no means the only ones. The Mozilla Public License and the Eclipse Public License are also very popular. Many other copyleft licenses exist with smaller adoption footprints.

As explained in the previous section, a copyleft license means downstream projects cannot add additional restrictions on the use of the software. This is best illustrated with an example. If I wrote MyCoolProgram and distributed it under a copyleft license, you would have the freedom to use and modify it. You could distribute versions with your changes, but you'd have to give your users the same freedoms I gave you. If I had licensed it under a permissive license, you'd be free to incorporate it into a closed software project that you do not provide the source to.

But just as important as what you must do with MyCoolProgram is what you don't have to do. You don't have to use the exact same license I did, so long as the terms are compatible (generally downstream projects use the same license for simplicity's sake). You don't have to contribute your changes back to me, but it's generally considered good form, especially when the changes are bug fixes.

Copyleft in non-software

Although the notion of copyleft began in the software world, it exists outside as well. The notion of "do what you want, so long as you preserve the right for others to do the same" is the distinguishing characteristic of the Creative Commons Attribution-ShareAlike license used for written work, visual art, etc. (CC BY-SA 4.0 is the default license for contributions to Opensource.com.) The GNU Free Documentation License is another example of a copyleft non-software license. The use of software licenses for non-software work is generally discouraged.

Should I choose a copyleft license?

Pages and pages could be (and have been!) written about what type of license should be used for a project. My advice is to first narrow the list of licenses to ones that match your philosophy and your goals for the project. GitHub's choosealicense.com is a good way to find a license that fits your needs. tl;drLegal has plain-language explanations of many common and uncommon software licenses. Also consider the ecosystem that your project lives in. Projects around a specific language or technology will often use the same or similar licenses. If you want your project to be able to play nicely, you may need to make sure the license you choose is compatible.

For more information about copyleft licensing, check out the Copyleft Guide project.

Tags
User profile image.
Ben Cotton is a meteorologist by training, but weather makes a great hobby. Ben works as the Fedora Program Manager at Red Hat. He is the author of Program Management for Open Source Projects. Find him on Twitter (@FunnelFiasco) or at FunnelFiasco.com.

8 Comments

Great article Ben! Just this week I was trying to understand the difference between the MIT Open License (permissive) vs. Copyleft and you have explained that wonderfully.

Glad to help! People are often afraid to simplify licensing concepts because they're really complicated in detail, but the high-level basics are much more approachable.

In reply to by Don Watkins

Surely it's not a matter of "downstream users versus downstream developers". If you publish the work, and a developer gets hold of it, modifies it, and releases it still open source, then ANOTHER developer could do the same, whereas if they use a permissive license to release a closed version of a derivative, the next developer could not.
It is a matter of how far downstream the users and developers are. A permissive license allows the people immediately downstream of the original author to do anything, including pee in the stream. This makes the water unusable for the people further down stream. A copyleft license allows the people immediately downstream to use the water but not pollute the stream; they have less freedom but people further downstream get the same rights.

That's an excellent point; all water flows to the sea. In this example, I'm using "downstream" to mean the immediate downstream, not the eventual downstream. Perhaps a better phrasing would be to say that a copyleft license preserves freedom all the way through to the end user, while a permissive license preserves freedom through to the next developer downstream.

I'll think about how I want to best word that and update the article. Thanks for your input!

In reply to by Purple Library Guy (not verified)

Ben, since you volunteer on the project, I was surprised you didn't link to the Copyleft Guide project, cosponsored by Conservancy and FSF, found at https://copyleft.org/guide/ for those who who seek to learn more about copyleft after reading your great introductory article. (And we should merge your article into the Guide, actually ;).

Also, I'm quite fond of the definition that we put together for copyleft at https://copyleft.org/. It's based on the one available on Wikipedia, with some improvements that I made.

I'm surprised, too. Clearly there's a little bit of cross-merging to do. In the meantime, I'll add a link to the Copyleft Guide into the article proper.

In reply to by Bradley M. Kuhn (not verified)

Where more information about what is copyleft?

Are there books about what is copyleft and what is the best book

Thanks

Great question. The copyleft guide at https://copyleft.org/guide/ is probably the best book. I'm also aware of Free as in Freedom by Sam Williams and Copy, Rip, Burn by David Berry, but I haven't read enough of either of them to do more than state their existence.

In reply to by Liam David

Creative Commons LicenseThis work is licensed under a Creative Commons Attribution-Share Alike 4.0 International License.