Added really lame script to update copyright year. master
authorRoland Haeder <roland@mxchange.org>
Tue, 17 Mar 2015 21:18:32 +0000 (22:18 +0100)
committerRoland Häder <roland@mxchange.org>
Mon, 28 Sep 2020 05:15:27 +0000 (07:15 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
update_year.sh [new file with mode: 0755]

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'