]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Reword the headers to just say we use the GPLv2.
authorRoy Marples <roy@marples.name>
Wed, 7 Nov 2007 16:26:41 +0000 (16:26 +0000)
committerRoy Marples <roy@marples.name>
Wed, 7 Nov 2007 16:26:41 +0000 (16:26 +0000)
27 files changed:
arp.c
arp.h
client.c
client.h
common.c
common.h
config.h
configure.c
configure.h
dhcp.c
dhcp.h
dhcpcd.c
dhcpcd.h
duid.c
duid.h
info.c
info.h
interface.c
interface.h
ipv4ll.c
ipv4ll.h
logger.c
logger.h
signals.c
signals.h
socket.c
socket.h

diff --git a/arp.c b/arp.c
index e42781cc6e69d2dd1a82ca8f531fd515bc6818f3..f66240263d31498d10e27083cf849bf627fa3709 100644 (file)
--- a/arp.c
+++ b/arp.c
@@ -1,22 +1,8 @@
 /*
- * dhcpcd - DHCP client daemon -
+ * dhcpcd - DHCP client daemon
  * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
- * dhcpcd is an RFC2131 compliant DHCP client daemon.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Distributed under the terms of the GNU General Public License v2
  */
 
 #include <sys/types.h>
diff --git a/arp.h b/arp.h
index c0f4b56693e85ad756442ee5056f51f0b12d1bf3..acdff9f0b2e04c8de200dc8d2f2685c0dacf5f8d 100644 (file)
--- a/arp.h
+++ b/arp.h
@@ -1,20 +1,8 @@
 /*
- * dhcpcd - DHCP client daemon -
+ * dhcpcd - DHCP client daemon
  * Copyright 2005 - 2007 Roy Marples <roy@marples.name>
  *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Distributed under the terms of the GNU General Public License v2
  */
 
 #ifndef ARP_H
index 30dd316cbfe897a70f44597694827b1ec90e8271..a5efd4ee3e2cd1b127d225c8bd11056aca172f55 100644 (file)
--- a/client.c
+++ b/client.c
@@ -1,25 +1,10 @@
 /*
- * dhcpcd - DHCP client daemon -
+ * dhcpcd - DHCP client daemon
  * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
- * dhcpcd is an RFC2131 compliant DHCP client daemon.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Distributed under the terms of the GNU General Public License v2
  */
 
-
 #ifdef __linux__
 # define _BSD_SOURCE
 #endif
index f95ddc569cec317f0d39427ea0b16ea445a38826..86fefa1928752e93a95b3e964a97271640609906 100644 (file)
--- a/client.h
+++ b/client.h
@@ -1,22 +1,8 @@
 /*
- * dhcpcd - DHCP client daemon -
- * Copyright 2007 Roy Marples <roy@marples.name>
+ * dhcpcd - DHCP client daemon
+ * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
- * dhcpcd is an RFC2131 compliant DHCP client daemon.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Distributed under the terms of the GNU General Public License v2
  */
 
 #ifndef CLIENT_H
index 592ec9386d1e578e476c80fe6310798aa2bb22bb..4fa3e52d46e7c2aadd816c423a0f0d24957fdb71 100644 (file)
--- a/common.c
+++ b/common.c
@@ -1,22 +1,8 @@
 /*
- * dhcpcd - DHCP client daemon -
+ * dhcpcd - DHCP client daemon
  * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
- * dhcpcd is an RFC2131 compliant DHCP client daemon.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Distributed under the terms of the GNU General Public License v2
  */
 
 #ifdef __linux__
index 8967995dd03cbf88a85c42ee660f35b8114d7271..7f77e6db98ff05d90ee4ce070256171c377cb2b6 100644 (file)
--- a/common.h
+++ b/common.h
@@ -1,22 +1,8 @@
 /*
- * dhcpcd - DHCP client daemon -
+ * dhcpcd - DHCP client daemon
  * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
- * dhcpcd is an RFC2131 compliant DHCP client daemon.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Distributed under the terms of the GNU General Public License v2
  */
 
 #ifndef COMMON_H
