]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Tue, 31 Jan 2012 23:47:03 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Tue, 31 Jan 2012 23:47:03 +0000 (23:47 +0000)
bin/named/zoneconf.c
bin/tests/system/inline/ns3/master3.db.in
make/rules.in
util/kit.sh
util/mksymtbl.pl

index 8feb20cab73f4bc5c8b4885b53f4604ce117d39b..9a5cd93bc5c1769eecba2eb4a87c33802ce34223 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2012  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-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: zoneconf.c,v 1.186.22.1 2012/01/31 01:11:54 each Exp $ */
+/* $Id: zoneconf.c,v 1.186.22.2 2012/01/31 23:47:02 tbox Exp $ */
 
 /*% */
 
index f0f1330eb47935897f29843e73a3772065b6902b..7869b309e04c9180e138c9f46eabe23ff72f9655 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2012  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: master3.db.in,v 1.1.4.2 2012/01/31 01:12:29 each Exp $
+; $Id: master3.db.in,v 1.1.4.3 2012/01/31 23:47:02 tbox Exp $
 
 $TTL 300       ; 5 minutes
 @                      IN SOA  ns3 . (
index 7ba3b79dc3de2c6dbfdb4a370b224e89cca1c0c5..5a688793d2996a1ef049fc178fa4ccb0bb27ede4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2009, 2011  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-2009, 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1998-2003  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: rules.in,v 1.72.22.1 2012/01/31 04:10:45 marka Exp $
+# $Id: rules.in,v 1.72.22.2 2012/01/31 23:47:02 tbox Exp $
 
 ###
 ### Common Makefile rules for BIND 9.
index a047448ebf38d72ff516f713603f5d3a20515000..4d8c3095905c8c6d8d5fefa51eee89f57a5a907a 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007-2010  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007-2010, 2012  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 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: kit.sh,v 1.45 2012/01/30 00:47:07 marka Exp $
+# $Id: kit.sh,v 1.45.2.1 2012/01/31 23:47:02 tbox Exp $
 
 # Make a release kit
 #
index b1b02f0b2477d725d455ab19a8d42718f43399e3..15e5fe34fdf2a8aa3b8f068d103c0ea3e6c4bce9 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 #
-# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009, 2012  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
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: mksymtbl.pl,v 1.4.688.1 2012/01/31 04:10:45 marka Exp $
+# $Id: mksymtbl.pl,v 1.4.688.2 2012/01/31 23:47:03 tbox Exp $
 
 use strict;
 use diagnostics;
 $^W = 1;
 
-my $rev = '$Id: mksymtbl.pl,v 1.4.688.1 2012/01/31 04:10:45 marka Exp $';
+my $rev = '$Id: mksymtbl.pl,v 1.4.688.2 2012/01/31 23:47:03 tbox Exp $';
 $rev =~ s/\$//g;
 $rev =~ s/,v//g;
 $rev =~ s/Id: //;