2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

update copyright notice

This commit is contained in:
Tinderbox User
2013-03-13 23:46:08 +00:00
parent 137fdbc214
commit 22dd28c5bc
8 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2004-2010, 2012 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-2010, 2012, 2013 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1997-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
@@ -2704,7 +2704,7 @@ isc_mem_renderjson(json_object *memobj) {
return (ISC_R_SUCCESS);
error:
if (ctxarray != NULL)
if (ctxarray != NULL)
json_object_put(ctxarray);
return (result);
}