My last post made me revisit an internal debate that I’ve been having for a number of years: what licence should I publish my works under? There has been plenty of work done on this with regards to software, but what about documentation and other works? What licence can I use for my guide to Linux and FLOSS, or just for my blog?
If I was a coder and not a writer, the answer in my mind would be much simpler. The GNU GPL allows me to give back to the community from which I have gained so much, and it also allows me to leverage a vast horde of pre-existing code.
The culture in other creative areas appears to be somewhat different. I often see licences such as the Creative Commons, using combinations of the Share Alike, Attribution, Non-Commercial, and No Derivative Works clauses. I see several problems with these. Share Alike is most in line with my principles, being in the same quid pro quo spirit of copyleft. Attribution is reminiscent of the ‘obnoxious’ advertising clause in the original BSD licence, and as far as I can see carries the same potential problems. Non-Commercial restricts works to the amateur field. As long as changes are shared back in their entirety to help everyone, why shouldn’t anyone be allowed to commercially benefit? There is hardly a scarcity of projects in the Free Software realm that are improving in leaps and bounds thanks to commercial input. Because those improvements need to be shared back, everyone benefits. No Derivative Works is a restriction that puts the work behind glass for people to look at but not touch. It’s no different from freeware. What’s the point?
Should works such as prose, documentation, graphics, audio and video be treated any differently from code? All of the Creative Commons licences have an Attribution provision. Many of us in the Free Software community would baulk at that, just as we did with XFree86. I understand that people like to be credited for their work, but is it worth it if it comes at the expense of the community as a whole? If I’m going to be basing my work upon that of others, must I spend time and effort ensuring that I’m legally abiding by all the attribution provisions? Do I need to bookend it with a long list of credits? If I was writing software, do I need an About menu item that includes everyone in the White Pages, along with their genealogy stretching back to Creation?
It looks like a Creative Commons licence with only a Share Alike provision would suit my needs, but such a beast doesn’t exist. Is there a reason why creators of non-code works don’t feel the same sense of community as coders? Why the strong need for recognition?
Let’s look at one example. All Wikipedia content is published under the GNU Free Documentation License (sic). Nobody seems to mind posting without attribution within the articles. This encourages easy and unrestricted editing, ranging from simple spelling/grammar corrections to establishing a new article or rewriting an existing one. The attributions are automatically kept separately, in the wiki history. Similarly, established code projects almost always have some sort of revision control system to manage and track contributions.
Can this be done with other, non-code projects? Wikis often work well for text. Document management systems like Alfresco and Plone exist for more complicated document arrangements, but the emphasis is still on text. I have seen efforts for other kinds of media, but I have no idea how mature or appropriate those are. Nevertheless, it is often too complex and burdensome for the average person to implement such systems.
That brings us back to my legal navigations through the sea of licensing. At first look, the GNU Free Documentation License looks like the way to go. With the Free Software Foundation and Wikipedia seal of approval, how could one go wrong? Not so fast there, mate. Examination by the debian-legal team found it to not be in compliance with the Debian Free Software Guidelines. This is in disagreement with the Free Software Foundation (who don’t believe there’s a problem), but regardless it means that if I choose this licence my work will never be compatible with Debian. That is not something I can be comfortable with. Unfortunately, debian-legal don’t explicitly seem to offer any alternative licence to use. Most of their documentation I have examined, like the Debian New Maintainers’ Guide, go with the GPL. Their own Web site has chosen the Open Publication License (sic). This is more likely than not to be an artefact of the past: Wikipedia calls the licence “largely defunct”.
Obviously, Debian isn’t the only game in town. Let’s see what some of the other major FLOSS projects are up to. Both GNOME and KDE have standardised their documentation around the GNU FDL. Ubuntu and Gentoo use the Creative Commons Attribution ShareAlike licence, with the notable exception of the Ubuntu Packaging Guide, which is GPL to maintain compatibility with Debian development documentation. Fedora make the effort to list and explain ‘good’ and ‘bad’ licences, for software, documentation, typefaces and other forms of content. They don’t mention the GPL for documentation or other non-code content.
That doesn’t mean that the GPL is not usable for non-code works. The Free Software Foundation don’t explicitly recommend the GPL for documentation, but they do have it listed as a licence “for works besides software and documentation”. They go on to explain: “The GNU GPL can be used for general data which is not software, as long as one can determine what the definition of “source code” refers to in the particular case.” I am not a lawyer — what exactly does this mean? I think it’s clear enough for documentation/prose, but for other content types this can get considerably more hairy. Is there a guide out there for using the GPL for non-code works? Something along the lines of the Software Freedom Law Center’s (sic) recently-released Legal Issues Primer for Open Source and Free Software Projects would be brilliant.
With these things considered, I’m currently leaning towards using the GPL for my work, perhaps with a little message requesting (but not requiring) attribution. As much as I can determine, this would not break compatibility with an unmodified GPL. Alternatively, I could just go with the GNU FDL, despite its shortcomings. I’d be interested to hear people’s wisdom, knowledge and experiences with this.
LotD: Best. Talk. Ever!


