From: Roy Marples Date: Wed, 7 Nov 2007 16:26:41 +0000 (+0000) Subject: Reword the headers to just say we use the GPLv2. X-Git-Tag: v3.2.3~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f8f3dbdc1f661c64cda2bcbda97df7a72c1d13b;p=thirdparty%2Fdhcpcd.git Reword the headers to just say we use the GPLv2. --- diff --git a/arp.c b/arp.c index e42781cc..f6624026 100644 --- a/arp.c +++ b/arp.c @@ -1,22 +1,8 @@ /* - * dhcpcd - DHCP client daemon - + * dhcpcd - DHCP client daemon * Copyright 2006-2007 Roy Marples * - * 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 diff --git a/arp.h b/arp.h index c0f4b566..acdff9f0 100644 --- a/arp.h +++ b/arp.h @@ -1,20 +1,8 @@ /* - * dhcpcd - DHCP client daemon - + * dhcpcd - DHCP client daemon * Copyright 2005 - 2007 Roy Marples * - * 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 diff --git a/client.c b/client.c index 30dd316c..a5efd4ee 100644 --- a/client.c +++ b/client.c @@ -1,25 +1,10 @@ /* - * dhcpcd - DHCP client daemon - + * dhcpcd - DHCP client daemon * Copyright 2006-2007 Roy Marples * - * 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 diff --git a/client.h b/client.h index f95ddc56..86fefa19 100644 --- a/client.h +++ b/client.h @@ -1,22 +1,8 @@ /* - * dhcpcd - DHCP client daemon - - * Copyright 2007 Roy Marples + * dhcpcd - DHCP client daemon + * Copyright 2006-2007 Roy Marples * - * 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 diff --git a/common.c b/common.c index 592ec938..4fa3e52d 100644 --- a/common.c +++ b/common.c @@ -1,22 +1,8 @@ /* - * dhcpcd - DHCP client daemon - + * dhcpcd - DHCP client daemon * Copyright 2006-2007 Roy Marples * - * 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__ diff --git a/common.h b/common.h index 8967995d..7f77e6db 100644 --- a/common.h +++ b/common.h @@ -1,22 +1,8 @@ /* - * dhcpcd - DHCP client daemon - + * dhcpcd - DHCP client daemon * Copyright 2006-2007 Roy Marples * - * 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 diff --git a/config.h b/config.h index 57a17505..1ee317d4 100644 --- a/config.h +++ b/config.h @@ -1,22 +1,8 @@ /* - * dhcpcd - DHCP client daemon - + * dhcpcd - DHCP client daemon * Copyright 2006-2007 Roy Marples * - * 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 diff --git a/configure.c b/configure.c index 1b022895..a33c05e8 100644 --- a/configure.c +++ b/configure.c @@ -1,22 +1,8 @@ /* - * dhcpcd - DHCP client daemon - + * dhcpcd - DHCP client daemon * Copyright 2006-2007 Roy Marples - * - * 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__ diff --git a/configure.h b/configure.h index a2bb6375..0677d3b2 100644 --- a/configure.h +++ b/configure.h @@ -1,22 +1,8 @@ /* - * dhcpcd - DHCP client daemon - + * dhcpcd - DHCP client daemon * Copyright 2006-2007 Roy Marples * - * 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 b18db3bd..4f8c3ffd 100644 --- a/dhcp.c +++ b/dhcp.c @@ -1,22 +1,8 @@ /* - * dhcpcd - DHCP client daemon - + * dhcpcd - DHCP client daemon * Copyright 2006-2007 Roy Marples * - * 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 diff --git a/dhcp.h b/dhcp.h index 7a97d15a..05c92e40 100644 --- a/dhcp.h +++ b/dhcp.h @@ -1,22 +1,8 @@ /* - * dhcpcd - DHCP client daemon - + * dhcpcd - DHCP client daemon * Copyright 2006-2007 Roy Marples * - * 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 diff --git a/dhcpcd.c b/dhcpcd.c index ec090a49..da537646 100644 --- a/dhcpcd.c +++ b/dhcpcd.c @@ -1,22 +1,8 @@ /* - * dhcpcd - DHCP client daemon - + * dhcpcd - DHCP client daemon * Copyright 2006-2007 Roy Marples * - * 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 */ diff --git a/dhcpcd.h b/dhcpcd.h index 49f74797..71f6a46d 100644 --- a/dhcpcd.h +++ b/dhcpcd.h @@ -1,20 +1,8 @@ /* - * dhcpcd - DHCP client daemon - + * dhcpcd - DHCP client daemon * Copyright 2006-2007 Roy Marples - * - * 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 79e94b81..ea414a9b 100644 --- a/duid.c +++ b/duid.c @@ -1,22 +1,8 @@ /* - * dhcpcd - DHCP client daemon - + * dhcpcd - DHCP client daemon * Copyright 2006-2007 Roy Marples * - * 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 diff --git a/duid.h b/duid.h index 4d774975..2a4d87d1 100644 --- a/duid.h +++ b/duid.h @@ -1,22 +1,8 @@ /* - * dhcpcd - DHCP client daemon - + * dhcpcd - DHCP client daemon * Copyright 2006-2007 Roy Marples * - * 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 b879d015..2ad30031 100644 --- a/info.c +++ b/info.c @@ -1,22 +1,8 @@ /* - * dhcpcd - DHCP client daemon - + * dhcpcd - DHCP client daemon * Copyright 2006-2007 Roy Marples - * - * 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 diff --git a/info.h b/info.h index 03e20083..ff57f6c0 100644 --- a/info.h +++ b/info.h @@ -1,22 +1,8 @@ /* - * dhcpcd - DHCP client daemon - + * dhcpcd - DHCP client daemon * Copyright 2006-2007 Roy Marples * - * 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 diff --git a/interface.c b/interface.c index 5c507dfa..e4625a13 100644 --- a/interface.c +++ b/interface.c @@ -1,22 +1,8 @@ /* - * dhcpcd - DHCP client daemon - + * dhcpcd - DHCP client daemon * Copyright 2006-2007 Roy Marples * - * 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 diff --git a/interface.h b/interface.h index fba7f0d5..f49afd89 100644 --- a/interface.h +++ b/interface.h @@ -1,22 +1,8 @@ /* - * dhcpcd - DHCP client daemon - + * dhcpcd - DHCP client daemon * Copyright 2006-2007 Roy Marples * - * 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 diff --git a/ipv4ll.c b/ipv4ll.c index f6c06a7f..7a59e133 100644 --- a/ipv4ll.c +++ b/ipv4ll.c @@ -1,22 +1,8 @@ /* - * dhcpcd - DHCP client daemon - + * dhcpcd - DHCP client daemon * Copyright 2006-2007 Roy Marples - * - * 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 diff --git a/ipv4ll.h b/ipv4ll.h index b98bcc66..17943d97 100644 --- a/ipv4ll.h +++ b/ipv4ll.h @@ -1,20 +1,8 @@ /* - * dhcpcd - DHCP client daemon - - * Copyright 2005 - 2007 Roy Marples - * - * 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 + * + * Distributed under the terms of the GNU General Public License v2 */ #ifndef IPV4LL_H diff --git a/logger.c b/logger.c index 623ffe2e..740f9c67 100644 --- a/logger.c +++ b/logger.c @@ -1,22 +1,8 @@ /* - * dhcpcd - DHCP client daemon - + * dhcpcd - DHCP client daemon * Copyright 2006-2007 Roy Marples * - * 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 diff --git a/logger.h b/logger.h index faafa18b..85e638c9 100644 --- a/logger.h +++ b/logger.h @@ -1,22 +1,8 @@ /* - * dhcpcd - DHCP client daemon - + * dhcpcd - DHCP client daemon * Copyright 2006-2007 Roy Marples * - * 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 diff --git a/signals.c b/signals.c index 19d07c23..234a0509 100644 --- a/signals.c +++ b/signals.c @@ -1,22 +1,8 @@ /* - * dhcpcd - DHCP client daemon - + * dhcpcd - DHCP client daemon * Copyright 2006-2007 Roy Marples * - * 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 diff --git a/signals.h b/signals.h index d24b41cb..6bc0ec1f 100644 --- a/signals.h +++ b/signals.h @@ -1,22 +1,8 @@ /* - * dhcpcd - DHCP client daemon - + * dhcpcd - DHCP client daemon * Copyright 2006-2007 Roy Marples * - * 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 diff --git a/socket.c b/socket.c index 1974ca9f..3c8a3321 100644 --- a/socket.c +++ b/socket.c @@ -1,22 +1,8 @@ /* + * dhcpcd - DHCP client daemon * Copyright 2006-2007 Roy Marples - * 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 diff --git a/socket.h b/socket.h index 84ea96d3..b6f6062c 100644 --- a/socket.h +++ b/socket.h @@ -1,23 +1,8 @@ /* - * dhcpcd - DHCP client daemon - + * dhcpcd - DHCP client daemon * Copyright 2006-2007 Roy Marples - * 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