[alt.sources] /* ONLY POST SOURCES HERE, NOT QUESTIONS */

gnu@hoptoad.uucp (John Gilmore) (12/21/88)

#include <stdio.h>

int
main()
{
  printf("I created this newsgroup as an unmoderated place to post sources.\n");
  printf("If you want to ask for sources, ask in comp.sources.wanted.\n");
  printf("If you want to talk about sources, talk in comp.sources.d.\n");
  printf("If you want to discuss bugs, discuss in comp.sources.bugs.\n");
  printf("This group is for source code only!\n");
  printf("\n");
  printf("Thank you...\n");
  printf("-- \n");
  printf("John Gilmore    {sun,pacbell,uunet,pyramid,amdahl}!hoptoad!gnu");
  printf("    gnu@toad.com\n\t\t\"The network *is* the confuser.\"\n");
  return 0;
}
-- 
John Gilmore    {sun,pacbell,uunet,pyramid,amdahl}!hoptoad!gnu    gnu@toad.com
		"The network *is* the confuser."