]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Update copyrights to 2015.
authorRoy Marples <roy@marples.name>
Fri, 2 Jan 2015 20:03:28 +0000 (20:03 +0000)
committerRoy Marples <roy@marples.name>
Fri, 2 Jan 2015 20:03:28 +0000 (20:03 +0000)
47 files changed:
README
arp.c
arp.h
auth.c
auth.h
common.c
common.h
control.c
control.h
crypt/crypt.h
crypt/hmac_md5.c
defs.h
dev.c
dev.h
dev/udev.c
dhcp-common.c
dhcp-common.h
dhcp.c
dhcp.h
dhcp6.h
dhcpcd-definitions.conf
dhcpcd-embedded.c.in
dhcpcd-embedded.h.in
dhcpcd-run-hooks.8.in
dhcpcd.8.in
dhcpcd.conf.5.in
dhcpcd.h
duid.c
duid.h
eloop.c
eloop.h
if-bsd.c
if-linux-wext.c
if-linux.c
if-options.c
if-options.h
if-sun.c
if.c
if.h
ipv4.c
ipv4.h
ipv4ll.c
ipv6.c
ipv6.h
ipv6nd.c
ipv6nd.h
script.c

diff --git a/README b/README
index a64df44b75c08b63df844554f2c3ee4b52873252..807683084acf3229959313a8c29eaeea001c66ec 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 dhcpcd - DHCP client daemon
-Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
 
 
 Installation
diff --git a/arp.c b/arp.c
index 3a1de858fde239a3214e562dfaf90cdaa577aa6e..4caf2bd9fcc50f75514e5a1e70ff2736ac4ccd09 100644 (file)
--- a/arp.c
+++ b/arp.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/arp.h b/arp.h
index 71c34676c2a1e39a157378bb1f1953ca2028c207..8db8c3774cc8407b7cda45ea630ebc56872f217c 100644 (file)
--- a/arp.h
+++ b/arp.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/auth.c b/auth.c
index 9c2bb9cc0ba9914582929bbb303e313a0a2332f7..541826156fa750342cbfdb3ae5dd72e53703d0ef 100644 (file)
--- a/auth.c
+++ b/auth.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/auth.h b/auth.h
index cb4aa71d3c1c44b058c92b42bb3bec59cb3dbeb7..0dea410b3a08af1529854dd81d2390d92203cb4b 100644 (file)
--- a/auth.h
+++ b/auth.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 1616b268d02f164c51632598fe16f8d00af59ed2..b3bca3be86b2f67609dd0b0aa2d746efb27967c6 100644 (file)
--- a/common.c
+++ b/common.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index f515162e4f76f1fc9d6134a5566e1debd4a14aa3..8a19f115d9155f5d43b61b07ad5f006117358a44 100644 (file)
--- a/common.h
+++ b/common.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index c92a8e546df980a95f629fd685de7fa6c6f0bf56..e663a27d14b2fa011974ae94313ecf88942be663 100644 (file)
--- a/control.c
+++ b/control.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index c6c04cfc63dbf778bae3f57bc4c7edbb98bdabe8..1b5a61973a5f7a588a7b6ed1e28016cf45925d6d 100644 (file)
--- a/control.h
+++ b/control.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 5a127c8025ea31fe9e6bf2d189aa424ae6d0c428..c919dc4c511b1bfaf2a575d2086af6f81e64b083 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index c1e88c0a33e8bbcd8a822083044c8b3d5cfb2645..58c62828821258ddefb17e9e47c36f72679ae557 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/defs.h b/defs.h
index 5d5bb95fa6a5587b1f41e6223f255ab0e37a31e7..edd399e21298c634f7f1b09de3981876211acda3 100644 (file)
--- a/defs.h
+++ b/defs.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/dev.c b/dev.c
index 198848662c7fd48681f1d1ba9459014cd69eb0e9..d60f7d60ee652d983289e589ee0c5112b7f382eb 100644 (file)
--- a/dev.c
+++ b/dev.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/dev.h b/dev.h
index efc3387250177bf9e77dce4ad628d8d2804d655f..cc6aee3f4229c6e658f8536ea20a1a79e2bfc130 100644 (file)
--- a/dev.h
+++ b/dev.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 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 fc6f01f43a6289e15d155053b5c9d179cf526486..4f7030ebebe694b98c74f42057d463b3b61a2f8b 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -40,7 +40,7 @@
 #include "../common.h"
 #include "../dev.h"
 
