]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix copyright
authorTed Lemon <source@isc.org>
Mon, 20 May 1996 00:11:03 +0000 (00:11 +0000)
committerTed Lemon <source@isc.org>
Mon, 20 May 1996 00:11:03 +0000 (00:11 +0000)
common/hash.c
dhcp.h
dhcpd.c
dhctoken.h
hash.c
includes/dhcp.h
includes/dhctoken.h
server/dhcpd.c

index f268f5d72b508a52e32eb8ce8189066c1b2af9b3..68972b7292663e242b79957d8e1f1b00693a01eb 100644 (file)
@@ -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 8bee3732f4dc33070cbe8e945f8e27bccea869bd..24da0d08049327c97f13b1e30d9c70888e46240d 100644 (file)
--- 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 123f57cbb3a9e575cc471b83cc9c7782ed5a5d8a..9da7ba69de36cf23ee17df85a7d0e6b68c4e8350 100644 (file)
--- 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"
index 9a69f2d21021a82867161b8c4cb5cb4e44dd6da6..917f61d148c8b632d910ea2cdc98abe119557139 100644 (file)
@@ -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 f268f5d72b508a52e32eb8ce8189066c1b2af9b3..68972b7292663e242b79957d8e1f1b00693a01eb 100644 (file)
--- 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"
index 8bee3732f4dc33070cbe8e945f8e27bccea869bd..24da0d08049327c97f13b1e30d9c70888e46240d 100644 (file)
@@ -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
index 9a69f2d21021a82867161b8c4cb5cb4e44dd6da6..917f61d148c8b632d910ea2cdc98abe119557139 100644 (file)
@@ -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
index 123f57cbb3a9e575cc471b83cc9c7782ed5a5d8a..9da7ba69de36cf23ee17df85a7d0e6b68c4e8350 100644 (file)
@@ -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"