summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2013-06-04 10:08:52 +0000
committerRoy Marples <roy@marples.name>2013-06-04 10:08:52 +0000
commitd44b86ed0ff14460cb7108fc21a733c54be4f77c (patch)
tree0631a853295d2749e88f7f716ea912576c9f3f1c
parentc8a198e4931cdf0a482d00857565805090a26662 (diff)
downloaddhcpcd-5.99.7.tar.xz
Release dhcpcd-5.99.7dhcpcd-5.99.7
Fix a few copyright headers
-rw-r--r--defs.h4
-rw-r--r--dhcp-common.h2
-rw-r--r--platform-bsd.c2
-rw-r--r--platform-linux.c2
-rw-r--r--platform.h2
5 files changed, 6 insertions, 6 deletions
diff --git a/defs.h b/defs.h
index e606056c..f342edd5 100644
--- a/defs.h
+++ b/defs.h
@@ -1,6 +1,6 @@
/*
* dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2012 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -28,7 +28,7 @@
#define CONFIG_H
#define PACKAGE "dhcpcd"
-#define VERSION "5.99.6"
+#define VERSION "5.99.7"
#ifndef CONFIG
# define CONFIG SYSCONFDIR "/" PACKAGE ".conf"
diff --git a/dhcp-common.h b/dhcp-common.h
index 794953f7..50e69b96 100644
--- a/dhcp-common.h
+++ b/dhcp-common.h
@@ -1,6 +1,6 @@
/*
* dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2012 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
diff --git a/platform-bsd.c b/platform-bsd.c
index 19e4fed7..b3218981 100644
--- a/platform-bsd.c
+++ b/platform-bsd.c
@@ -1,6 +1,6 @@
/*
* dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2012 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
diff --git a/platform-linux.c b/platform-linux.c
index da077466..5d60d5c9 100644
--- a/platform-linux.c
+++ b/platform-linux.c
@@ -1,6 +1,6 @@
/*
* dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2012 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
diff --git a/platform.h b/platform.h
index 38e90991..280e0647 100644
--- a/platform.h
+++ b/platform.h
@@ -1,6 +1,6 @@
/*
* dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2012 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without