I hope that I can last more on this foundation than I lasted at the FSF, where I was removed by RMS after refusing to be an active part of the campaign to rename Linux as GNU/Linux.
/* DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO. */
#include <stdio.h>
void interject(const char *s) {
printf("I'd just like to interject for a moment\n\nWhat you're referring to"
" as %s, is in fact, GNU/%s, or as I've recently taken to calling it"
", GNU plus %s. %s is not an operating system unto itself, but rathe"
"r another free component of a fully functioning GNU system made use"
"ful by the GNU corelibs, shell utilities and vital system component"
"s comprising a full OS as defined by POSIX.\n\nMany computer users "
"run a modified version of the GNU system every day, without realizi"
"ng it. Through a peculiar turn of events, the version of GNU which "
"is widely used today is often called '%s', and many of its users ar"
"e not aware that it is basically the GNU system, developed by the G"
"NU Project. There really is a %s, and these people are using it, bu"
"t it is just a part of the system they use.\n\n%s is the kernel: th"
"e program in the system that allocates the machine's resources to t"
"he other programs that you run. The kernel is an essential part of "
"an operating system, but useless by itself; it can only function in"
" the context of a complete operating system. %s is normally used in"
" combination with the GNU operating system: the whole system is bas"
"ically GNU with %s added, or GNU/%s. All the so-called '%s' distrib"
"utions are really distributions of GNU/%s.\n",
s, s, s, s, s, s, s, s, s, s, s, s);
}