]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[trac4498] Fix some typos and copyrights
authorShawn Routhier <sar@isc.org>
Fri, 10 Jun 2016 06:28:50 +0000 (23:28 -0700)
committerShawn Routhier <sar@isc.org>
Fri, 10 Jun 2016 06:28:50 +0000 (23:28 -0700)
src/bin/dhcp6/tests/dhcp6_srv_unittest.cc
src/lib/dhcp/libdhcp++.cc
src/lib/dhcp/tests/option_custom_unittest.cc

index 726544d1a3726f2fa6447b454067a30d79b48c03..cf81f9569eaccb729c396403c5a509c51f5a5fa7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2016 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 4a146ec303440067235f7ebc8b78d1b5da63cf79..6f4cdc22d8175c9cec6cd939df8bf2571e4e5467 100644 (file)
@@ -396,7 +396,7 @@ size_t LibDHCP::unpackOptions6(const OptionBuffer& buf,
         }
 
         // Standard option definitions do not include the definition for
-        // out option or we're searching for non-standard option. Try to
+        // our option or we're searching for non-standard option. Try to
         // find the definition among runtime option definitions.
         if (num_defs == 0) {
             range = runtime_idx.equal_range(opt_type);
@@ -512,7 +512,7 @@ size_t LibDHCP::unpackOptions4(const OptionBuffer& buf,
         }
 
         // Standard option definitions do not include the definition for
-        // out option or we're searching for non-standard option. Try to
+        // our option or we're searching for non-standard option. Try to
         // find the definition among runtime option definitions.
         if (num_defs == 0) {
             range = runtime_idx.equal_range(opt_type);
index 73516cfac85666c036a2bf2d80c8b78324074541..bafb4e485bf651ccf961fd65913156b26890cc8a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2016 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this