]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Updated copyright strings for 4.1.0a1 release
authorEvan Hunt <each@isc.org>
Thu, 24 Jan 2008 02:43:06 +0000 (02:43 +0000)
committerEvan Hunt <each@isc.org>
Thu, 24 Jan 2008 02:43:06 +0000 (02:43 +0000)
30 files changed:
client/clparse.c
client/dhc6.c
client/dhclient.8
common/conflex.c
common/dhcp-options.5
common/discover.c
common/dispatch.c
common/options.c
common/parse.c
common/socket.c
common/tables.c
includes/dhcp.h
includes/dhcp6.h
includes/dhcpd.h
includes/dhctoken.h
includes/minires/minires.h
includes/minires/resolv.h
includes/osdep.h
includes/tree.h
omapip/dispatch.c
server/confpars.c
server/db.c
server/dhcp.c
server/dhcpd.conf.5
server/dhcpv6.c
server/failover.c
server/mdb.c
server/mdb6.c
server/omapi.c
server/stables.c

index 6adad35f41da9f2f63fd44517edecabb0ceefcb6..01e8f28842a8d50ec5957bb4434bea3d8174e928 100644 (file)
@@ -3,7 +3,7 @@
    Parser for dhclient config and lease files... */
 
 /*
- * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2008 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 a9902f02315881bc62367d7c7f57b048ab7a28ed..be1a079f718e947311d1b03f2d1a13fad018763c 100644 (file)
@@ -1,7 +1,7 @@
 /* dhc6.c - DHCPv6 client routines. */
 
 /*
- * Copyright (c) 2006-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2006-2008 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
index eb0a8decc3c001037f87d42779408f06896cb257..fe68f6f4d3945d68c2d35ff935a973440c348c52 100644 (file)
@@ -1,6 +1,6 @@
-.\"    $Id: dhclient.8,v 1.26 2008/01/09 16:11:28 shane Exp $
+.\"    $Id: dhclient.8,v 1.27 2008/01/24 02:43:04 each Exp $
 .\"
-.\" Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (c) 2004,2007-2008 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 27568d289ce3e032f09659ad81fae65679ca143f..3cdc9146d978766c34c52242a7591502ce4538a7 100644 (file)
@@ -3,7 +3,7 @@
    Lexical scanner for dhcpd config file... */
 
 /*
- * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2008 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 68a77f2084342bde01c11bb0bd1021e4fd6cc050..649e689ce50974217fcaaaec7c25d687b4bf1762 100644 (file)
@@ -1,6 +1,6 @@
-.\"    $Id: dhcp-options.5,v 1.40 2007/12/20 21:58:38 fdupont Exp $
+.\"    $Id: dhcp-options.5,v 1.41 2008/01/24 02:43:04 each Exp $
 .\"
-.\" Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (c) 2004-2008 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 fcffe31d38fe865adf3c1bc1b92de148ac65d4a7..e04897aed87a4a7a77fd9274df6e7ed4f61ccd99 100644 (file)
@@ -3,7 +3,7 @@
    Find and identify the network interfaces. */
 
 /*
- * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2008 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 bf4c231997cdf087d4298b1ee5edf69fd022f68e..0b3396d83e8f3e9598e94ada02bcc51547ced3c3 100644 (file)
@@ -3,7 +3,7 @@
    Network input dispatcher... */
 
 /*
- * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2008 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 dc8f86abdaedfeb4bacd57f457502c34216a2695..e259cf7a4778dfa780e44a69678d9679fcdfb730 100644 (file)
@@ -3,7 +3,7 @@
    DHCP options parsing and reassembly. */
 
 /*
- * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2008 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 585a3578a8b451ecdfe75d631d13cc5ca1d69ef7..041a0de860f5c3c84fe2b4bc20fd7a710f3b81af 100644 (file)
@@ -3,7 +3,7 @@
    Common parser code for dhcpd and dhclient. */
 
 /*
- * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2008 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 482a9f799eb7ca393d1cebcfe54648670b5a0dd4..db9d8a3d77edc50dfa1d6da22c187af9b00605c5 100644 (file)
@@ -3,7 +3,7 @@
    BSD socket interface code... */
 
 /*
- * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2008 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 279728358e009a1637e0bb31d86fc695f16ff64d..13441671d27c0af5521b13c6dc1f4efe99f22256 100644 (file)
@@ -3,7 +3,7 @@
    Tables of information... */
 
 /*
- * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2008 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 74bf1cf26aa26491bd091d8c3eed1804d0581589..f73e50508e2f3d1208af762c998f0657194ac7c4 100644 (file)
@@ -3,7 +3,7 @@
    Protocol structures... */
 
 /*
- * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2008 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 f411b9032c39ef8d6e6bc3c2a2bce3ad4722f4ee..414f3898f994cf56c7525c96fd09a748e0b6c96d 100644 (file)
@@ -3,7 +3,7 @@
    DHCPv6 Protocol structures... */
 
 /*
- * Copyright (c) 2006-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2006-2008 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
index 9b02f10543a615b3339fb566bb7f082fdcb9ef9f..240bcf5a8c7ec0dffe6b6b27b3ff66adcf7b3dff 100644 (file)
@@ -3,7 +3,7 @@
    Definitions for dhcpd... */
 
 /*
- * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2008 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 2a8fb3f13327231be899c4e042d5d0e854ce07fc..a23567c12d5edb4dd54caaffb8d6d2a6167dc37e 100644 (file)
@@ -3,7 +3,7 @@
    Tokens for config file lexer and parser. */
 
 /*
- * Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2007-2008 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 4cd8bd944275e1a5e1676a0d89f96d90e15cf402..38e595129ad6d18af0c1774f45a5fd65e311e1b6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2007-2008 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 19694219940d6764464b2c5e652fee11d4a568c9..5c8a6cfd55ff1046480dc44b9a0030814c187a7e 100644 (file)
@@ -32,7 +32,8 @@
  */
 
 /*
- * Portions Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (c) 2004,2007-2008 by Internet Systems Consortium,
+ *                                          Inc. ("ISC")
  * Portions Copyright (c) 1995-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -56,7 +57,7 @@
 
 /*
  *     @(#)resolv.h    8.1 (Berkeley) 6/2/93
- *     $Id: resolv.h,v 1.5 2008/01/11 14:00:06 shane Exp $
+ *     $Id: resolv.h,v 1.6 2008/01/24 02:43:05 each Exp $
  */
 
 #ifndef _RESOLV_H_
