From 1000049f5a1ebbee0caa3d5c78d282db9221b159 Mon Sep 17 00:00:00 2001 From: Automatic Updater Date: Tue, 31 Jan 2012 23:47:03 +0000 Subject: [PATCH] update copyright notice --- bin/named/zoneconf.c | 4 ++-- bin/tests/system/inline/ns3/master3.db.in | 4 ++-- make/rules.in | 4 ++-- util/kit.sh | 4 ++-- util/mksymtbl.pl | 6 +++--- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/bin/named/zoneconf.c b/bin/named/zoneconf.c index 8feb20cab7..9a5cd93bc5 100644 --- a/bin/named/zoneconf.c +++ b/bin/named/zoneconf.c @@ -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 $ */ /*% */ diff --git a/bin/tests/system/inline/ns3/master3.db.in b/bin/tests/system/inline/ns3/master3.db.in index f0f1330eb4..7869b309e0 100644 --- a/bin/tests/system/inline/ns3/master3.db.in +++ b/bin/tests/system/inline/ns3/master3.db.in @@ -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 . ( diff --git a/make/rules.in b/make/rules.in index 7ba3b79dc3..5a688793d2 100644 --- a/make/rules.in +++ b/make/rules.in @@ -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. diff --git a/util/kit.sh b/util/kit.sh index a047448ebf..4d8c309590 100644 --- a/util/kit.sh +++ b/util/kit.sh @@ -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 # diff --git a/util/mksymtbl.pl b/util/mksymtbl.pl index b1b02f0b24..15e5fe34fd 100755 --- a/util/mksymtbl.pl +++ b/util/mksymtbl.pl @@ -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 @@ -14,13 +14,13 @@ # 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: //;