GNU Releases Free Documentation License
Bananenrepublik writes "The GNU Project has released the GNU Free Documentation License. It is meant 'to assure everyone the effective freedom to copy and redistribute it [the documentation], with or without modifying it, either commercially or noncommercially.'"
I think this new license can only be a good thing. There is not much awareness in the community of the FSF's position on free documentation. The existence of this license will hopefully cause people to consider the issue, and decide for themselves what they believe, rather than just being unaware of the issue.
perl -e 'fork||print for split//,"hahahaha"'
Copyright (c) YEAR YOUR NAME.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.0 or any later version published by the Free Software Foundation; with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. A copy of the license is included in the section entitled "GNU Free Documentation License".
What a novel license.. Kudos to RMS and the rest of the GNU crew!
EraseMe
First thoughts: Excellent stuff! I'm glad to have "the GPL of document processing" nicely laid out. ;) Roll on w3c and the DOM and any other transparent document models!
I also approve muchly of "Opaque formats include PostScript, PDF, proprietary formats that can be read and edited only by proprietary word processors, SGML or XML for which the DTD and/or processing tools are not generally available, and the machine-generated HTML produced by some word processors for output purposes only." I'm not convinced about some of the layout specs ("first page", "title page", "adjacent pages" - can't we have a one-paragraph "this is GDL'd" with pointer to appendix Z?) It also needs to define "compilation copyright" - what is it? Is it Yet Another American thing? (I thought that around these parts, anything you "write" was automatically copyrighted... confusing.) If the GPL is but one open-source license for software, is there an "open-source" definition for documents? (How much is www.transparent-source.org going for?
~Tim
--
Rushing on down to the circle of the turn
RMS just wrote in to say that there has been a few minor last-minute corrections to the license. I'm sorry that I do not have any more details at the moment, but please do not use this license just yet.
Is it just me, or does the Opaque/Transparent
distinction seem too vague to be enforcable?
The portion indicating that HTML is sometimes
but not always opaque seems the best example of
this, but overall the distinction seems to be
problematic.
For every problem, there is at least one solution that is simple, neat, and wrong.
Note that someone can create their own non-free work, label it all "invariant", place it under the FDL and then combine it with your work to get a non-free derivative work. Anything directly derived from your sections remains free in the derivative work though. I suppose this is something like how the Lesser GPL works.
Also note that untested licenses are at least as dangerous as untested software! You probably want to wait a while before actually *using* this license. Remember it is only version 1.0 and be careful.
perl -e 'fork||print for split//,"hahahaha"'
The line seems to be too arbitrarily drawn. Postscript is not transparent? That depends. I know quite a few Postscript hackers who can directly edit PS source without batting an eyelid. But PS generated by TeX itself, is really obscure largely becuase of all the font declarations.
Is there a more satisfactory way to address this issue?
Here is the problem.
A publisher like O'Reilly produces technical manuals, under the license an author chooses. If a would-be author (who is about to do a lot of work) wants advice on licenses, O'Reilly is stuck between a rock and a hard place, they want to support open source, but they have to admit that the author will probably make more if it is not an open source license on the book. For some reason people like writing software but find documentation a chore.
However what seems to work very well is if O'Reilly can work with the author to produce both a book and connected documentation. An example is Programming Perl where the online documentation started life as the book rearranged (and without the bad jokes). If the online documentation is exactly the book, people act as if the book is a cheap rip-off. If there is a clear division, then they don't.
But if you do the above, the online documentation gets maintained and the dead tree version does not. At some point you need to re-synch. But what pair of licenses allows that?
Personally I think that it would be good to create some sort of arrangement where the exact text and arrangement of a document may or may not be free, but it and all its derivatives must allow the technical information in them to be free to use in any other document using either of the pair of licenses. IOW O'Reilly or anyone else can come out with clearly differentiated books, but the information contained in such has to be available as free documentation.
But the devil is in the details...
Cheers,
Ben
My usual seat in the cluetrain is at A HREF="http://pub4.ezboard.com/biwethey.ht
This is interesting:
Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License provided that you also include the original English version of this License. In case of a disagreement between the translation and the original English version of this License, the original English version will prevail.
Does anyone see any true sense to this clause? We still have to refer back to the original document in order to stick to the license, so I would imagine this would just make things more complicated for such projects as the LDP when they start moving towards more sophisticated language support.
EraseMe
I've speed read the whole deal and find it seems to be lacking some key stuff:
1. Excerpts. What if a print magazine is doing an article on Widgets, and wants to quote two paragraphs from the GDL'd Widgets Manual. Is it possible? Does the Magazine have to GDL itself? GDL that article? Since the magazine has a circulation of >100 does that have an impact?
2. Private use. Some guy wants to take a whole GDL document, modify it with his comments and give it to the 115 people in his lecture class. Does he also have to give them floppies since the distribution is > 100?
3. Inclusions. Some guy is writing a GDL'd document and wants to include a longish section of a non-GDL'd document. Is this illegal, as it would be with code under GPL? Suppose I want to quote a large chunk of text that is genuinely public domain. Does the license now infect that text in other places?
I was never a massive fan of GPL, although it has its uses. I think GDL will have its uses too, but it is a minority license suitable only for a certain set of technical documentation.
-----
From the document:
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
This is certainly not allowed by the FDL...
Lars
__
Reality or nothing.
You give the documentation away, and you make money by...? By what? Support of the documentation? That is, you get paid for adapting, modifying, and or re-writing the documentation? I don't think this works.
I'd really like to see the incentive model for writing free documentation. Programmers do free software for fun and fame. That's their compensation. Writing documentation, however, is not fun, and also doesn't give one any brownie points in the community. Writing documentation is just plain hard work. What's the compensation for that work?
Also, book writing (even large books) is still a one-person show (as opposite to software writing). And if the book you write is good, you can easily make some money out of it. So what is the incentive to give it away? You get credit for software by the community. As a documentation writer, no one even remembers your name in the community. So going to a traditional publisher seems a more natural way for one, in terms of money, as well as fame. And if you don't trust traditional publishers (or don't find one), you can still publish your work yourself.
Including public domain text should be safe, but I'm not sure about other licenses. It would be ironic if you could not include GPL'ed code (beyond fair use) in a GDL'ed manual.
PostScript varies in its transparency, and the PostScript used to describe a documentation will probably be generated by software (instead of handcoded) and will be opaque.
The PostScript I handcode is easily understood, but since it's just to make tape and CD covers, it's very basic, a bunch of lineto's, fonts and shows. For example:
%!PS
0 setgray
1.5 setlinewidth
72 72 moveto
436 72 lineto
436 416 lineto
72 416 lineto
72 72 lineto
stroke
/Americana findfont 18 scalefont setfont
108 382 moveto
(Grateful Dead) show
108 358 moveto
(11/11/73 Ip IIp) show
/Americana findfont 12 scalefont setfont
120 334 moveto
(Ip) show
108 318 moveto
(Weather Report Suite Prelude>) show
108 302 moveto
(Weather Report Suite Part 1>) show
108 286 moveto
(Let It Grow) show
120 270 moveto
(IIp) show
108 254 moveto
(Noodling>) show
108 238 moveto
(Dark Star>) show
108 222 moveto
(Mind Left Body Jam>) show
108 206 moveto
(Eyes of the World>) show
108 190 moveto
(China Doll) show
showpage
You don't even need to know PostScript to get the gist of what I'm doing.
At the other end of the readability scale are the desktop publishing packages. In PostScript I've seen from Frame (IIRC), each letter was individually placed, and most of the PostScript commands were redefined, so instead of something nearly transparent like:
108 238 moveto
(Dark Star>) show
You would get something like the following (I don't want to bother finding a copy of Frame to verify):
108 238 mt
(D) sh
109 238 mt
(a) sh
110 238 mt
(r) sh
111 238 mt
(k) sh
and so on, and so on. I think the reason they call out each letter individually is for letter by letter placement, Frame decides the typography instead of the PostScript interpreter of the printer.
I guess I can understand the GPL requirements now, most desktop publishers generate opaque PostScript.
George
From: Richard Stallman
Subject: doc license
To: webmasters
Date: Fri, 10 Mar 2000 02:17:51 -0700 (MST)
Please do not put up the doc license yet.
A few last minute details have come up.
Works are automatically copyright to their authors as soon as they are "fixed in tangible form", unless
The author is the "obvious" one (the person composing the work), unless it is a "work for hire", which means that either
For further info, you can read the Copyright Act (as well as the entire US Code and lots of other stuff) at Cornell's Legal Information Institute, URL http://fatty.law.cornell.edu/ .
META: Why is the link getting stripped out? Has something changed, or am I doing something wrong here?
"My opinions are my own, and I've got *lots* of them!"
...Version 1.0 or any later version published by the Free Software Foundation...
I've always found this a bit odd with the GPL, and now the FDL. What happens if an item in the license changes, which the author/coder no longer agrees with?
At any rate, the point to "compilation copyright" and the "title page" stuff is that the goal is to provide a way of combining several requirements, including:
The net result can't be completely "clean."
As for "compilation copyright," the point of that is that a collection of documents can be copyrighted even if the components aren't. For instance, a phone book consists largely of a list of names of people and their phone numbers. The individual components aren't copyrighted, but the collection or "compilation" of them is.
In the same way, William Shakespeare's works are long out of copyright, but if I make a book that includes the plays along with some of my own commentary, the collection may become copyrighted, and you can only make copies at my sufferance.
The relevance is that there are vendors that put together collections of things like HOWTOs, and the GDL needs to have some rules to indicate how it interacts with the needs of such "collections.."
If you're not part of the solution, you're part of the precipitate.
The other problem is that there are all sorts of possible pathological cases.
For instance, Postscript is described as an "Opaque" format, but supposing someone follows the dictums of TINYDICT, and writes their documents in raw Postscript, then despite the fact that Postscript is usually considered "Opaque," it is, in fact, the "Transparent" form.
That's probably the most pathological (and perverse-sounding) case, and is one that I brought up in some discussions on the license last year.
HTML is a necessarily ambiguous form.
In such a case, HTML is the "most transparent form available."
In practice, I don't think this will be a big problem. After all, am I likely to sue someone for releasing "freely," under the "GDL," some documentation in a form that I don't much like? I think not...
If you're not part of the solution, you're part of the precipitate.
I hope this clears things up a bit.
Well, I just had my first documentation book published (not counting inhouse software manuals), the Samba Administrator's Handbook, ISBN 0-7645-4636-8) so I thought I'd make a few comments from an author's viewpoint.
I'd really like to see the incentive model for writing free documentation. Programmers do free software for fun and fame. That's their compensation. Writing documentation, however, is not fun, and also doesn't give one any brownie points in the community. Writing documentation is just plain hard work. What's the compensation for that work?
Writing is work, boring and tedious, I spent a lot of nights writing when I'd have rather been snuggling with my honey, playing with daughter, building Lego, surfing the web or even configuring my Linux boxes.
I don't think I've gotten any brownie points in the community, though the 5 star review on Amazon was nice. I haven't gotten any book related email either, and I'm not hard to track down (the joy of having a unique last name).
Financially I've done alright though, the advance helped me buy my house.
Also, book writing (even large books) is still a one-person show (as opposite to software writing).
Or a two or three person show, but I get your gist. You don't have 20 member teams writing books.
And if the book you write is good, you can easily make some money out of it. So what is the incentive to give it away? You get credit for software by the community. As a documentation writer, no one even remembers your name in the community. So going to a traditional publisher seems a more natural way for one, in terms of money, as well as fame. And if you don't trust traditional publishers (or don't find one), you can still publish your work yourself.
I could publish any book myself I wanted to, but the printing costs would probably astronomical (unless I used the production printers at work), the distribution costs would be astronomical, and forget getting my books to a brick and mortar bookstore, at the moment, if you want a wide audience for a dead tree book, you probably need to work with a publisher.
Once you do work with a publisher, you can't just write any book you want to. You need to sell your concept to them, submit sample chapters, compromise on what they want to publish, it becomes more of a collaborative effort than one person blindly dumping 400 pages of Word files to the publisher.
It was an interesting time, certainly an ego trip to see my name on Amazon, but I don't think I would do it again for free, the non-financial rewards wouldn't justify all the time and effort.
George
The main problem with GPL'ed software in general is the question "how can I make a living writing free software." Companies like Red Hat, Caldera, and the rest of the Linux start-ups answer this question by providing technical support for a fee. However, not all programs lend themselves to this economic model. While it may be appropriate for complex software like operating systems and server programs, it is not nearly as feasable for desktop applications -- particuarly if they are very intuitive and user-friendly. A program that's easy to use won't need much in terms of tech support.
Besides providing support services, historically the only other significant way open-source programmers have been able to support themselves directly is to write & sell books. (ESR and Larry Wall spring to mind as examples of this model of compensation).
As a programmer, I'd hate to think that after putting hundreds or thousands of hours of my time into writing an open-source program, the only way I could make any money would be thru banner ads and selling tee shirts and stuffed toys. If I wanted to sell souvineers for a living, I wouln't have busted my ass getting an engineering degree. When you pour your blood, sweat, and tears into somthing, you deserve to be rewarded for your effort. If ego gratification is enough of a reward for you, that's fine; but remember that even the most altrustic programmer still needs to provide for himself and his family.
The problem with the free documentation licence is , like the GPL, it has a "viral" nature. Let's suppose I write program foo and release it under the GPL, then release a basic user's manual under the FDL. Because of the viral nature of the FDL, I could not then go write a book (foo In A Nutshell) that expands on the FDL'ed documentation. Strictly interpreted, even quoting a single line of FDL'ed text could render the entire new document FDL'ed. Even paraphrasing the original text might not be enough to get it out from under the FDL, given the translation clause.
Look at the Declaration of Independence : because it's in the public domain, anyone can publish a copy of the DoI without restriction. However, if I take the DoI and intersperse it with a line-by-line analysis of what it means, this derivitive work is fully copyrightable. However, if I did the same thing with a FDL'ed document, I would have to give up all rights to the new work, regardless of if I wanted to or not. I should have the freedom to decide how to assign my intellectual property rights.
Tim O'Reilly has done some great things for the open-source community, has made a good bit of money doing it, and has helped many open-source programmers, and has given a lot back to the community. But even a publisher as open-minded at O'Riley & Assc. would have to think twice about publishing a book that could be copied & resold by anyone.
"The axiom 'An honest man has nothing to fear from the police'
Why is it that the proponents of "one nation under God" are so eager to get rid of "liberty and justice for all"?
Using 2 licenses is fine for a first edition, but the second edition should include corrections and additions submitted to the online documentation from third parties, that gets more complicated...
Cheers,
Ben
My usual seat in the cluetrain is at A HREF="http://pub4.ezboard.com/biwethey.ht
So does the GNU Free documentation license use the GNU Free documentation license? We can have the world's first recursive license.
P.S Ok, apparently it doesn't. bah.