From 0b9266589603ba714374526f81f512b8b181bff8 Mon Sep 17 00:00:00 2001 From: Paul Janzen Date: Tue, 17 Jun 2003 00:36:41 +0000 Subject: d@ has asked me to put in an explicit "Public domain" on header files for code he's written here. The code itself is clearly licensed already. --- games/hunt/hunt/display.h | 3 ++- games/hunt/hunt/list.h | 4 ++-- games/hunt/huntd/conf.h | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) (limited to 'games') diff --git a/games/hunt/hunt/display.h b/games/hunt/hunt/display.h index 10c837f68d1..08d9ba9041f 100644 --- a/games/hunt/hunt/display.h +++ b/games/hunt/hunt/display.h @@ -1,4 +1,5 @@ -/* $OpenBSD: display.h,v 1.2 2002/02/16 21:27:10 millert Exp $ */ +/* $OpenBSD: display.h,v 1.3 2003/06/17 00:36:36 pjanzen Exp $ */ +/* David Leonard , 1999. Public domain. */ void display_open(void); void display_beep(void); diff --git a/games/hunt/hunt/list.h b/games/hunt/hunt/list.h index b6a61cda05e..bef0a31ba0f 100644 --- a/games/hunt/hunt/list.h +++ b/games/hunt/hunt/list.h @@ -1,4 +1,5 @@ -/* $OpenBSD: list.h,v 1.2 2002/02/16 21:27:10 millert Exp $ */ +/* $OpenBSD: list.h,v 1.3 2003/06/17 00:36:36 pjanzen Exp $ */ +/* David Leonard , 1999. Public domain. */ struct driver { struct sockaddr addr; @@ -15,4 +16,3 @@ struct driver *next_driver_fd(int); const char * driver_name(struct driver *); void probe_drivers(u_int16_t, char *); void probe_cleanup(void); - diff --git a/games/hunt/huntd/conf.h b/games/hunt/huntd/conf.h index f5fac25783e..0bf6f742597 100644 --- a/games/hunt/huntd/conf.h +++ b/games/hunt/huntd/conf.h @@ -1,4 +1,5 @@ -/* $OpenBSD: conf.h,v 1.4 2002/02/16 21:27:10 millert Exp $ */ +/* $OpenBSD: conf.h,v 1.5 2003/06/17 00:36:40 pjanzen Exp $ */ +/* David Leonard , 1999. Public domain. */ /* Configuration option variables for the server: */ @@ -52,4 +53,3 @@ extern int conf_simstep; void config(void); void config_arg(char *); - -- cgit v1.2.3