X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/87282391316fa7e8c00b6e73604d26f22f64e105..ca67e7b465996afb3821d6a075c4dc6a7f0f5d52:/usr/src/games/rogue/throw.c diff --git a/usr/src/games/rogue/throw.c b/usr/src/games/rogue/throw.c index 752899ff80..25281f32ab 100644 --- a/usr/src/games/rogue/throw.c +++ b/usr/src/games/rogue/throw.c @@ -1,27 +1,3 @@ -/* - * Copyright (c) 1988 The Regents of the University of California. - * All rights reserved. - * - * This code is derived from software contributed to Berkeley by - * Timothy C. Stoehr. - * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. - */ - -#ifndef lint -static char sccsid[] = "@(#)throw.c 5.2 (Berkeley) %G%"; -#endif /* not lint */ - /* * throw.c * @@ -34,6 +10,10 @@ static char sccsid[] = "@(#)throw.c 5.2 (Berkeley) %G%"; * */ +#ifndef lint +static char sccsid[] = "@(#)throw.c 5.1 (Berkeley) 11/25/87"; +#endif /* not lint */ + #include "rogue.h" extern short cur_room;