index 57a1750503750d96decf64917ca1239f6c64f68d..1ee317d439b75e9faf1687f57124f246c20f3a40 100644 (file)
--- a/config.h
+++ b/config.h
@@ -1,22 +1,8 @@
 /*
- * dhcpcd - DHCP client daemon -
+ * dhcpcd - DHCP client daemon
  * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
- * dhcpcd is an RFC2131 compliant DHCP client daemon.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Distributed under the terms of the GNU General Public License v2
  */
 
 #ifndef CONFIG_H
index 1b02289525282833021cf2d105de05463b0a9d51..a33c05e8a3728541b67d4840874bb73bba0ae288 100644 (file)
@@ -1,22 +1,8 @@
 /*
- * dhcpcd - DHCP client daemon -
+ * dhcpcd - DHCP client daemon
  * Copyright 2006-2007 Roy Marples <roy@marples.name>
- *
- * dhcpcd is an RFC2131 compliant DHCP client daemon.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * 
+ * Distributed under the terms of the GNU General Public License v2
  */
 
 #ifdef __linux__
index a2bb637500606c32e76a78408a1c822b74d8a11d..0677d3b2d0e4de85948c2e3f206135f4ba091807 100644 (file)
@@ -1,22 +1,8 @@
 /*
- * dhcpcd - DHCP client daemon -
+ * dhcpcd - DHCP client daemon
  * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
- * dhcpcd is an RFC2131 compliant DHCP client daemon.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Distributed under the terms of the GNU General Public License v2
  */
 
 #ifndef DHCPCONFIG_H
diff --git a/dhcp.c b/dhcp.c
index b18db3bd3ad2cb925bedd0332933754553c11287..4f8c3ffdc92ce72dedd389aa4ca8e1c66548142d 100644 (file)
--- a/dhcp.c
+++ b/dhcp.c
@@ -1,22 +1,8 @@
 /*
- * dhcpcd - DHCP client daemon -
+ * dhcpcd - DHCP client daemon
  * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
- * dhcpcd is an RFC2131 compliant DHCP client daemon.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Distributed under the terms of the GNU General Public License v2
  */
 
 #include <sys/types.h>
diff --git a/dhcp.h b/dhcp.h
index 7a97d15a2772a9e76f391dc2f17dcd634f1fbe5c..05c92e405a46d77203bf788473aa58275b62750b 100644 (file)
--- a/dhcp.h
+++ b/dhcp.h
@@ -1,22 +1,8 @@
 /*
- * dhcpcd - DHCP client daemon -
+ * dhcpcd - DHCP client daemon
  * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
- * dhcpcd is an RFC2131 compliant DHCP client daemon.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Distributed under the terms of the GNU General Public License v2
  */
 
 #ifndef DHCP_H
index ec090a49d59a498bc868dd2bfdbdf5b56feae065..da5376469ba2aa92cb4608d44c731676bcdd5a49 100644 (file)
--- a/dhcpcd.c
+++ b/dhcpcd.c
@@ -1,22 +1,8 @@
 /*
- * dhcpcd - DHCP client daemon -
+ * dhcpcd - DHCP client daemon
  * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
- * dhcpcd is an RFC2131 compliant DHCP client daemon.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Distributed under the terms of the GNU General Public License v2
  */
 
 /* We need to define this to get kill on GNU systems */
index 49f74797e9b5997d20fe84f27a7f059e9f605d9d..71f6a46d93dd8a20ceaf268ae429b48eb81f1101 100644 (file)
--- a/dhcpcd.h
+++ b/dhcpcd.h
@@ -1,20 +1,8 @@
 /*
- * dhcpcd - DHCP client daemon -
+ * dhcpcd - DHCP client daemon
  * Copyright 2006-2007 Roy Marples <roy@marples.name>
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * 
+ * Distributed under the terms of the GNU General Public License v2
  */
 
 #ifndef DHCPCD_H
