Start 0.6 development, and update boilerplate

Change-Id: Ie4c201b50803ef0e32cef19459088a215b95ed2d
diff --git a/vland.py b/vland.py
index b237a9c..b3e1418 100755
--- a/vland.py
+++ b/vland.py
@@ -1,6 +1,6 @@
 #! /usr/bin/python
 
-#  Copyright 2014-2015 Linaro Limited
+#  Copyright 2014-2016 Linaro Limited
 #
 #  This program is free software; you can redistribute it and/or modify
 #  it under the terms of the GNU General Public License as published by
@@ -38,7 +38,7 @@
     """ Simple container for stuff to make for nicer syntax """
 
 state = DaemonState()
-state.version = "0.5"
+state.version = "0.6-DEV"
 state.banner = "Linaro VLANd version %s" % state.version
 state.starttime = time.time()
 state.vis = None