-static const char udev_name[]="udev";
+static const char udev_name[] = "udev";
 static struct udev *udev;
 static struct udev_monitor *monitor;
 
index 90548f8caa992d0a2d0aad1c2481992e25679fce..3eb1b172085b48b7bf08c25677807be15c2bfd0d 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 05294660c42ece18e9e31febcc4b9791da586dc4..edd08774fb741f8d5befbcb38232c9d50b333423 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/dhcp.c b/dhcp.c
index 3f43c49f1f6da756142e9001ca6a58e4b5530f12..31d018ff920a404a7b211541fca872346d7ea6ce 100644 (file)
--- a/dhcp.c
+++ b/dhcp.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/dhcp.h b/dhcp.h
index 18a996852168cc1ff564b158d18ca8da651173fe..8e847a70fa4cac7c0645e35fd0670a91a9ee595b 100644 (file)
--- a/dhcp.h
+++ b/dhcp.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/dhcp6.h b/dhcp6.h
index f50af0b6b4d59a9c38edc08e079a6470d88a4ce8..7e5e11dba85fe7c8372aef947808a2f3225e6530 100644 (file)
--- a/dhcp6.h
+++ b/dhcp6.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 80e00964dde24d2f42a15a54b4552c848ffde77a..58eba076cf8396c1f27572c41a06b712714bafa6 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2006-2014 Roy Marples
+# Copyright (c) 2006-2015 Roy Marples
 # All rights reserved
 
 # DHCP option definitions for dhcpcd(8)
index 3c0a7a7b80aac22cd4d7eb6fc11dd264bf6196e3..24968943a820c457b6a0d223ecce6cb5bbb6d6ce 100755 (executable)
@@ -6,7 +6,7 @@
 
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 07f81adf8ec9f72e276bddda24bbce4fd043fd71..3d153163587d2bb249628007ccf6eb76f6d43890 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index f7c4132156942d7fe73e9887a9cd4b69bf6e6be7..87d85f4842a2ce11da404132841ea8c326afeecb 100644 (file)
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2006-2014 Roy Marples
+.\" Copyright (c) 2006-2015 Roy Marples
 .\" All rights reserved
 .\"
 .\" Redistribution and use in source and binary forms, with or without
index a30982bb190f8611f870f2110cbe4b17e611c1fb..98a198b3b88af6044c64e0755f4d9745ecbf0e50 100644 (file)
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2006-2014 Roy Marples
+.\" Copyright (c) 2006-2015 Roy Marples
 .\" All rights reserved
 .\"
 .\" Redistribution and use in source and binary forms, with or without
index d721fc41fb279846a8d9c9637b34409f5a6e62cf..2c4c8b9ce58ce252f9a2803979f547c0d669cfdf 100644 (file)
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2006-2014 Roy Marples
+.\" Copyright (c) 2006-2015 Roy Marples
 .\" All rights reserved
 .\"
 .\" Redistribution and use in source and binary forms, with or without
