Browse Source

[3765] Fix copyrights and typo

Shawn Routhier 10 years ago
parent
commit
ea2f6751b5

+ 0 - 1
src/bin/dhcp4/tests/test_config.json

@@ -1 +0,0 @@
-{}

+ 1 - 1
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
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
 // purpose with or without fee is hereby granted, provided that the above

+ 2 - 2
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
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
 // 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);
     EXPECT_EQ("somehost.hasdot.com.", qualified_name);
 
 
     // Verify that the qualifying suffix gets appended without an
     // 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);
     qualified_name = mgr.qualifyName("somehost.", true);
     EXPECT_EQ("somehost.hasdot.com.", qualified_name);
     EXPECT_EQ("somehost.hasdot.com.", qualified_name);