]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Sun, 20 Jun 2010 23:46:24 +0000 (23:46 +0000)
committerAutomatic Updater <source@isc.org>
Sun, 20 Jun 2010 23:46:24 +0000 (23:46 +0000)
bin/named/Makefile.in
bin/named/bindkeys.pl

index 346e22b150265e563ce63e400e703bd07e3eb220..3c5839f71847a5b552598f65c1eb1515925b5562 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1998-2002  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: Makefile.in,v 1.109.2.1 2010/06/20 07:34:54 marka Exp $
+# $Id: Makefile.in,v 1.109.2.2 2010/06/20 23:46:24 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index 594ab4ebfa06e873f944aca26b95efd59e0cab74..481a8fe06715f6357cb45998c623fd37460fa7fd 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 #
-# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009, 2010  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: bindkeys.pl,v 1.3.104.1 2010/06/20 07:36:02 marka Exp $
+# $Id: bindkeys.pl,v 1.3.104.2 2010/06/20 23:46:24 tbox Exp $
 
 use strict;
 use warnings;
 
-my $rev = '$Id: bindkeys.pl,v 1.3.104.1 2010/06/20 07:36:02 marka Exp $';
+my $rev = '$Id: bindkeys.pl,v 1.3.104.2 2010/06/20 23:46:24 tbox Exp $';
 $rev =~ s/\$//g;
 $rev =~ s/,v//g;
 $rev =~ s/Id: //;