diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-01-16 07:04:57 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-01-16 07:04:57 +0000 |
| commit | 41f294aba16865f09943a59e17b7de106b3cd5ae (patch) | |
| tree | 0fa786b8784d9300adeaec9d3f5fec4b00c392f4 /contrib/isc-dhcp/common/alloc.c | |
| parent | 97ae6c1f15e56c52a214d0e087a4323c0c52b1ed (diff) | |
| parent | 5ad7270f30563f9e223343950b9d85f78b3be537 (diff) | |
Notes
Diffstat (limited to 'contrib/isc-dhcp/common/alloc.c')
| -rw-r--r-- | contrib/isc-dhcp/common/alloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/isc-dhcp/common/alloc.c b/contrib/isc-dhcp/common/alloc.c index 5ed0204e596c..051cbab2e391 100644 --- a/contrib/isc-dhcp/common/alloc.c +++ b/contrib/isc-dhcp/common/alloc.c @@ -3,7 +3,7 @@ Memory allocation... */ /* - * Copyright (c) 1996-2001 Internet Software Consortium. + * Copyright (c) 1996-2002 Internet Software Consortium. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -43,7 +43,7 @@ #ifndef lint static char copyright[] = -"$Id: alloc.c,v 1.53.2.8 2001/10/18 20:30:02 mellon Exp $ Copyright (c) 1996-2000 The Internet Software Consortium. All rights reserved.\n"; +"$Id: alloc.c,v 1.53.2.9 2002/11/17 02:26:56 dhankins Exp $ Copyright (c) 1996-2002 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" |
