From f6ea2b1d09668564c764e5d32ada7652068f0562 Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Tue, 29 Apr 2014 23:45:21 +0000 Subject: [PATCH] update copyright notice --- bin/tests/dst/t_dst.c | 2 +- bin/tests/system/geoip/prereq.sh | 2 +- bin/tests/system/testsock6.pl | 2 +- lib/isc/regex.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/tests/dst/t_dst.c b/bin/tests/dst/t_dst.c index 0c3b93e28e..5416c77e68 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 c001bb150b..2164b86533 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 a1a2c069aa..07ecb4fb47 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 17b3afbe08..2ee13653bd 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