Added really lame script to update copyright year.
[hub.git] / update_year.sh
diff --git a/update_year.sh b/update_year.sh
new file mode 100755 (executable)
index 0000000..5b353ce
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+# Really lame ...
+find application/ -type f -print0 | xargs -0 sed -i 's/2015 Hub/2016 Hub/g'