From c55db6da4cdb8b36a3384ea88dba12f5eebc2c6c Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Wed, 18 Sep 2013 23:45:47 +0000 Subject: [PATCH] update copyright notice --- bin/tests/system/cacheclean/tests.sh | 2 +- bin/tests/system/digcomp.pl | 2 +- bin/tests/system/glue/tests.sh | 2 +- lib/dns/rdata/generic/opt_41.c | 2 +- lib/dns/tests/rdata_test.c | 14 +++++++------- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/bin/tests/system/cacheclean/tests.sh b/bin/tests/system/cacheclean/tests.sh index 488db67b38..a372754809 100644 --- a/bin/tests/system/cacheclean/tests.sh +++ b/bin/tests/system/cacheclean/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2011, 2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2011-2013 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/digcomp.pl b/bin/tests/system/digcomp.pl index e2ff72e9bf..980ed44054 100644 --- a/bin/tests/system/digcomp.pl +++ b/bin/tests/system/digcomp.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2004, 2007, 2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2012, 2013 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/glue/tests.sh b/bin/tests/system/glue/tests.sh index b6cbd7e40b..e9d465fdb6 100644 --- a/bin/tests/system/glue/tests.sh +++ b/bin/tests/system/glue/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2012, 2013 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001, 2003 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/lib/dns/rdata/generic/opt_41.c b/lib/dns/rdata/generic/opt_41.c index ee233663e3..b64a6234ae 100644 --- a/lib/dns/rdata/generic/opt_41.c +++ b/lib/dns/rdata/generic/opt_41.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2009, 2011, 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009, 2011-2013 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/lib/dns/tests/rdata_test.c b/lib/dns/tests/rdata_test.c index d31fc09b2e..37f9792f06 100644 --- a/lib/dns/tests/rdata_test.c +++ b/lib/dns/tests/rdata_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2013 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 @@ -126,7 +126,7 @@ ATF_TC_BODY(edns_client_subnet, tc) { { /* source too long for IPv4 */ { - 0x00, 0x08, 0x00, 8, + 0x00, 0x08, 0x00, 8, 0x00, 0x01, 33, 0x00, 0x00, 0x00, 0x00, 0x00 }, @@ -147,7 +147,7 @@ ATF_TC_BODY(edns_client_subnet, tc) { { /* scope too long for IPv4 */ { - 0x00, 0x08, 0x00, 8, + 0x00, 0x08, 0x00, 8, 0x00, 0x01, 0x00, 33, 0x00, 0x00, 0x00, 0x00 }, @@ -168,16 +168,16 @@ ATF_TC_BODY(edns_client_subnet, tc) { { /* length too short for source generic */ { - 0x00, 0x08, 0x00, 5, + 0x00, 0x08, 0x00, 5, 0x00, 0x00, 17, 0x00, - 0x00, 0x00, + 0x00, 0x00, }, 19, ISC_FALSE }, { /* length too short for source ipv4 */ { - 0x00, 0x08, 0x00, 7, + 0x00, 0x08, 0x00, 7, 0x00, 0x01, 32, 0x00, 0x00, 0x00, 0x00, 0x00 }, @@ -220,7 +220,7 @@ ATF_TC_BODY(edns_client_subnet, tc) { dns_rdatatype_opt, &source, &dctx, 0, &target); dns_decompress_invalidate(&dctx); - if (test_data[i].ok) + if (test_data[i].ok) ATF_REQUIRE_EQ(result, ISC_R_SUCCESS); else ATF_REQUIRE(result != ISC_R_SUCCESS);