diff --git a/duid.c b/duid.c
index 79e94b817c94e1e69dbbc96079f6f92cf22c42ca..ea414a9b3499eb456accf225f153a0492c8862ba 100644 (file)
--- a/duid.c
+++ b/duid.c
@@ -1,22 +1,8 @@
 /*
- * dhcpcd - DHCP client daemon -
+ * dhcpcd - DHCP client daemon
  * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
- * dhcpcd is an RFC2131 compliant DHCP client daemon.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Distributed under the terms of the GNU General Public License v2
  */
 
 #include <arpa/inet.h>
diff --git a/duid.h b/duid.h
index 4d774975e98efb0942e92e90334d107bd4209bc5..2a4d87d1f1ebc123b7f8813f9456a1d95754a244 100644 (file)
--- a/duid.h
+++ b/duid.h
@@ -1,22 +1,8 @@
 /*
- * dhcpcd - DHCP client daemon -
+ * dhcpcd - DHCP client daemon
  * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
- * dhcpcd is an RFC2131 compliant DHCP client daemon.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Distributed under the terms of the GNU General Public License v2
  */
 
 #ifndef DUID_H
diff --git a/info.c b/info.c
index b879d015b27624031cc2ca7c4fa13c34a247c01e..2ad30031e27c3901d85b73d27bbacb5692b40d34 100644 (file)
--- a/info.c
+++ b/info.c
@@ -1,22 +1,8 @@
 /*
- * dhcpcd - DHCP client daemon -
+ * dhcpcd - DHCP client daemon
  * Copyright 2006-2007 Roy Marples <roy@marples.name>
- *
- * dhcpcd is an RFC2131 compliant DHCP client daemon.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * 
+ * Distributed under the terms of the GNU General Public License v2
  */
 
 #include <sys/stat.h>
diff --git a/info.h b/info.h
index 03e200836d3ba9f22d04884c96d056ee9dd7f752..ff57f6c03661ea07b10ba71f2cdf815f8e472013 100644 (file)
--- a/info.h
+++ b/info.h
@@ -1,22 +1,8 @@
 /*
- * dhcpcd - DHCP client daemon -
+ * dhcpcd - DHCP client daemon
  * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
- * dhcpcd is an RFC2131 compliant DHCP client daemon.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Distributed under the terms of the GNU General Public License v2
  */
 
 #ifndef INFO_H
index 5c507dfa079a87ffa2812ab488cf2f8b5690b73c..e4625a13e4569678b9c6da897f68c40f09b7c079 100644 (file)
@@ -1,22 +1,8 @@
 /*
- * dhcpcd - DHCP client daemon -
+ * dhcpcd - DHCP client daemon
  * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
- * dhcpcd is an RFC2131 compliant DHCP client daemon.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Distributed under the terms of the GNU General Public License v2
  */
 
 #include <sys/types.h>
index fba7f0d55e5bf9048df0758143f27ad868c46916..f49afd89cfe9cedcc9b7474897f3396958e8f6d8 100644 (file)
@@ -1,22 +1,8 @@
 /*
- * dhcpcd - DHCP client daemon -
+ * dhcpcd - DHCP client daemon
  * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
- * dhcpcd is an RFC2131 compliant DHCP client daemon.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Distributed under the terms of the GNU General Public License v2
  */
 
 #ifndef INTERFACE_H
index f6c06a7feacb18b6d28de9bcfc433c40922431d9..7a59e1335d473c66cedb12b2b6fdb49367f360e9 100644 (file)
--- a/ipv4ll.c
+++ b/ipv4ll.c
@@ -1,22 +1,8 @@
 /*
- * dhcpcd - DHCP client daemon -
+ * dhcpcd - DHCP client daemon
  * Copyright 2006-2007 Roy Marples <roy@marples.name>
- *
- * dhcpcd is an RFC2131 compliant DHCP client daemon.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * 
+ * Distributed under the terms of the GNU General Public License v2
  */
 
 #include <errno.h>
