From 14df038c585fa33608085f81fa2210fd7a38dd52 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 17 Mar 2015 22:18:32 +0100 Subject: [PATCH] Added really lame script to update copyright year. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- update_year.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 update_year.sh diff --git a/update_year.sh b/update_year.sh new file mode 100755 index 000000000..5b353ce79 --- /dev/null +++ b/update_year.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +# Really lame ... +find application/ -type f -print0 | xargs -0 sed -i 's/2015 Hub/2016 Hub/g' -- 2.30.2