diff options
| author | Roy Marples <roy@marples.name> | 2007-11-07 16:26:41 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2007-11-07 16:26:41 +0000 |
| commit | 1f8f3dbdc1f661c64cda2bcbda97df7a72c1d13b (patch) | |
| tree | 67ef37fcbb51f28446e660bae3537224aad2522b /arp.c | |
| parent | 755a28e47fb28b412e6a8e664d2bceeeeba284f6 (diff) | |
| download | dhcpcd-1f8f3dbdc1f661c64cda2bcbda97df7a72c1d13b.tar.xz | |
Reword the headers to just say we use the GPLv2.
Diffstat (limited to 'arp.c')
| -rw-r--r-- | arp.c | 18 |
1 files changed, 2 insertions, 16 deletions
@@ -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> |
