summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-07 16:05:07 +0000
committerRoy Marples <roy@marples.name>2007-11-07 16:05:07 +0000
commit755a28e47fb28b412e6a8e664d2bceeeeba284f6 (patch)
treef00409eeabd734460ee84b9816909f9c2aae2c7b /README
parent8132f92876e1df20bccc0054389b2febc0c87135 (diff)
downloaddhcpcd-755a28e47fb28b412e6a8e664d2bceeeeba284f6.tar.xz
Reword the license headers just to say we use the GPLv2.
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 20 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000..89a27182
--- /dev/null
+++ b/README
@@ -0,0 +1,20 @@
+dhcpcd-3 - DHCP client daemon
+Copyright 2006-2007 Roy Marples <roy@marples.name>
+
+
+License
+-------
+This program is licensed under both the GPL version 2, the text of which
+can be found in the LICENSE file.
+
+
+Installation
+------------
+Edit config.h to match your building requirements.
+
+Take special note of ENABLE_DUID and unset it if the target media is
+volatile, like say a LiveCD.
+
+Then just make; make install
+
+man dhcpcd for command line options