[net.sources] Rog-O-Matic XIV Copyright

mlm@cmu-cs-cad.ARPA (Michael Mauldin) (03/09/85)

There has been some question about the copyright status of Rogomatic,
so I would like to clearly set out what is and is not permitted (and
thanks to all those people who asked before copying).

(1) You CAN copy and modify the source.
(2) You CAN give your friends copies (and they can modify and copy, too).
(3) You cannot sell or charge or otherwise make money off of it.
(3a) You can use Rog-O-Matic as a demo program on hardware you sell, as
    long as you do not distribute Rog-O-Matic for a fee.

(4) If you have a copy you MUST notify me by either electronic or regular
    US mail, unless I have mailed it directly to you.  If you give one
    to your friends, they must notify me themselves.
(5) You MUST leave intact all copyright notices and statements of authorship.

The intent of these rules is that (1) anyone who wants a copy should be
able to get one, (2) nobody should make money or take credit for our work
except for us, and (3) we want to know who has a copy.

Michael L. Mauldin (Fuzzy)		Department of Computer Science
Mauldin@CMU-CS-CAD.ARPA			Carnegie-Mellon University
(412) 578-3065				Pittsburgh, PA  15213

scott@whuts.UUCP (Steve Scott) (03/13/85)

> Michael L. Mauldin (Fuzzy)		Department of Computer Science
> Mauldin@CMU-CS-CAD.ARPA			Carnegie-Mellon University
> (412) 578-3065				Pittsburgh, PA  15213

I couldn't get through normally, so I'll ask everyone.

Awhile ago some of us here started getting into rogue, but when
we went from System V to System V.2 the binary no longer worked
properly.  Is there anyone out there who can send us the sources for
rogue?  Please, please let me know.

	Steve Scott	..!whuts!scott
	phone		(201)386-2336
	US Mail		AT&T Bell Laboratories
			Room 1A-237
			Whippany Rd
			Whippany NJ 07981

hachong@watmath.UUCP (Herb Chong [DCS]) (03/13/85)

#include <stdio.h>
main()
{
	srand(getpid());
	sleep((rand() % 120) * 60);
	if ((rand() % 1000000) == 0)
		printf("You Win!\n");
	else
		printf("You Loose.\n");
	exit(0);
}

with many apologies to the original poster of this version of rogue.

Herb Chong...

I'm user-friendly -- I don't byte, I nybble....

UUCP:  {decvax|utzoo|ihnp4|allegra|clyde}!watmath!hachong
CSNET: hachong%watmath@waterloo.csnet
ARPA:  hachong%watmath%waterloo.csnet@csnet-relay.arpa
NETNORTH, BITNET, EARN: herbie@watdcs

honey@down.FUN (code 101) (03/15/85)

you loose too, herb.
	north/honey