Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dhcp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
71
Issues
71
List
Boards
Labels
Service Desk
Milestones
Merge Requests
18
Merge Requests
18
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
dhcp
Commits
e35c2a52
Commit
e35c2a52
authored
Nov 26, 2019
by
Thomas Markwalder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[#64,
!35
] Updated copyrights in log messages
parent
2ca63671
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
client/dhclient.c
client/dhclient.c
+1
-1
relay/dhcrelay.c
relay/dhcrelay.c
+1
-1
No files found.
client/dhclient.c
View file @
e35c2a52
...
...
@@ -77,7 +77,7 @@ int decline_wait_time = 10; /* Default to 10 secs per, RFC 2131, 3.1.5 */
#define ASSERT_STATE(state_is, state_shouldbe) {}
#ifndef UNIT_TEST
static
const
char
copyright
[]
=
"Copyright 2004-201
8
Internet Systems Consortium."
;
static
const
char
copyright
[]
=
"Copyright 2004-201
9
Internet Systems Consortium."
;
static
const
char
arr
[]
=
"All rights reserved."
;
static
const
char
message
[]
=
"Internet Systems Consortium DHCP Client"
;
static
const
char
url
[]
=
"For info, please visit https://www.isc.org/software/dhcp/"
;
...
...
relay/dhcrelay.c
View file @
e35c2a52
...
...
@@ -142,7 +142,7 @@ static int strip_relay_agent_options(struct interface_info *,
static
void
request_v4_interface
(
const
char
*
name
,
int
flags
);
static
const
char
copyright
[]
=
"Copyright 2004-201
8
Internet Systems Consortium."
;
"Copyright 2004-201
9
Internet Systems Consortium."
;
static
const
char
arr
[]
=
"All rights reserved."
;
static
const
char
message
[]
=
"Internet Systems Consortium DHCP Relay Agent"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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