summaryrefslogtreecommitdiffstats
path: root/signals.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 /signals.c
parent755a28e47fb28b412e6a8e664d2bceeeeba284f6 (diff)
downloaddhcpcd-1f8f3dbdc1f661c64cda2bcbda97df7a72c1d13b.tar.xz
Reword the headers to just say we use the GPLv2.
Diffstat (limited to 'signals.c')
-rw-r--r--signals.c18
1 files changed, 2 insertions, 16 deletions
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 <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>