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

index 71fca2704ef6941f8e2aa0fc6948adeefd1eea6c..2b495e4abf474da85be3d7265797dfccfddb7bf1 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.128.1 2009/10/21 01:23:19 each Exp $ */
+/* $Id: base64.c,v 1.32.128.2 2009/10/21 23:46:33 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);
 }