]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[v4_1_esv] Pre-release tag prep for 4.1-ESV-R13b1: version #, copyright etc...
authorThomas Markwalder <tmark@isc.org>
Tue, 8 Mar 2016 14:19:54 +0000 (09:19 -0500)
committerThomas Markwalder <tmark@isc.org>
Tue, 8 Mar 2016 14:19:54 +0000 (09:19 -0500)
36 files changed:
LICENSE
README
RELNOTES
client/dhclient.8
client/dhclient.c
client/dhclient.conf.5
common/alloc.c
common/bpf.c
common/comapi.c
common/conflex.c
common/ctrace.c
common/dlpi.c
common/execute.c
common/lpf.c
common/options.c
common/packet.c
common/tests/test_alloc.c
common/tree.c
configure.ac
dhcpctl/omshell.c
includes/dhcpd.h
includes/dhctoken.h
includes/omapip/omapip_p.h
omapip/errwarn.c
omapip/hash.c
omapip/listener.c
relay/dhcrelay.c
server/db.c
server/dhcpd.c
server/dhcpd.leases.5
server/mdb.c
server/omapi.c
server/salloc.c
server/stables.c
server/tests/load_bal_unittest.c
server/tests/simple_unittest.c

diff --git a/LICENSE b/LICENSE
index 27e76752d1d183daad5b6e458ec11192ef28a540..f9fd7d6cb49fe816d97ece5c9b185e6add23cfb1 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-# Copyright (c) 2004-2015 by Internet Systems Consortium, Inc. ("ISC")
+# Copyright (c) 2004-2016 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/README b/README
index 7e382ac47805cd6f4fca7ea947a7d002fd90392d..f3f9e0bb99b44222ea0376084a3a93be1e6c5928 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
               Internet Systems Consortium DHCP Distribution
-                          Version 4.1-ESV-R12
-                           03 September 2015
+                       Version 4.1-ESV-R13b1
+                           09 March 2016
 
                              README FILE
 
@@ -98,7 +98,7 @@ directory, it may not have up-to-date information).
 
                            RELEASE STATUS
 
-This is ISC DHCP 4.1-ESV-R12, an extended support (ESV) release that
+This is ISC DHCP 4.1-ESV-R13b1, an extended support (ESV) release that
 provides patches for several bugs.
 
 ESVs are intended for users who have longer upgrade constraints 
@@ -139,12 +139,12 @@ information.   On Digital Unix, type ``man pfilt''.
 To build the DHCP Distribution, unpack the compressed tar file using
 the tar utility and the gzip command - type something like:
 
-       gunzip dhcp-4.1-ESV-R12.tar.gz
-       tar xvf dhcp-4.1-ESV-R12.tar
+       gunzip dhcp-4.1-ESV-R13b1.tar.gz
+       tar xvf dhcp-4.1-ESV-R13b1.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-4.1-ESV-R12 subdirectory that you've just created and
+Now, cd to the dhcp-4.1-ESV-R13b1 subdirectory that you've just created and
 configure the source tree by typing:
 
        ./configure
index f7e265af4f5d43c12e8310f44ce0eea892d98216..6eaa2fe50cff94345482c966f80bfc607d113bf6 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,13 +1,13 @@
               Internet Systems Consortium DHCP Distribution
 
-                            Version 4.1-ESV-R12
-                              03 September 2015
+                          Version 4.1-ESV-R13b1
+                             09 March 2016
 
                               Release Notes
 
                               NEW FEATURES
 
-Version 4.1-ESV-R12 is a maintenance release of an extended support version
+Version 4.1-ESV-R13b1 is a maintenance release of an extended support version
 (ESV) release.  ESVs are intended for users who have longer upgrade
 constraints.  Please see our web page
 http://www.isc.org/downloads/software-support-policy/
index 743f5714afcc52a451dc853121ec15a1256daf24..4a254f253759b1f01226a996dc109d78ef3efebd 100644 (file)
@@ -1,6 +1,6 @@
 .\"    $Id: dhclient.8,v 1.30.8.4.6.1 2011/04/15 22:26:20 sar Exp $
 .\"
-.\" Copyright (c) 2004,2007-2015 by Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (c) 2004-2016 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
index 8e7100ad96e71b9fa6d62ca10d4b34f67d2cc230..aeb1aaf059cfe7e84844f3c597f6d637380f1553 100644 (file)
@@ -66,7 +66,7 @@ struct data_string default_duid;
 #define ASSERT_STATE(state_is, state_shouldbe) {}
 
 static const char copyright[] = 
-"Copyright 2004-2015 Internet Systems Consortium.";
+"Copyright 2004-2016 Internet Systems Consortium.";
 static const char arr [] = "All rights reserved.";
 static const char message [] = "Internet Systems Consortium DHCP Client";
 static const char url [] = 
index 238bbd6132b78a06f60796302a40478a262302f1..86ea82b9daff6fd75bae58755e926a27484f9c68 100644 (file)
@@ -1,8 +1,6 @@
 .\"    $Id: dhclient.conf.5,v 1.22.64.7.6.3 2012/04/16 17:18:22 sar Exp $
 .\"