index b98bcc661cab87611aac36e141d9a1d48a277a42..17943d973c36e23e74c6fafa835f0121258c5559 100644 (file)
--- a/ipv4ll.h
+++ b/ipv4ll.h
@@ -1,20 +1,8 @@
 /*
- * dhcpcd - DHCP client daemon -
- * Copyright 2005 - 2007 Roy Marples <roy@marples.name>
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * dhcpcd - DHCP client daemon
+ * Copyright 2006-2007 Roy Marples <roy@marples.name>
+ * 
+ * Distributed under the terms of the GNU General Public License v2
  */
 
 #ifndef IPV4LL_H
index 623ffe2e6acd52a2ad1a1129fcc63b901680fa2c..740f9c67ef405c14c8d1cfc0bac7a5d4fbc390e8 100644 (file)
--- a/logger.c
+++ b/logger.c
@@ -1,22 +1,8 @@
 /*
- * dhcpcd - DHCP client daemon -
+ * dhcpcd - DHCP client daemon
  * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
- * dhcpcd is an RFC2131 compliant DHCP client daemon.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Distributed under the terms of the GNU General Public License v2
  */
 
 #include <stdarg.h>
index faafa18b2beadcb20454aba83c8cb2fe7bda373b..85e638c95242298696f6f622714f3bf39620dc3e 100644 (file)
--- a/logger.h
+++ b/logger.h
@@ -1,22 +1,8 @@
 /*
- * dhcpcd - DHCP client daemon -
+ * dhcpcd - DHCP client daemon
  * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
- * dhcpcd is an RFC2131 compliant DHCP client daemon.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Distributed under the terms of the GNU General Public License v2
  */
 
 #ifndef LOGGER_H
index 19d07c23922ec4b959685425e56a893a160b8c9b..234a05091c3848c2b7d1c47d2c59f490fab7843e 100644 (file)
--- a/signals.c
+++ b/signals.c
@@ -1,22 +1,8 @@
 /*
- * dhcpcd - DHCP client daemon -
+ * dhcpcd - DHCP client daemon
  * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
- * dhcpcd is an RFC2131 compliant DHCP client daemon.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Distributed under the terms of the GNU General Public License v2
  */
 
 #include <sys/types.h>
index d24b41cb5b1dd6ec767114ab5f977a18c9e0975c..6bc0ec1fbce9edf287e9fda0fb40b485bb2ad2a3 100644 (file)
--- a/signals.h
+++ b/signals.h
@@ -1,22 +1,8 @@
 /*
- * dhcpcd - DHCP client daemon -
+ * dhcpcd - DHCP client daemon
  * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
- * dhcpcd is an RFC2131 compliant DHCP client daemon.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Distributed under the terms of the GNU General Public License v2
  */
 
 #ifndef SIGNALS_H
index 1974ca9fcfbb3fadf72da50fd59d35265c538eda..3c8a33217a5151b936a01426d22789600965b055 100644 (file)
--- a/socket.c
+++ b/socket.c
@@ -1,22 +1,8 @@
 /*
+ * dhcpcd - DHCP client daemon
  * Copyright 2006-2007 Roy Marples <roy@marples.name>
- * although a lot was lifted from udhcp
  * 
- * dhcpcd is an RFC2131 compliant DHCP client daemon.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Distributed under the terms of the GNU General Public License v2
  */
 
 #define _BSD_SOURCE
index 84ea96d39855ad143fa2bb814a4812360f5f3846..b6f6062c5108b41a2ac2e5ec7f18b55535f16ce2 100644 (file)
--- a/socket.h
+++ b/socket.h
@@ -1,23 +1,8 @@
 /*
- * dhcpcd - DHCP client daemon -
+ * dhcpcd - DHCP client daemon
  * Copyright 2006-2007 Roy Marples <roy@marples.name>
- * although a lot was lifted from udhcp
  * 
- * dhcpcd is an RFC2131 compliant DHCP client daemon.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Distributed under the terms of the GNU General Public License v2
  */
 
 #ifndef SOCKET_H