]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Wed, 21 Oct 2009 23:47:20 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Wed, 21 Oct 2009 23:47:20 +0000 (23:47 +0000)
lib/isc/base64.c

index 491c3b1d7ed7775046168661c1aaadd5e3e3a025..4844a4bf75b72d4c2e1130b8cfe7105ec27bf81b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2001, 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: base64.c,v 1.32.332.1 2009/10/21 01:22:47 each Exp $ */
+/* $Id: base64.c,v 1.32.332.2 2009/10/21 23:47:20 tbox Exp $ */
 
 /*! \file */
 
@@ -219,7 +219,7 @@ isc_base64_decodestring(const char *cstr, isc_buffer_t *target) {
                        continue;
                RETERR(base64_decode_char(&ctx, c));
        }
-       RETERR(base64_decode_finish(&ctx));     
+       RETERR(base64_decode_finish(&ctx));
        return (ISC_R_SUCCESS);
 }