2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

Switch isc urls from http to https and correct sw to services or software

for new web site as appropirate.
This commit is contained in:
Shawn Routhier
2009-07-23 18:52:21 +00:00
parent 583c1c168a
commit 2c85ac9b24
186 changed files with 925 additions and 889 deletions

View File

@@ -22,7 +22,7 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
* http://www.isc.org/
* https://www.isc.org/
*
* This code is based on the original client state machine that was
* written by Elliot Poger. The code has been extensively hacked on
@@ -66,7 +66,7 @@ int duid_type = 0;
static const char copyright[] = "Copyright 2004-2009 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 http://www.isc.org/sw/dhcp/";
static const char url [] = "For info, please visit https://www.isc.org/software/dhcp/";
u_int16_t local_port = 0;
u_int16_t remote_port = 0;