Happy New Year 2017

Change-Id: Ib9a77f5e7d8d857a519d20904ec0d745e32eb257
diff --git a/voltha/Makefile b/voltha/Makefile
index e0854b1..6e0223f 100644
--- a/voltha/Makefile
+++ b/voltha/Makefile
@@ -1,5 +1,5 @@
 #
-# Copyright 2016 the original author or authors.
+# Copyright 2017 the original author or authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -22,5 +22,5 @@
 
 PYTHONFILES:=$(wildcard *.py)
 
-flake8: 
+flake8:
 	$(FLAKE8) $(PYTHONFILES)