]>
git.cameronkatri.com Git - bsdgames-darwin.git/blob - warp/version.c
1 /* $Header: /cvsroot/src/games/warp/version.c,v 1.1 2020/11/09 23:37:05 kamil Exp $
4 * Revision 1.1 2020/11/09 23:37:05 kamil
5 * Add Warp Kit, Version 7.0 by Larry Wall
7 * Warp is a real-time space war game that doesn't get boring very quickly.
8 * Read warp.doc and the manual page for more information.
10 * games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
11 * world via NetBSD. Its remnants were still mentioned in games/Makefile.
13 * Larry Wall, the original author and the copyright holder, generously
14 * donated the game and copyright to The NetBSD Foundation, Inc.
16 * Import the game sources as-is from 4.3BSD-Reno, with the cession
17 * of the copyright and license to BSD-2-clause NetBSD-style.
19 * Signed-off-by: Larry Wall <larry@wall.org>
20 * Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
22 * Revision 7.0 86/10/08 15:14:39 lwall
23 * Split into separate files. Added amoebas and pirates.
27 #include "patchlevel.h"
31 /* Print out the version number. */
38 printf("%s\r\nPatch level: %d\r\n", rcsid
, PATCHLEVEL
);