From ac206239d5287a4e3da7bc61d91654da57bb6419 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. Signed-off-by: Roland Haeder --- 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.39.2