From: Roland Haeder Date: Tue, 17 Mar 2015 21:18:32 +0000 (+0100) Subject: Added really lame script to update copyright year. X-Git-Url: https://git.mxchange.org/?p=hub.git;a=commitdiff_plain Added really lame script to update copyright year. Signed-off-by: Roland Häder --- 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'