index 3cba94245001197917ded584583a3d7f60b11b50..4f0d95acd9feef514301eee89f935bab7bb18e8f 100644 (file)
@@ -3,7 +3,8 @@
    Operating system dependencies... */
 
 /*
- * Copyright (c) 2004,2005,2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2005,2007-2008 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 2df11ceb23c7072d7cd22deb6651af613406a3c9..e7bde430854e436e6ffe3bd331a2a15ffd338e9f 100644 (file)
@@ -3,7 +3,7 @@
    Definitions for address trees... */
 
 /*
- * Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2007-2008 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 838375afbc917e12d6377656b16c3d5af0b97fc2..b017e5bdabe5efe848e3b76dc4d117f868822a9f 100644 (file)
@@ -3,7 +3,7 @@
    I/O dispatcher. */
 
 /*
- * Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2007-2008 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 13b10548fa7d55ca51c475d796afd1d625a44953..b256767a74b5cf1a652ad19351e1722e5d39830a 100644 (file)
@@ -3,7 +3,7 @@
    Parser for dhcpd config file... */
 
 /*
- * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2008 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 8dca0e46510bfde26cc0143b56ec0b879ecdcc1d..0c5364652eb5cca001677ba19e1323d0e4aa6965 100644 (file)
@@ -3,7 +3,7 @@
    Persistent database management routines for DHCPD... */
 
 /*
- * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2008 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 6a54c2a49d7c5177eb3011dd2e1e6dcc73a71822..860fdfc18a05523174a1664fba7062d8e3387892 100644 (file)
@@ -3,7 +3,7 @@
    DHCP Protocol engine. */
 
 /*
- * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2008 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 a5864eba979fa6db2e3d7b82676b2da392da4e31..6fbcf40df17a9ea3abb1c5766b338b52327fe8be 100644 (file)
@@ -1,6 +1,6 @@
 .\"    dhcpd.conf.5
 .\"
-.\" Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (c) 2004-2008 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
@@ -28,7 +28,7 @@
 .\" see ``http://www.vix.com''.   To learn more about Nominum, Inc., see
 .\" ``http://www.nominum.com''.
 .\"
-.\" $Id: dhcpd.conf.5,v 1.92 2008/01/21 19:53:21 dhankins Exp $
+.\" $Id: dhcpd.conf.5,v 1.93 2008/01/24 02:43:05 each Exp $
 .\"
 .TH dhcpd.conf 5
 .SH NAME
index ab63a6f1b773ce4f86f8ca08249861c0a8333bc9..e21b1205df6e61d3f590bbaa3c0142af8e69b634 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2006-2008 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
index a9345d16212fcc12a0da55e6f8330de709c8ef58..1c675c702e6190475097bfdd752b18f40fc6b564 100644 (file)
@@ -3,7 +3,7 @@
    Failover protocol support code... */
 
 /*
- * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2008 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 55e65d5435cd9f6a5a98590cd33235df173e4c7c..43104b4d186ef16f058d88cda3252d2cb79ff939 100644 (file)
@@ -3,7 +3,7 @@
    Server-specific in-memory database support. */
 
 /*
- * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2008 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 a7f59a083df0191c7a770ee84681a50c1ad19c78..383facef4adb1ba07f528d00a23a4f6376e46ba9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2007-2008 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
index b459571fd72c2628c7959e4d30a15fd395c58376..96541c292961c746ae6c38badd462b31f5a9c234 100644 (file)
@@ -3,7 +3,7 @@
    OMAPI object interfaces for the DHCP server. */
 
 /*
- * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2008 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 bec3a744df8b8e8f61150f541dac4a1327d54f1d..eaa338ae4f0d82234413751a4f2334c9555c542c 100644 (file)
@@ -3,7 +3,7 @@
    Tables of information only used by server... */
 
 /*
- * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2008 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