2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[trac4498] Fix some typos and copyrights

This commit is contained in:
Shawn Routhier
2016-06-09 23:28:50 -07:00
parent 24a243501d
commit a0f20e3766
3 changed files with 4 additions and 4 deletions

View 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

View 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);

View 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