From: Shawn Routhier Date: Thu, 19 Mar 2015 18:40:48 +0000 (-0700) Subject: [3765] Fix copyrights and typo X-Git-Tag: kea-0.9.1~11^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea2f6751b52cf7e630f4a228787ed5a78a5f9a0e;p=thirdparty%2Fkea.git [3765] Fix copyrights and typo --- diff --git a/src/bin/dhcp4/tests/test_config.json b/src/bin/dhcp4/tests/test_config.json deleted file mode 100644 index 9e26dfeeb6..0000000000 --- a/src/bin/dhcp4/tests/test_config.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/src/lib/dhcpsrv/d2_client_mgr.h b/src/lib/dhcpsrv/d2_client_mgr.h index a45f957b1a..e0bd167d56 100644 --- a/src/lib/dhcpsrv/d2_client_mgr.h +++ b/src/lib/dhcpsrv/d2_client_mgr.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2014-2015 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/src/lib/dhcpsrv/tests/d2_client_unittest.cc b/src/lib/dhcpsrv/tests/d2_client_unittest.cc index bcde681990..2390027b7c 100644 --- a/src/lib/dhcpsrv/tests/d2_client_unittest.cc +++ b/src/lib/dhcpsrv/tests/d2_client_unittest.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2014 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2012-2015 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 @@ -660,7 +660,7 @@ TEST(D2ClientMgr, qualifyName) { EXPECT_EQ("somehost.hasdot.com.", qualified_name); // Verify that the qualifying suffix gets appended without an - // extraneous dot when parital_name ends with a "." + // extraneous dot when partial_name ends with a "." qualified_name = mgr.qualifyName("somehost.", true); EXPECT_EQ("somehost.hasdot.com.", qualified_name);