Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
dhcp
Commits
c0415c05
Commit
c0415c05
authored
Jun 05, 2017
by
Marcin Siodelski
Browse files
[master] Updated date in copyright statement in dhclient.
parent
a68ec967
Changes
2
Hide whitespace changes
Inline
Side-by-side
client/dhclient.8
View file @
c0415c05
.\" $Id: dhclient.8,v 1.36 2011/04/15 21:58:12 sar Exp $
.\"
.\" Copyright (c) 2004-201
6
by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 2004-201
7
by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 1996-2003 by Internet Software Consortium
.\"
.\" Permission to use, copy, modify, and distribute this software for any
...
...
client/dhclient.c
View file @
c0415c05
...
...
@@ -72,7 +72,7 @@ int std_dhcid = 0;
#define ASSERT_STATE(state_is, state_shouldbe) {}
#ifndef UNIT_TEST
static
const
char
copyright
[]
=
"Copyright 2004-201
6
Internet Systems Consortium."
;
static
const
char
copyright
[]
=
"Copyright 2004-201
7
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/"
;
...
...
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