]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Fri, 24 Dec 2010 23:47:05 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Fri, 24 Dec 2010 23:47:05 +0000 (23:47 +0000)
bin/nsupdate/nsupdate.c
bin/tests/dst/Makefile.in

index 02722853e591f06a9f639dcf7361207be925b06d..a1b6a736950ac47f8e420188cc80334036398431 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: nsupdate.c,v 1.188 2010/12/24 02:20:47 each Exp $ */
+/* $Id: nsupdate.c,v 1.189 2010/12/24 23:47:05 tbox Exp $ */
 
 /*! \file */
 
@@ -2443,7 +2443,7 @@ get_ticket_realm(isc_mem_t *mctx)
        krb5_ccache ccache;
        krb5_principal princ;
        char *name, *ticket_realm;
-       
+
        rc = krb5_init_context(&ctx);
        if (rc != 0)
                return;
@@ -2453,7 +2453,7 @@ get_ticket_realm(isc_mem_t *mctx)
                krb5_free_context(ctx);
                return;
        }
-               
+
        rc = krb5_cc_get_principal(ctx, ccache, &princ);
        if (rc != 0) {
                krb5_cc_close(ctx, ccache);
index f442a8031ce300305ab01556c23d1e84ef80fef8..61a9a873ee2266e1a7bd92aa064b5e219a34d081 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2006-2009  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2006-2010  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1999-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.51 2010/12/24 02:20:47 each Exp $
+# $Id: Makefile.in,v 1.52 2010/12/24 23:47:05 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@