summaryrefslogtreecommitdiffstats
path: root/socket.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-07 16:26:41 +0000
committerRoy Marples <roy@marples.name>2007-11-07 16:26:41 +0000
commit1f8f3dbdc1f661c64cda2bcbda97df7a72c1d13b (patch)
tree67ef37fcbb51f28446e660bae3537224aad2522b /socket.c
parent755a28e47fb28b412e6a8e664d2bceeeeba284f6 (diff)
downloaddhcpcd-1f8f3dbdc1f661c64cda2bcbda97df7a72c1d13b.tar.xz
Reword the headers to just say we use the GPLv2.
Diffstat (limited to 'socket.c')
-rw-r--r--socket.c18
1 files changed, 2 insertions, 16 deletions
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 <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