svn commit: r186450 - in head/lib/bind/dns: . dns

Doug Barton dougb at FreeBSD.org
Tue Dec 23 19:15:04 UTC 2008


Author: dougb
Date: Tue Dec 23 19:15:04 2008
New Revision: 186450
URL: http://svn.freebsd.org/changeset/base/186450

Log:
  Update copyrights and comments as of 9.4.3 (no functional changes)

Modified:
  head/lib/bind/dns/code.h
  head/lib/bind/dns/dns/enumclass.h
  head/lib/bind/dns/dns/enumtype.h
  head/lib/bind/dns/dns/rdatastruct.h

Modified: head/lib/bind/dns/code.h
==============================================================================
--- head/lib/bind/dns/code.h	Tue Dec 23 18:36:21 2008	(r186449)
+++ head/lib/bind/dns/code.h	Tue Dec 23 19:15:04 2008	(r186450)
@@ -1,7 +1,7 @@
 /* $FreeBSD$ */
 
 /*
- * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2003 Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any

Modified: head/lib/bind/dns/dns/enumclass.h
==============================================================================
--- head/lib/bind/dns/dns/enumclass.h	Tue Dec 23 18:36:21 2008	(r186449)
+++ head/lib/bind/dns/dns/enumclass.h	Tue Dec 23 19:15:04 2008	(r186450)
@@ -1,7 +1,7 @@
 /* $FreeBSD$ */
 
 /*
- * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2003 Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any

Modified: head/lib/bind/dns/dns/enumtype.h
==============================================================================
--- head/lib/bind/dns/dns/enumtype.h	Tue Dec 23 18:36:21 2008	(r186449)
+++ head/lib/bind/dns/dns/enumtype.h	Tue Dec 23 19:15:04 2008	(r186450)
@@ -1,7 +1,7 @@
 /* $FreeBSD$ */
 
 /*
- * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2003 Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any

Modified: head/lib/bind/dns/dns/rdatastruct.h
==============================================================================
--- head/lib/bind/dns/dns/rdatastruct.h	Tue Dec 23 18:36:21 2008	(r186449)
+++ head/lib/bind/dns/dns/rdatastruct.h	Tue Dec 23 19:15:04 2008	(r186450)
@@ -1,7 +1,7 @@
 /* $FreeBSD$ */
 
 /*
- * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2003 Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -1608,10 +1608,10 @@ typedef struct dns_rdata_rrsig {
 
 #endif /* GENERIC_DNSSIG_46_H */
 /*
- * Copyright (C) 2004, 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2008  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2003  Internet Software Consortium.
  *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
  * copyright notice and this permission notice appear in all copies.
  *
@@ -1627,10 +1627,10 @@ typedef struct dns_rdata_rrsig {
 #ifndef GENERIC_NSEC_47_H
 #define GENERIC_NSEC_47_H 1
 
-/* $Id: nsec_47.h,v 1.4.20.2 2005/04/29 00:16:37 marka Exp $ */
+/* $Id: nsec_47.h,v 1.4.20.4 2008/07/15 23:46:14 tbox Exp $ */
 
 /*!
- * \brief Per draft-ietf-dnsext-nsec-rdata-01.txt */
+ * \brief Per RFC 3845 */
 
 typedef struct dns_rdata_nsec {
 	dns_rdatacommon_t	common;


More information about the svn-src-head mailing list