summaryrefslogtreecommitdiff
path: root/dst
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2009-11-20 01:49:03 +0000
committerShawn Routhier <sar@isc.org>2009-11-20 01:49:03 +0000
commit3eef2867b0f1e720204e953ed5092900aaa8f572 (patch)
tree5c2b6274c763ab94ba7bcc14e4b3609fd0ffe8b6 /dst
parent82b7b90f9fa550f5a8b3a43e45da225428e54d60 (diff)
downloadisc-dhcp-3eef2867b0f1e720204e953ed5092900aaa8f572.tar.gz
Release engineering - dates and copyrights
Diffstat (limited to 'dst')
-rw-r--r--dst/base64.c4
-rw-r--r--dst/dst_internal.h2
-rw-r--r--dst/dst_support.c4
-rw-r--r--dst/hmac_link.c4
-rw-r--r--dst/md5.h2
-rw-r--r--dst/md5_dgst.c2
-rw-r--r--dst/md5_locl.h2
-rw-r--r--dst/prandom.c4
8 files changed, 12 insertions, 12 deletions
diff --git a/dst/base64.c b/dst/base64.c
index f4db7124..7b4908cb 100644
--- a/dst/base64.c
+++ b/dst/base64.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2009 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1996-2003 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute this software for any
@@ -47,7 +47,7 @@
*/
#if !defined(LINT) && !defined(CODECENTER)
-static const char rcsid[] = "$Id: base64.c,v 1.5 2009/10/29 00:46:48 sar Exp $";
+static const char rcsid[] = "$Id: base64.c,v 1.5.6.1 2009/11/20 01:49:01 sar Exp $";
#endif /* not lint */
#include <sys/types.h>
diff --git a/dst/dst_internal.h b/dst/dst_internal.h
index 72bb3662..4ee97724 100644
--- a/dst/dst_internal.h
+++ b/dst/dst_internal.h
@@ -3,7 +3,7 @@
/*
* Portions Copyright (c) 1995-1998 by Trusted Information Systems, Inc.
- * Portions Copyright (c) 2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (c) 2007,2009 by Internet Systems Consortium, Inc. ("ISC")
*
* Permission to use, copy modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/dst/dst_support.c b/dst/dst_support.c
index fb9771cf..0baa3086 100644
--- a/dst/dst_support.c
+++ b/dst/dst_support.c
@@ -1,9 +1,9 @@
-static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/dst_support.c,v 1.6 2009/10/29 00:46:48 sar Exp $";
+static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/dst_support.c,v 1.6.6.1 2009/11/20 01:49:01 sar Exp $";
/*
* Portions Copyright (c) 1995-1998 by Trusted Information Systems, Inc.
- * Portions Copyright (c) 2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (c) 2007,2009 by Internet Systems Consortium, Inc. ("ISC")
*
* Permission to use, copy modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/dst/hmac_link.c b/dst/hmac_link.c
index 671d7b7f..21cf8908 100644
--- a/dst/hmac_link.c
+++ b/dst/hmac_link.c
@@ -1,10 +1,10 @@
#ifdef HMAC_MD5
#ifndef LINT
-static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/hmac_link.c,v 1.5 2009/10/29 00:46:48 sar Exp $";
+static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/hmac_link.c,v 1.5.6.1 2009/11/20 01:49:01 sar Exp $";
#endif
/*
* Portions Copyright (c) 1995-1998 by Trusted Information Systems, Inc.
- * Portions Copyright (c) 2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (c) 2007,2009 by Internet Systems Consortium, Inc. ("ISC")
*
* Permission to use, copy modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/dst/md5.h b/dst/md5.h
index f5b497eb..05ea3eb7 100644
--- a/dst/md5.h
+++ b/dst/md5.h
@@ -57,7 +57,7 @@
*/
/*
- * Portions Copyright (c) 2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (c) 2007,2009 by Internet Systems Consortium, Inc. ("ISC")
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/dst/md5_dgst.c b/dst/md5_dgst.c
index 2b94a1c4..4dc0f691 100644
--- a/dst/md5_dgst.c
+++ b/dst/md5_dgst.c
@@ -57,7 +57,7 @@
*/
/*
- * Portions Copyright (c) 2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (c) 2007,2009 by Internet Systems Consortium, Inc. ("ISC")
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/dst/md5_locl.h b/dst/md5_locl.h
index 43781876..07f440a2 100644
--- a/dst/md5_locl.h
+++ b/dst/md5_locl.h
@@ -57,7 +57,7 @@
*/
/*
- * Portions Copyright (c) 2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (c) 2007,2009 by Internet Systems Consortium, Inc. ("ISC")
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/dst/prandom.c b/dst/prandom.c
index d00448d1..1c990efb 100644
--- a/dst/prandom.c
+++ b/dst/prandom.c
@@ -1,9 +1,9 @@
#ifndef LINT
-static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/prandom.c,v 1.8 2009/10/29 00:46:48 sar Exp $";
+static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/prandom.c,v 1.8.6.1 2009/11/20 01:49:01 sar Exp $";
#endif
/*
* Portions Copyright (c) 1995-1998 by Trusted Information Systems, Inc.
- * Portions Copyright (c) 2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (c) 2007,2009 by Internet Systems Consortium, Inc. ("ISC")
*
* Permission to use, copy modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above