Have you considered the free art license — what are the good sides and shortcomings of it? I have heard that as a copyleft license it is in a way the GPL for art, but I am not familiar with this license myself. The name suggests that it is created for non-code work but this might not be useful for text based works like documentation.
Oh yeah, the obligatory URL of the license
http://artlibre.org/licence/lal/en/
Hi Jasso,
As mentioned in one of the pages linked in the article:
“This is a free and copyleft license meant for artistic works. It permits commercial distribution, but any larger work including the copylefted work must be free. Please don’t use it for software or documentation, since it is incompatible with the GNU GPL and with the GNU FDL.”
I don’t think I’m willing to use a licence that is incompatible with the GPL or at least the GNU FDL.
Cheers,
Sridhar
I believe the GNU FDL is considered free by Debian in certain situations — that is, if there are no front-cover or back-cover texts and no invariant sections. Nevertheless, I’d choose the GPL, since AFAIK the FDL isn’t actually compatible with the GPL.
I am interested and intruiged at what possessed you to (sic) all of those things? As far as I can tell, there’s no reason for… any of them. But I could be wrong. It’ll just bug me until I know.
If you want it open, why not just say: “All text is hereby placed into the public domain” and be done with it? Why try to restrict it with a license?
“Not me!”, all the things that are (sic)-ed are American English (mis)spellings — license, center rather than British/International English licence, centre.
“Is there a reason why creators of non-code works don’t feel the same sense of community as coders? Why the strong need for recognition?”
Yes. Because people generally don’t go around looking for code written by a particular hacker, but they most certainly do go looking for art by the same artist or books by the same author. Recognition is *everything* in those fields. The day a novel is written by as many different people as have had there hands in the Linux kernel is the day that will change. (i.e. there’s no author credits at all on the dictionary)
I understand your arguments against the Creative Commons licences marked Non-Commercial and/or No-Derivative-Works. But I don’t quite see your problem with the Creative Commons licenses marked Attribution. Actually, there used to be Creative Commons (version 1) licences without the Attribution requirement, but almost nobody used those, so the CC organisation no longer maintains them.
There is a huge difference between the original BSD licence and the Creative Commons Attribution licence. The problem with the original BSD licence is that it required that “all advertising materials mentioning features or use” of the work and its derivatives to display an acknowledgement; whereas CC-BY (and CC-BY-SA) only requires acknowledgement (and intact copyright notices) on the work itself and its derivatives. That is far less obnoxious.
Even GPLv3, while it does not include an Attribution clause itself, explicitly allows supplementing GPLv3 with an additional clause “requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it”.
Compared to GFDL, the Attribution clause of CC-BY is also very light. CC-BY only requires keeping acknowledgement (and intact copyright notices); GFDL requires keeping far more: complete “Invariant sections”, cover texts, dedications, … That is, as you point out, one of the reasons Debian dislikes GFDL.
[This post is licenced under the Creative Commons Attribution–Share Alike version 2.0 Belgium licence
– Adhemar, 2008.]
Craptaculus,
Because I want people to give back to the community on the same terms which they got my work. I don’t want my work stolen and used under different terms.
IMHO Public Domain and the BSD licences are tantamount to anarchy. They may be open to begin with, but there’s nothing to keep them open.
Artists /authors produce a large piece of work that can be copied with a few key strokes, and any hope of their income is gone. Programmers are releasing under GPL because they have seen code useful to them lost from use, or have lost code from use from proprietary lisencencing. They realize that they will not make money as a small software company. They have money from a well paid day job in IT.
Artists make less than programmers, they don’t have a day job in art so they cannot give away their only income. Even if they don’t sell it they need their name out there for promotion and recognition. If someone steals your idea and publishes it widely before you are noticed you loose.
Ken