]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Welcome to 2011!
authorRoy Marples <roy@marples.name>
Mon, 3 Jan 2011 11:42:43 +0000 (11:42 +0000)
committerRoy Marples <roy@marples.name>
Mon, 3 Jan 2011 11:42:43 +0000 (11:42 +0000)
README
defs.h
dhcpcd.c

diff --git a/README b/README
index cfbf3cdf0f364732571036eac30609e53c2a6ba5..dd8acfd69b2db24bd4a57472053096aea8e713e5 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 dhcpcd - DHCP client daemon
-Copyright (c) 2006-2010 Roy Marples <roy@marples.name>
+Copyright (c) 2006-2011 Roy Marples <roy@marples.name>
 
 
 Installation
diff --git a/defs.h b/defs.h
index 81cf2135d06597d17d01d9f577afd001d9dd486a..f2bff963e8873f2d81fe577ec1e685e3c740bed6 100644 (file)
--- a/defs.h
+++ b/defs.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2010 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2011 Roy Marples <roy@marples.name>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 704cbb5e52afbb8e24107f5de57293c011ad0ac3..a3672020a31521b7cfd4024a9d295806f9836fe1 100644 (file)
--- a/dhcpcd.c
+++ b/dhcpcd.c
@@ -1,6 +1,6 @@
 /* 
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2010 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2011 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
@@ -25,7 +25,7 @@
  * SUCH DAMAGE.
  */
 
-const char copyright[] = "Copyright (c) 2006-2010 Roy Marples";
+const char copyright[] = "Copyright (c) 2006-2011 Roy Marples";
 
 #include <sys/file.h>
 #include <sys/socket.h>