From e539da602cf5f8b42823beff54a24e3e20c22217 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 5 Aug 2015 23:37:43 +0200 Subject: [PATCH] don't artificially add the current year to the copyright notices --- tools/internal/update_copyright_header | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/internal/update_copyright_header b/tools/internal/update_copyright_header index e42c53a2ba..238f200662 100755 --- a/tools/internal/update_copyright_header +++ b/tools/internal/update_copyright_header @@ -27,8 +27,6 @@ fi printf 'Using template: %s\n' "$template" -now=$(date +%Y) - get_dates() { local file=$1 local date @@ -50,7 +48,6 @@ get_dates() { esac done git log --format=%ad "$file" | cut -d\ -f5 | uniq - echo $now } format_dates() { -- 2.20.1