summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2019-12-11 14:54:03 -0500
committerThomas Markwalder <tmark@isc.org>2019-12-11 14:54:03 -0500
commit20b01492e699b2e9dc0f32771ee83f310a0cdf66 (patch)
treeb2af5960b7d76551be46323305f82e4c8972658c /server
parent9bc0f5d1d227218efa5a8415e4e57c7304067d7d (diff)
downloadisc-dhcp-20b01492e699b2e9dc0f32771ee83f310a0cdf66.tar.gz
[v4_1_esv] Pre-release tag prep for 4.1-ESV-R16b1: version #, copyright etc...
Changes to be committed: modified: LICENSE modified: README modified: RELNOTES modified: client/dhclient.c modified: configure.ac modified: includes/omapip/omapip_p.h modified: includes/osdep.h modified: omapip/errwarn.c modified: relay/dhcrelay.c modified: server/class.c modified: server/db.c modified: server/dhcp.c modified: server/dhcpd.8 modified: server/dhcpd.c modified: server/dhcpd.conf.5 modified: server/dhcpleasequery.c modified: server/dhcpv6.c modified: server/mdb6.c
Diffstat (limited to 'server')
-rw-r--r--server/class.c3
-rw-r--r--server/db.c2
-rw-r--r--server/dhcp.c2
-rw-r--r--server/dhcpd.83
-rw-r--r--server/dhcpd.c4
-rw-r--r--server/dhcpd.conf.52
-rw-r--r--server/dhcpleasequery.c3
-rw-r--r--server/dhcpv6.c2
-rw-r--r--server/mdb6.c3
9 files changed, 10 insertions, 14 deletions
diff --git a/server/class.c b/server/class.c
index c19cdc18..a02d3ef3 100644
--- a/server/class.c
+++ b/server/class.c
@@ -3,8 +3,7 @@
Handling for client classes. */
/*
- * Copyright (c) 2009,2012-2015 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2019 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1998-2003 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute this software for any
diff --git a/server/db.c b/server/db.c
index 28576073..952a3bca 100644
--- a/server/db.c
+++ b/server/db.c
@@ -3,7 +3,7 @@
Persistent database management routines for DHCPD... */
/*
- * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2019 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1995-2003 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute this software for any
diff --git a/server/dhcp.c b/server/dhcp.c
index a7693cda..8b69b530 100644
--- a/server/dhcp.c
+++ b/server/dhcp.c
@@ -3,7 +3,7 @@
DHCP Protocol engine. */
/*
- * Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2019 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1995-2003 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute this software for any
diff --git a/server/dhcpd.8 b/server/dhcpd.8
index cf897f12..dc92bc58 100644
--- a/server/dhcpd.8
+++ b/server/dhcpd.8
@@ -1,7 +1,6 @@
.\" dhcpd.8
.\"
-.\" Copyright (c) 2009-2016 by Internet Systems Consortium, Inc. ("ISC")
-.\" Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (c) 2004-2019 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
diff --git a/server/dhcpd.c b/server/dhcpd.c
index 5e593593..678ec9c5 100644
--- a/server/dhcpd.c
+++ b/server/dhcpd.c
@@ -3,7 +3,7 @@
DHCP Server Daemon. */
/*
- * Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2019 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
@@ -27,7 +27,7 @@
*/
static const char copyright[] =
-"Copyright 2004-2017 Internet Systems Consortium.";
+"Copyright 2004-2019 Internet Systems Consortium.";
static const char arr [] = "All rights reserved.";
static const char message [] = "Internet Systems Consortium DHCP Server";
static const char url [] =
diff --git a/server/dhcpd.conf.5 b/server/dhcpd.conf.5
index d2734aa4..d65f478a 100644
--- a/server/dhcpd.conf.5
+++ b/server/dhcpd.conf.5
@@ -1,6 +1,6 @@
.\" dhcpd.conf.5
.\"
-.\" Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (c) 2004-2019 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
diff --git a/server/dhcpleasequery.c b/server/dhcpleasequery.c
index 5fc40276..202dc2da 100644
--- a/server/dhcpleasequery.c
+++ b/server/dhcpleasequery.c
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2012 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 2006-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2006-2019 by Internet Systems Consortium, Inc. ("ISC")
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/server/dhcpv6.c b/server/dhcpv6.c
index ffd5e845..df660dc1 100644
--- a/server/dhcpv6.c
+++ b/server/dhcpv6.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2017 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2006-2019 by Internet Systems Consortium, Inc. ("ISC")
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/server/mdb6.c b/server/mdb6.c
index c914986c..0ef711e8 100644
--- a/server/mdb6.c
+++ b/server/mdb6.c
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2010-2012 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 2007-2008 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2007-2019 by Internet Systems Consortium, Inc. ("ISC")
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above