From a0f20e376626db046dd5a43a6e5cb8eb8ab3d4ab Mon Sep 17 00:00:00 2001 From: Shawn Routhier Date: Thu, 9 Jun 2016 23:28:50 -0700 Subject: [PATCH] [trac4498] Fix some typos and copyrights --- src/bin/dhcp6/tests/dhcp6_srv_unittest.cc | 2 +- src/lib/dhcp/libdhcp++.cc | 4 ++-- src/lib/dhcp/tests/option_custom_unittest.cc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/bin/dhcp6/tests/dhcp6_srv_unittest.cc b/src/bin/dhcp6/tests/dhcp6_srv_unittest.cc index 726544d1a3..cf81f9569e 100644 --- a/src/bin/dhcp6/tests/dhcp6_srv_unittest.cc +++ b/src/bin/dhcp6/tests/dhcp6_srv_unittest.cc @@ -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 diff --git a/src/lib/dhcp/libdhcp++.cc b/src/lib/dhcp/libdhcp++.cc index 4a146ec303..6f4cdc22d8 100644 --- a/src/lib/dhcp/libdhcp++.cc +++ b/src/lib/dhcp/libdhcp++.cc @@ -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); diff --git a/src/lib/dhcp/tests/option_custom_unittest.cc b/src/lib/dhcp/tests/option_custom_unittest.cc index 73516cfac8..bafb4e485b 100644 --- a/src/lib/dhcp/tests/option_custom_unittest.cc +++ b/src/lib/dhcp/tests/option_custom_unittest.cc @@ -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 -- 2.47.2