-.\" Copyright (c) 2014,2016 by Internet Systems Consortium, Inc. ("ISC")
-.\" Copyright (c) 2009-2012 by Internet Systems Consortium, Inc. ("ISC")
-.\" Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (c) 2004-2016 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
index f90556fc5f86307b2a60a5f99c6faf2e7e187995..ae389d09ce9f3a9742220bc5cca686e5b32affc7 100644 (file)
@@ -3,8 +3,7 @@
    Memory allocation... */
 
 /*
- * Copyright (c) 2009,2013-2014,2016 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 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
index de33ab13a9e83f15fcc07fc35043e7c0eb976a71..3ab4f659c2c8d076e72f103c6826cdb76cd0b8e9 100644 (file)
@@ -3,8 +3,7 @@
    BPF socket interface code, originally contributed by Archie Cobbs. */
 
 /*
- * Copyright (c) 2009,2012-2014,2016 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 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
index 38407b393a8b03cd73e1d4c5c5d3fa907e5a1200..abc06ede944e61da97b53877cd9b1d604d2e6764 100644 (file)
@@ -3,8 +3,7 @@
    OMAPI object interfaces for the DHCP server. */
 
 /*
- * Copyright (c) 2012,2014-2015 Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004-2007,2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1999-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
index 67c4fc917c62fa5c01a68c3b7a71ce9ec98d6c51..e14d98fcb48306db2c9407f48f25a96ad4153121 100644 (file)
@@ -3,7 +3,7 @@
    Lexical scanner for dhcpd config file... */
 
 /*
- * Copyright (c) 2004-2015 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 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
index 8db562cd90825dc6da55b28002ce8af479d5ea61..a896291cc2ee3d8a3d7d5e8b828dcb2bb4396cb9 100644 (file)
@@ -3,7 +3,7 @@
    Subroutines that support dhcp tracing... */
 
 /*
- * Copyright (c) 2004-2015 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 2001-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
index a94778af61477d085efa46302be48ef5be4a1516..2e8d539241bde34ac8e8af32008f3c2d8a43ef63 100644 (file)
@@ -3,8 +3,7 @@
    Data Link Provider Interface (DLPI) network interface code. */
 
 /*
- * Copyright (c) 2009-2011,2014,2016 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 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
index de6a0b6bb472a58675b8ab11b37887f1439f04be..d5bd101cb25852ea78216b4824ffeab89f7135fe 100644 (file)
@@ -3,8 +3,7 @@
    Support for executable statements. */
 
 /*
- * Copyright (c) 2009,2013-2016 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 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
index 9234c5181a5d477d59c4b2be4dc832c8effb39df..fcf7db167a56d6b74c5fb181d672ef14adf3707f 100644 (file)
@@ -4,9 +4,7 @@
    Support Services in Vancouver, B.C. */
 
 /*
- * Copyright (c) 2014-2015 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2009,2012 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 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
index aeda6c23dc46bc164300bb58be4dcd57560dd50a..19ff43293c3bd8a3182cc4d5f849f1a74d277fd2 100644 (file)
@@ -3,7 +3,7 @@
    DHCP options parsing and reassembly. */
 
 /*
- * Copyright (c) 2004-2012,2014,2016 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 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
index 2745e581567397cd309aa4814d8adf9bf67b92fb..85cc6f0174dd1255906567528b0655e1cadff7a0 100644 (file)
@@ -3,8 +3,7 @@
    Packet assembly code, originally contributed by Archie Cobbs. */
 
 /*
- * Copyright (c) 2009,2012,2014 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004,2005,2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 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
index 41e3848f7989b090caa0931188fca6685cab64c2..a17a61e51f91ef53d593ef0c7003f14f5f4c3f06 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007,2009-2014,2016 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2007-2016 by Internet Systems Consortium, Inc. ("ISC")
  *
  * We test the functions provided in alloc.c here. These are very
  * basic functions, and it is very important that they work correctly.
index 2c4ab1d05f0620eb5e542d3b36f2e4486205b5fb..c24e604c4c6fee8fcc57f080d1606042e898f9e8 100644 (file)
@@ -3,8 +3,7 @@
    Routines for manipulating parse trees... */
 
 /*
- * Copyright (c) 2011-2016 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004-2007,2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 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
index c20b8f55934f25b15cb315518a3bb97726acb8e0..bcf6602a748c455d268a293660eea9e9e3a4d097 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.1-ESV-R12], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.1-ESV-R13b1], [dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such
index e719e6dd59852ba8fc6e0c073ba3cb08f18c398d..8ab0682cdd3d52c8eaf9b9294ab2542e015a4248 100644 (file)
@@ -3,8 +3,7 @@
    Examine and modify omapi objects. */
 
 /*
- * Copyright (c) 2009-2011,2013-2015 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 2001-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
index eb048bb42a89ec2ad58698e1841432cb25d81979..c4804f65d6eaada57d87d8a10197eaa77c6bad95 100644 (file)
@@ -3,7 +3,7 @@
    Definitions for dhcpd... */
 
 /*
- * Copyright (c) 2004-2015 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 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
index 02242f7551dfa34d43c891329599f9eeb3e0e307..1a791bcafbb8e5fb911e153224219d59b88b1541 100644 (file)
@@ -3,8 +3,7 @@
    Tokens for config file lexer and parser. */
 
 /*
- * Copyright (c) 2011-2014 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004,2007-2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 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
index 9edfb836d276deeb635a99f504c6384c163ff424..8932f5df750f84ca03927afc07ae476a9aa9a469 100644 (file)
@@ -3,9 +3,7 @@
    Private master include file for the OMAPI library. */
 
 /*
- * Copyright (c) 2014-2015 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2009-2010 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 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
index b1d770e2592a9e6e16a16303da9f64b61cecc2ec..a35ba6b3db76e2b744feb215135ac260b7370448 100644 (file)
@@ -4,8 +4,7 @@
 
 /*
  * Copyright (c) 1995 RadioMail Corporation.
- * Copyright (c) 2014-2015 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004,2007,2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 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
index bb5435acd11fa9a5bd8c9e840b10b93f80d58c00..d2728fe460b2302f83eb33f4099af7732c8090d2 100644 (file)
@@ -3,9 +3,7 @@
    Routines for manipulating hash tables... */
 
 /*
- * Copyright (c) 2014-2015 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2009-2010 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 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
index f704d9942e86e443d9a657c0d480d065b184205a..9cd1ee4413b7a6030cf9689bd3499892f7eeb787 100644 (file)
@@ -3,8 +3,7 @@
    Subroutines that support the generic listener object. */
 
 /*
- * Copyright (c) 2012,2014,2016 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004,2007,2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1999-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
index 45f884893de3d3a7b6c305184b654072e2211d2a..18a03abc665f1154edd1a13324b1e5f7e41818fe 100644 (file)
@@ -125,7 +125,7 @@ static int strip_relay_agent_options(struct interface_info *,
                                     struct dhcp_packet *, unsigned);
 
 static const char copyright[] =
-"Copyright 2004-2015 Internet Systems Consortium.";
+"Copyright 2004-2016 Internet Systems Consortium.";
 static const char arr[] = "All rights reserved.";
 static const char message[] =
 "Internet Systems Consortium DHCP Relay Agent";
index 2cf0b37aca2629aa6547d41ce1fcbf04f9fcdd5a..e85274ade7018297b530ef4bd8b2d423ccda3ade 100644 (file)
@@ -3,8 +3,7 @@
    Persistent database management routines for DHCPD... */
 
 /*
- * Copyright (c) 2012-2015 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 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
index 934057cfbdb8a3017d325965d7f51b4ba770f23e..8b3c78442ead715c00a974c19fbee38afe333c08 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 static const char copyright[] =
-"Copyright 2004-2015 Internet Systems Consortium.";
+"Copyright 2004-2016 Internet Systems Consortium.";
 static const char arr [] = "All rights reserved.";
 static const char message [] = "Internet Systems Consortium DHCP Server";
 static const char url [] =
index 60b3bcb6caf48ff8c74f2ee5cd2b493a72750248..fac3673510aefe45bd59f4e2da033a6509b2b99b 100644 (file)
@@ -1,7 +1,6 @@
 .\"    dhcpd.leases.5
 .\"
-.\" Copyright (c) 2014-2015 by Internet Systems Consortium, Inc. ("ISC")
-.\" Copyright (c) 2004,2009 by Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (c) 2004-2016 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
index 3301f58c44aaeae3cd5f677ee0b9f0080afc7f36..2e3767fa5b9c334ee4a910f60c7ac890b71f6187 100644 (file)
@@ -3,8 +3,7 @@
    Server-specific in-memory database support. */
 
 /*
- * Copyright (c) 2011-2016 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004-2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 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
index b7f7a53d4778473dea87397951d119e5588d3f53..9dfa28f5687362dfe8d46549aaf205ca50d0eda9 100644 (file)
@@ -3,8 +3,7 @@
    OMAPI object interfaces for the DHCP server. */
 
 /*
- * Copyright (c) 2012-2015 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1999-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
index db9427af5e6e1fe8a7e791105044e68c83be4d4e..be0c26d3ce83d28f0b9e8ae7c267fb1c6ae55c2c 100644 (file)
@@ -3,8 +3,7 @@
    Memory allocation for the DHCP server... */
 
 /*
- * Copyright (c) 2009-2015 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 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
index 91fbb169abadf925a70e810a9dacb4c2984525cf..7dd979af639dbe25f33fc00e224d606516e91d86 100644 (file)
@@ -3,7 +3,7 @@
    Tables of information only used by server... */
 
 /*
- * Copyright (c) 2004-2011,2013-2014 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 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
index 0919a14fec6e95c2457e49203fec220aab4803c7..cfb59540f543734340569e3baff9e1300302dbff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2012-2016 Internet Systems Consortium, Inc. ("ISC")
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index c345aefdcf4962663350818481cf0657f31708ca..6544d828973add15b6be2a0cca043d07ac2527b6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012,2015-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2012-2016 Internet Systems Consortium, Inc. ("ISC")
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above