diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 2003-06-17 00:36:41 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 2003-06-17 00:36:41 +0000 |
commit | 0b9266589603ba714374526f81f512b8b181bff8 (patch) | |
tree | 6286148a915a2db3fbea87ed2da3cc8d6221a7eb /games/hunt | |
parent | 743d9eeb9ff96686d2368674a32090349df1d77e (diff) |
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.
Diffstat (limited to 'games/hunt')
-rw-r--r-- | games/hunt/hunt/display.h | 3 | ||||
-rw-r--r-- | games/hunt/hunt/list.h | 4 | ||||
-rw-r--r-- | games/hunt/huntd/conf.h | 4 |
3 files changed, 6 insertions, 5 deletions
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 <d@openbsd.org>, 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 <d@openbsd.org>, 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 <d@openbsd.org>, 1999. Public domain. */ /* Configuration option variables for the server: */ @@ -52,4 +53,3 @@ extern int conf_simstep; void config(void); void config_arg(char *); - |