X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f11f1ff4dcb0d32fcdb1792cdf26e13834ea05cc..121e1dc6ee0462b6f6f1f1570b0f48c61ee4ff9a:/tools/internal/update_copyright_header 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() {