Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
a0f20e37
Commit
a0f20e37
authored
Jun 09, 2016
by
Shawn Routhier
Browse files
[trac4498] Fix some typos and copyrights
parent
24a24350
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp6/tests/dhcp6_srv_unittest.cc
View file @
a0f20e37
// Copyright (C) 2011-201
5
Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2011-201
6
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
...
...
src/lib/dhcp/libdhcp++.cc
View file @
a0f20e37
...
...
@@ -396,7 +396,7 @@ size_t LibDHCP::unpackOptions6(const OptionBuffer& buf,
}
// Standard option definitions do not include the definition for
// ou
t
option or we're searching for non-standard option. Try to
// ou
r
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
// ou
t
option or we're searching for non-standard option. Try to
// ou
r
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
);
...
...
src/lib/dhcp/tests/option_custom_unittest.cc
View file @
a0f20e37
// Copyright (C) 2012-201
5
Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2012-201
6
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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment