From: Martin Quinson Date: Wed, 5 Aug 2015 21:37:43 +0000 (+0200) Subject: don't artificially add the current year to the copyright notices X-Git-Tag: v3_12~327 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e539da602cf5f8b42823beff54a24e3e20c22217 don't artificially add the current year to the copyright notices --- 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() {