]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Thu, 28 Jul 2011 23:47:16 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Thu, 28 Jul 2011 23:47:16 +0000 (23:47 +0000)
bin/tests/system/filter-aaaa/Makefile.in
bin/tests/system/filter-aaaa/filter-aaaa.c
lib/isc/win32/socket.c

index 73ecae70e19633104efd61fda1e4dece233c1979..8aed5256f1fe25ad38679497b0cff22dcb7e991f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2010  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2010, 2011  Internet Systems Consortium, Inc. ("ISC")
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -12,7 +12,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.2.108.1 2011/07/28 03:20:13 marka Exp $
+# $Id: Makefile.in,v 1.2.108.2 2011/07/28 23:47:16 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index 4bcf3ecc50818b5427638c6777b3372649ad72cc..4abc71f164b0986dfa69e723b73773f02e33cda5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2010, 2011  Internet Systems Consortium, Inc. ("ISC")
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: filter-aaaa.c,v 1.2.108.1 2011/07/28 01:24:39 marka Exp $ */
+/* $Id: filter-aaaa.c,v 1.2.108.2 2011/07/28 23:47:16 tbox Exp $ */
 
 #include <config.h>
 #include <isc/util.h>
index 047e1397b3ea6c6f49029b6979f99cb6e5d601ab..1a434b517df06edf1f0b7daf20eb90a1ae704e76 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2011  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: socket.c,v 1.87.22.1 2011/07/28 04:30:55 marka Exp $ */
+/* $Id: socket.c,v 1.87.22.2 2011/07/28 23:47:16 tbox Exp $ */
 
 /* This code uses functions which are only available on Server 2003 and
  * higher, and Windows XP and higher.