]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Update my e-mail address as I have retired from Gentoo.
authorRoy Marples <roy@marples.name>
Tue, 6 Nov 2007 15:03:38 +0000 (15:03 +0000)
committerRoy Marples <roy@marples.name>
Tue, 6 Nov 2007 15:03:38 +0000 (15:03 +0000)
26 files changed:
arp.c
arp.h
client.c
client.h
common.c
common.h
config.h
configure.c
configure.h
dhcp.c
dhcp.h
dhcpcd.8
dhcpcd.c
dhcpcd.h
duid.c
duid.h
info.c
info.h
interface.c
interface.h
ipv4ll.c
ipv4ll.h
logger.c
logger.h
socket.c
socket.h

diff --git a/arp.c b/arp.c
index 9b8d37c9b2fc74e751d0fe3eca81f737a27466e8..72574d02134646ebf50c020f821d219cfe812e5e 100644 (file)
--- a/arp.c
+++ b/arp.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon -
- * Copyright 2006-2007 Roy Marples <uberlord@gentoo.org>
+ * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
  * dhcpcd is an RFC2131 compliant DHCP client daemon.
  *
diff --git a/arp.h b/arp.h
index 4ed06c6d0d49d5655231b6d5799c068d60272c6f..c0f4b56693e85ad756442ee5056f51f0b12d1bf3 100644 (file)
--- a/arp.h
+++ b/arp.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon -
- * Copyright 2005 - 2007 Roy Marples <uberlord@gentoo.org>
+ * Copyright 2005 - 2007 Roy Marples <roy@marples.name>
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
index 33e29979af516e05a136509dd1cb442a2fb4a6ba..fededbcc7917078696a7f987da77f033e6d39aba 100644 (file)
--- a/client.c
+++ b/client.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon -
- * Copyright 2006-2007 Roy Marples <uberlord@gentoo.org>
+ * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
  * dhcpcd is an RFC2131 compliant DHCP client daemon.
  *
index 406c8b7987608f2062a428bcf34714d84de28d34..f95ddc569cec317f0d39427ea0b16ea445a38826 100644 (file)
--- a/client.h
+++ b/client.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon -
- * Copyright 2007 Roy Marples <uberlord@gentoo.org>
+ * Copyright 2007 Roy Marples <roy@marples.name>
  * 
  * dhcpcd is an RFC2131 compliant DHCP client daemon.
  *
index 45bd89693689de177966be36927503af2f9eb7fd..592ec9386d1e578e476c80fe6310798aa2bb22bb 100644 (file)
--- a/common.c
+++ b/common.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon -
- * Copyright 2006-2007 Roy Marples <uberlord@gentoo.org>
+ * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
  * dhcpcd is an RFC2131 compliant DHCP client daemon.
  *
index 87bce782cbc1001f07ab467f137a5f22b356fbdd..8967995dd03cbf88a85c42ee660f35b8114d7271 100644 (file)
--- a/common.h
+++ b/common.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon -
- * Copyright 2006-2007 Roy Marples <uberlord@gentoo.org>
+ * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
  * dhcpcd is an RFC2131 compliant DHCP client daemon.
  *
index 050d4dc6f7b80169dba5fb2adafa82ddc4e2f023..57a1750503750d96decf64917ca1239f6c64f68d 100644 (file)
--- a/config.h
+++ b/config.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon -
- * Copyright 2006-2007 Roy Marples <uberlord@gentoo.org>
+ * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
  * dhcpcd is an RFC2131 compliant DHCP client daemon.
  *
index 274716f72f6a120e66e2c9c3ff5151b5e1fd15f9..1b02289525282833021cf2d105de05463b0a9d51 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon -
- * Copyright 2006-2007 Roy Marples <uberlord@gentoo.org>
+ * Copyright 2006-2007 Roy Marples <roy@marples.name>
  *
  * dhcpcd is an RFC2131 compliant DHCP client daemon.
  *
index e14abc0e043d21a9e4e8866ec13961948f541151..a2bb637500606c32e76a78408a1c822b74d8a11d 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon -
- * Copyright 2006-2007 Roy Marples <uberlord@gentoo.org>
+ * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
  * dhcpcd is an RFC2131 compliant DHCP client daemon.
  *
diff --git a/dhcp.c b/dhcp.c
index 06e2b818a9fb818890aa6ef5d3aee8bb6a79ac57..b18db3bd3ad2cb925bedd0332933754553c11287 100644 (file)
--- a/dhcp.c
+++ b/dhcp.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon -
- * Copyright 2006-2007 Roy Marples <uberlord@gentoo.org>
+ * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
  * dhcpcd is an RFC2131 compliant DHCP client daemon.
  *
diff --git a/dhcp.h b/dhcp.h
index a11286ce8af5b8a02fcb59cd04f72c2944daff5f..7a97d15a2772a9e76f391dc2f17dcd634f1fbe5c 100644 (file)
--- a/dhcp.h
+++ b/dhcp.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon -
- * Copyright 2006-2007 Roy Marples <uberlord@gentoo.org>
+ * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
  * dhcpcd is an RFC2131 compliant DHCP client daemon.
  *
index 16ccad35eb33d49a45cd00fdbf1bd5b95d668303..9a734e4ec834141c2eca23231254bb7094d882b5 100644 (file)
--- a/dhcpcd.8
+++ b/dhcpcd.8
@@ -393,4 +393,4 @@ Please report them to http://dhcpcd.berlios.de or http://bugs.gentoo.org.
 .PD 0
 
 .SH AUTHORS
