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