mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 21:45:37 +00:00
[trac4498] Fix some typos and copyrights
This commit is contained in:
@@ -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
|
||||
|
@@ -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);
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user