From: Automatic Updater Date: Sun, 20 Jun 2010 23:46:24 +0000 (+0000) Subject: update copyright notice X-Git-Tag: v9.7.1b1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0e230090193447a0f9a43ba485ec5d1d490c2c3;p=thirdparty%2Fbind9.git update copyright notice --- diff --git a/bin/named/Makefile.in b/bin/named/Makefile.in index 346e22b1502..3c5839f7184 100644 --- a/bin/named/Makefile.in +++ b/bin/named/Makefile.in @@ -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@ diff --git a/bin/named/bindkeys.pl b/bin/named/bindkeys.pl index 594ab4ebfa0..481a8fe0671 100755 --- a/bin/named/bindkeys.pl +++ b/bin/named/bindkeys.pl @@ -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 @@ -14,12 +14,12 @@ # 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: //;