This blog is my reply to an article by Hans Reiser on NewsForge, regarding credit and Free Software.
Motivation
The assertion that FS/OSS developers work for ego is on shaky ground to say the least. There are so many unsung heroes that turn the Free/Open wheel, contributing in so many different areas, that they couldn't possibly all get the prominent recognition for their work that Hans is suggesting.
While ego probably does play a part, the most powerful motivation in FS/OSS has to be altruism. People write code, provide support on mailing lists and IRC, submit patches, and undertake a myriad of other helpful tasks. Because people value the freedom, and people want to help others. For a job well done, the recognition will come. There are plenty of people who do not seek out accolades, but whose contributions are recognised and whose reputation is built on their work - and not a flair for self-promotion. In an altriuistic world, the contribution is the reward.
Established Practice
There are already several long-established practices for giving credit in software. The most obvious is the "About" box. Most GUI software has an option in the main menu that displays the version, copyright notice, and author credits. The credit information is easily accessible, but does not interfere with the day-to-day running of the software. Command-line programs can have an "--about" option to do the equivalent.
Credit is also present in the AUTHORS file distributed with the software, in the READMEs, in the copyright/license notice, in all copies of the software source code, and in CVS logs. And maybe even in an easter egg. These practices have been around for a long time, and seem to have been sufficient for the vast majority of developers. The information is easily accessible, but not intrusive. In-your-face credit tends to provoke a negative reaction from users, rather than inviting accolades. Surely all these should be sufficient?
Citations
When an author writes an academic paper, citations are inserted for many reasons. And citations are inserted typically in a numbered style [3], or in a short-author/year style [Reis03]. The style of citation is designed to be minimally intrusive to the reader of the text to minimise interruption to the flow. But there is sufficient information there to look up the bibliography and find the desired information; author, title, journal, and so on. This directly parallels the existing practices above. The information is non-intrusive yet easily available. Full credit is given, but the reader (or user) is not overwhelmed by the information.
Where would you stop?
If every FS/OSS developer were to follow Reiser's lead (adding the 24-line credits to the reiserfs-utils program), then Linux would rapidly become unusable.
When I type 'ls -l', should it come up with a list of authors of binutils? But it also uses glibc, so we would have to credit those fine folk. It was compiled with gcc, so we should credit them too. And this code will eventually use the kernel to do the work, so Linus, Alan, and a cast of thousands deserve their name in lights. And of course, since I run ext3, those authors should get fair credit too. So before I actually see the output of the 'ls' command, I would be blasted with probably about 500 odd names. Hmmm - BSD is looking better. But wait - didn't they already go through the process of removing the obnoxious advertising clause? Isn't this just the sort of thing Reiser is proposing?
When I play a CD, do we need to pop up a dialog showing the names of the developers of Gnome, Gtk, Libc, gcc, Alsa, Linux? And what about the poor engineers at Sony who made my CD player? The unsung heroes at Intel who designed my motherboard? And so on...
Obviously the issue rapidly descends in absurdity. So where do we stop? First we ought to ask ourselves if the existing practices are appropriate? They certainly seem to be for the vast majority of developers.
Screensavers
The idea of the screensaver is novel, but fraught with practical problems. Apart from the obvious: it would have to be optional, it would not be available for servers, headless systems, non-GUI installations, kiosks, embedded systems, etc etc. But aside from all that is the idea that it should be the default. By mandating that the credits screensaver be installed by default, Reiser is limiting peoples' freedom to choose what (if any) screensaver they should use. Once users (or distributions) start to become hamstrung by onerous conditions that developers place upon their software, they will simply seek out more free alternatives.
I like the idea of providing a credits screensaver, but strictly as an option, alongside the many other screensavers that are availble for the user to choose from. And it is important that they still have the choice.
Plagiarism
Recently Reiser accused the Debian project of plagiarism. Apparently a screenful of credits is displayed when the user runs certain command-line programs from the reiserfs tools package. This rather intrusive list was disabled by the maintainer, for usability reasons. The copyright notices and all other legal requirements of the GPL under which ReiserFS is distributed, were complied with. However, upon learning this, Reiser fired off a flame to the debian-devel list, accusing Debian of plagiarism and unethical behaviour, amongst other things.
Unfortunately, it was not clear from Reiser's posts, just what he was complaining about, and it took a while for the situation to be understood. But the rather concerning thing was, that rather than contact the Debian maintainer privately and discuss his objections and come to a mutual agreement, he chose to flame the entire project in public, with very serious allegations. Rather than engage the maintainer in a civil manner to resolve the problem amicably, he chose to flame the entire project with baseless allegations and rambling diatribes.
This flae spawned a very long thread, that covered all sorts of issues. The GPL, the GFDL, credits, invariant sections and all sorts of topics. There were many important points raised, not all directly relevant to the point in question.
Reiser chose to release his code under the GPL. Yet he seeks to impose additional restrictions against users of his software, making it less free, and incompatible with the GPL. The credits blurb is not the same thing as the copyright notice; the latter is a legal requirement, while the inclusion and display of the credits is not covered by the license.
Why couldn't the software contain a line like:
ReiserFS is Free Software, distributed under the GPL
Use the '--credits' flag to show a list of contributors to this project
This is clear, unobtrusive, retains the spirit and respects the letter of the GPL, and still permits the user to see the credits without having it thrust upon them.

Leave a comment