]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3765] Fix copyrights and typo
authorShawn Routhier <sar@isc.org>
Thu, 19 Mar 2015 18:40:48 +0000 (11:40 -0700)
committerShawn Routhier <sar@isc.org>
Thu, 19 Mar 2015 18:40:48 +0000 (11:40 -0700)
src/bin/dhcp4/tests/test_config.json [deleted file]
src/lib/dhcpsrv/d2_client_mgr.h
src/lib/dhcpsrv/tests/d2_client_unittest.cc

diff --git a/src/bin/dhcp4/tests/test_config.json b/src/bin/dhcp4/tests/test_config.json
deleted file mode 100644 (file)
index 9e26dfe..0000000
+++ /dev/null
@@ -1 +0,0 @@
-{}
\ No newline at end of file
index a45f957b1a8bb5c80bb5f8dab5129f5246f73b12..e0bd167d5642ad7180a2601acb98997a079499db 100644 (file)
@@ -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
index bcde681990dafd740ad2a0c7da1de39d46f34fc2..2390027b7c64d70e1b02863c41ac624efbbaa2bf 100644 (file)
@@ -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);