From: Tinderbox User Date: Tue, 29 Apr 2014 23:45:21 +0000 (+0000) Subject: update copyright notice X-Git-Tag: v9.11.0a1~1697 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=f6ea2b1d09668564c764e5d32ada7652068f0562;p=thirdparty%2Fbind9.git update copyright notice --- diff --git a/bin/tests/dst/t_dst.c b/bin/tests/dst/t_dst.c index 0c3b93e28e1..5416c77e683 100644 --- a/bin/tests/dst/t_dst.c +++ b/bin/tests/dst/t_dst.c @@ -678,7 +678,7 @@ sig_fromfile(char *path, isc_buffer_t *iscbuf) { --len; continue; } else if (len < 2U) - return (1); + return (1); if (('0' <= *p) && (*p <= '9')) val = *p - '0'; else if (('A' <= *p) && (*p <= 'F')) diff --git a/bin/tests/system/geoip/prereq.sh b/bin/tests/system/geoip/prereq.sh index c001bb150b0..2164b865337 100644 --- a/bin/tests/system/geoip/prereq.sh +++ b/bin/tests/system/geoip/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2013, 2014 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 diff --git a/bin/tests/system/testsock6.pl b/bin/tests/system/testsock6.pl index a1a2c069aa8..07ecb4fb47c 100644 --- a/bin/tests/system/testsock6.pl +++ b/bin/tests/system/testsock6.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2010, 2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010, 2012, 2014 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 diff --git a/lib/isc/regex.c b/lib/isc/regex.c index 17b3afbe08d..2ee13653bdd 100644 --- a/lib/isc/regex.c +++ b/lib/isc/regex.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2014 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