index 41561a67a5aceb8be63903225a627783ddb817cc..73a5d434819e579f7dae4a7081fd75735e86deec 100644 (file)
--- a/dhcpcd.h
+++ b/dhcpcd.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/duid.c b/duid.c
index fa607bc11afa091364c9bada9edb16393f9f00ed..c2f4bc107a5510000d95948af5a37d1d65f74736 100644 (file)
--- a/duid.c
+++ b/duid.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/duid.h b/duid.h
index 139ce421f4baa5896397e51f377e692829b311f2..05857844f798dd107a84ba9967d940125195216e 100644 (file)
--- a/duid.h
+++ b/duid.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/eloop.c b/eloop.c
index 1e9d6491786c06e8f44de1d7223d99d646a1a6ba..85ba8622f35ff4ccd0f8d7a190ab99cde4e9c8de 100644 (file)
--- a/eloop.c
+++ b/eloop.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/eloop.h b/eloop.h
index 7f062d25a122fc8c0fcc0af9579bd5b82242fcee..563dfb008b78a12e17d7dac7e586516059ca80a8 100644 (file)
--- a/eloop.h
+++ b/eloop.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 817c8e1320f390f3af68ba69ecdb2ebc7b94ae15..0a374da3f2e33d7d62651ae8432c85461361275c 100644 (file)
--- a/if-bsd.c
+++ b/if-bsd.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 41470e652582668ac8f0fe342d3dc26343e68c03..cebabdac9bedefd832b4ea581eaa659e6f9056fa 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2009-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2009-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index e65e91f74e4e743e0ce1cb68642189de6fcb1058..49f837738e8e99dfd55c18c3fe2cdd0e7ec67788 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 06e3a591ccb4c8fc5a644e00ace09108a0ac60c3..8f57981ef87da39d8bf56797b8bc7acb876b7b65 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index ceb3066e7fb872699559940522e93f922a983872..b958a6ae4b964acd2d61c9d1d8a9141e4a919085 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 4627c90495a221d0a91a99f314831075f9420802..42082c001e0d3473b0847546103e102343930426 100644 (file)
--- a/if-sun.c
+++ b/if-sun.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/if.c b/if.c
index 2bbb4f6ceecf1907f3025785df91cf55056b100a..595c4dbc3c0778ab17cf4bb14459722082bce91c 100644 (file)
--- a/if.c
+++ b/if.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/if.h b/if.h
index 21ceaf0a4e8204722233ee67111991052f7903c6..161654ac95e18fdb670a4b8acb004512dd5f3d80 100644 (file)
--- a/if.h
+++ b/if.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/ipv4.c b/ipv4.c
index d22e77ac8e4fa39a7fd602cef0ba917469e411e3..f9c5f8ddc08dcde4933c2a841db49fc7961e5364 100644 (file)
--- a/ipv4.c
+++ b/ipv4.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/ipv4.h b/ipv4.h
index 456d70edd3fe3d48877fdfada3179184c347e72e..863942072bb06db89dcf328b2263e7642512ffcf 100644 (file)
--- a/ipv4.h
+++ b/ipv4.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 99f78820643641db91e2294cd3d5a64d0eae5ebb..711679247a8abb9b0feb9b434bb5b4fc11a49cd6 100644 (file)
--- a/ipv4ll.c
+++ b/ipv4ll.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/ipv6.c b/ipv6.c
index 0ae873a3b30054457843cde485099c89254c88eb..25f5b22b02b591a95d6594ba429299ed987acc32 100644 (file)
--- a/ipv6.c
+++ b/ipv6.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/ipv6.h b/ipv6.h
index 794604bb77d64a1f92564e7700f432f8f6a9d437..9264c8257ad645ffe850f1c60dd18d3469178b15 100644 (file)
--- a/ipv6.h
+++ b/ipv6.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 1e45b3b39c83d49c033528afdfc4a33848775b14..88b224db2170f44886085d30281b7cf9cf6c4104 100644 (file)
--- a/ipv6nd.c
+++ b/ipv6nd.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 4d1c516c9690b1633a9e84bb9689fe8f667ef60b..4e85df0d395b919cd4ed82ee10c5cadb9f9d424a 100644 (file)
--- a/ipv6nd.h
+++ b/ipv6nd.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index fef322ac1b8ff708c5a5b3cb1315f02b99746b11..22bd4dc04efbe8d906999aa600d3a5bd30a49bf5 100644 (file)
--- a/script.c
+++ b/script.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without