-Roy Marples <uberlord@gentoo.org>
+Roy Marples <roy@marples.name>
index 2f0c4bbff3f49b9784ca7a32ea295c5820a5a086..ec090a49d59a498bc868dd2bfdbdf5b56feae065 100644 (file)
--- a/dhcpcd.c
+++ b/dhcpcd.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon -
- * Copyright 2006-2007 Roy Marples <uberlord@gentoo.org>
+ * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
  * dhcpcd is an RFC2131 compliant DHCP client daemon.
  *
index af8b4fb76d831796e9fd4b1e3aa6d15507f8c709..49f74797e9b5997d20fe84f27a7f059e9f605d9d 100644 (file)
--- a/dhcpcd.h
+++ b/dhcpcd.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon -
- * Copyright 2006-2007 Roy Marples <uberlord@gentoo.org>
+ * Copyright 2006-2007 Roy Marples <roy@marples.name>
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
diff --git a/duid.c b/duid.c
index 2645677f2048ab2968d8caa744caf0efd824ee2d..79e94b817c94e1e69dbbc96079f6f92cf22c42ca 100644 (file)
--- a/duid.c
+++ b/duid.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon -
- * Copyright 2006-2007 Roy Marples <uberlord@gentoo.org>
+ * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
  * dhcpcd is an RFC2131 compliant DHCP client daemon.
  *
diff --git a/duid.h b/duid.h
index a00661a4919ed5eb835cceafa5bc6930174dbbc0..4d774975e98efb0942e92e90334d107bd4209bc5 100644 (file)
--- a/duid.h
+++ b/duid.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon -
- * Copyright 2006-2007 Roy Marples <uberlord@gentoo.org>
+ * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
  * dhcpcd is an RFC2131 compliant DHCP client daemon.
  *
diff --git a/info.c b/info.c
index 2a7920a0215784fe8c8d2a214dee32c8d620d5c7..b879d015b27624031cc2ca7c4fa13c34a247c01e 100644 (file)
--- a/info.c
+++ b/info.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon -
- * Copyright 2006-2007 Roy Marples <uberlord@gentoo.org>
+ * Copyright 2006-2007 Roy Marples <roy@marples.name>
  *
  * dhcpcd is an RFC2131 compliant DHCP client daemon.
  *
diff --git a/info.h b/info.h
index 3c9650b9238e57b6344f41f0052cd6aa702bbcf3..03e200836d3ba9f22d04884c96d056ee9dd7f752 100644 (file)
--- a/info.h
+++ b/info.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon -
- * Copyright 2006-2007 Roy Marples <uberlord@gentoo.org>
+ * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
  * dhcpcd is an RFC2131 compliant DHCP client daemon.
  *
index 055d40b0aa77a44b247232a517065d785745cded..93634ea084227a4c5e10d0030ade5a162469f23d 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon -
- * Copyright 2006-2007 Roy Marples <uberlord@gentoo.org>
+ * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
  * dhcpcd is an RFC2131 compliant DHCP client daemon.
  *
index ac682eb474d31bee4775f7dc99cd390ec805a519..fba7f0d55e5bf9048df0758143f27ad868c46916 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon -
- * Copyright 2006-2007 Roy Marples <uberlord@gentoo.org>
+ * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
  * dhcpcd is an RFC2131 compliant DHCP client daemon.
  *
index ee455019590a851e1f74cad82cf759989b1e8360..f6c06a7feacb18b6d28de9bcfc433c40922431d9 100644 (file)
--- a/ipv4ll.c
+++ b/ipv4ll.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon -
- * Copyright 2006-2007 Roy Marples <uberlord@gentoo.org>
+ * Copyright 2006-2007 Roy Marples <roy@marples.name>
  *
  * dhcpcd is an RFC2131 compliant DHCP client daemon.
  *
index 82ffe0b46a6249d8d38d8bd9173cc4f0dfab9bd0..b98bcc661cab87611aac36e141d9a1d48a277a42 100644 (file)
--- a/ipv4ll.h
+++ b/ipv4ll.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon -
- * Copyright 2005 - 2007 Roy Marples <uberlord@gentoo.org>
+ * Copyright 2005 - 2007 Roy Marples <roy@marples.name>
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
index 5fc184f68d88cc5f80487f7f0dcd132587fea257..623ffe2e6acd52a2ad1a1129fcc63b901680fa2c 100644 (file)
--- a/logger.c
+++ b/logger.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon -
- * Copyright 2006-2007 Roy Marples <uberlord@gentoo.org>
+ * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
  * dhcpcd is an RFC2131 compliant DHCP client daemon.
  *
index 740056f3d6c9ebe4e0026ed683f32c8508388bce..faafa18b2beadcb20454aba83c8cb2fe7bda373b 100644 (file)
--- a/logger.h
+++ b/logger.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon -
- * Copyright 2006-2007 Roy Marples <uberlord@gentoo.org>
+ * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * 
  * dhcpcd is an RFC2131 compliant DHCP client daemon.
  *
index 639e16507686689aedc5a38028078709c1a94829..1974ca9fcfbb3fadf72da50fd59d35265c538eda 100644 (file)
--- a/socket.c
+++ b/socket.c
@@ -1,5 +1,5 @@
 /*
- * Copyright 2006-2007 Roy Marples <uberlord@gentoo.org>
+ * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * although a lot was lifted from udhcp
  * 
  * dhcpcd is an RFC2131 compliant DHCP client daemon.
index 932f8daba13b22022608f62e4e214b9579f85278..84ea96d39855ad143fa2bb814a4812360f5f3846 100644 (file)
--- a/socket.h
+++ b/socket.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon -
- * Copyright 2006-2007 Roy Marples <uberlord@gentoo.org>
+ * Copyright 2006-2007 Roy Marples <roy@marples.name>
  * although a lot was lifted from udhcp
  * 
  * dhcpcd is an RFC2131 compliant DHCP client daemon.