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