From: Ted Lemon Date: Mon, 20 May 1996 00:11:03 +0000 (+0000) Subject: Fix copyright X-Git-Tag: BETA-2~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=efc12bbc8f2103bfae857a1d0ce673a2a310c806;p=thirdparty%2Fdhcp.git Fix copyright --- diff --git a/common/hash.c b/common/hash.c index f268f5d72..68972b729 100644 --- a/common/hash.c +++ b/common/hash.c @@ -3,7 +3,8 @@ Routines for manipulating hash tables... */ /* - * Copyright (c) 1995 The Internet Software Consortium. All rights reserved. + * Copyright (c) 1995, 1996 The Internet Software Consortium. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -41,7 +42,7 @@ #ifndef lint static char copyright[] = -"@(#) Copyright (c) 1995 The Internet Software Consortium. All rights reserved.\n"; +"@(#) Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" diff --git a/dhcp.h b/dhcp.h index 8bee3732f..24da0d080 100644 --- a/dhcp.h +++ b/dhcp.h @@ -3,7 +3,8 @@ Protocol structures... */ /* - * Copyright (c) 1995 The Internet Software Consortium. All rights reserved. + * Copyright (c) 1995, 1996 The Internet Software Consortium. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/dhcpd.c b/dhcpd.c index 123f57cbb..9da7ba69d 100644 --- a/dhcpd.c +++ b/dhcpd.c @@ -42,7 +42,7 @@ #ifndef lint static char copyright[] = -"@(#) Copyright (c) 1995 The Internet Software Consortium. All rights reserved.\n"; +"@(#) Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" diff --git a/dhctoken.h b/dhctoken.h index 9a69f2d21..917f61d14 100644 --- a/dhctoken.h +++ b/dhctoken.h @@ -3,7 +3,8 @@ Tokens for config file lexer and parser. */ /* - * Copyright (c) 1995 The Internet Software Consortium. All rights reserved. + * Copyright (c) 1995, 1996 The Internet Software Consortium. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/hash.c b/hash.c index f268f5d72..68972b729 100644 --- a/hash.c +++ b/hash.c @@ -3,7 +3,8 @@ Routines for manipulating hash tables... */ /* - * Copyright (c) 1995 The Internet Software Consortium. All rights reserved. + * Copyright (c) 1995, 1996 The Internet Software Consortium. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -41,7 +42,7 @@ #ifndef lint static char copyright[] = -"@(#) Copyright (c) 1995 The Internet Software Consortium. All rights reserved.\n"; +"@(#) Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" diff --git a/includes/dhcp.h b/includes/dhcp.h index 8bee3732f..24da0d080 100644 --- a/includes/dhcp.h +++ b/includes/dhcp.h @@ -3,7 +3,8 @@ Protocol structures... */ /* - * Copyright (c) 1995 The Internet Software Consortium. All rights reserved. + * Copyright (c) 1995, 1996 The Internet Software Consortium. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/includes/dhctoken.h b/includes/dhctoken.h index 9a69f2d21..917f61d14 100644 --- a/includes/dhctoken.h +++ b/includes/dhctoken.h @@ -3,7 +3,8 @@ Tokens for config file lexer and parser. */ /* - * Copyright (c) 1995 The Internet Software Consortium. All rights reserved. + * Copyright (c) 1995, 1996 The Internet Software Consortium. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/server/dhcpd.c b/server/dhcpd.c index 123f57cbb..9da7ba69d 100644 --- a/server/dhcpd.c +++ b/server/dhcpd.c @@ -42,7 +42,7 @@ #ifndef lint static char copyright[] = -"@(#) Copyright (c) 1995 The Internet Software Consortium. All rights reserved.\n"; +"@(#) Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h"