1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
This is a Debian prepackaged version of the BSD games package, non-free
section.
This package was put together by Joey Hess <joeyh@master.debian.org>, using
sources from:
ftp://sunsite.unc.edu/pub/Linux/Incoming/bsd-games-non-free-2.0.tar.gz
Copyrights of the games in this package follow.
Paranoia:
/* This is a solo paranoia game taken from the Jan/Feb issue (No 77) of
"SpaceGamer/FantasyGamer" magazine.
Article by Sam Shirley.
Implemented in C on Vax 11/780 under UNIX by Tim Lister
This is a public domain adventure and may not be sold for profit */
Bog:
Distribution
You may use this software for your enjoyment and you may share it with others.
You may not sell this software or use it for any commercial purposes
whatsoever. All modified versions of the software that you redistribute must
clearly indicate your changes.
If you come across any bugs or make any changes you'd like to share please
send mail to me rather than posting to the net.
Enjoy. [But beware: boggle can be addictive!]
-----
Barry Brachman | {ihnp4!alberta,uw-beaver,uunet}!
Dept. of Computer Science| ubc-vision!ubc-csgrads!brachman
Univ. of British Columbia| brachman@grads.cs.ubc.cdn
Vancouver, B.C. V6T 1W5 | brachman%ubc.csnet@csnet-relay.arpa
(604) 228-4327 | brachman@ubc.csnet
Rogue:
Standard BSD copyright plus the following:
/*
* main.c
*
* This source herein may be modified and/or distributed by anybody who
* so desires, with the following restrictions:
* 1.) No portion of this notice shall be removed.
* 2.) Credit shall not be taken for the creation of this source.
* 3.) This code is not to be traded, sold, or used for personal
* gain or profit.
*
*/
|