Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't artificially add the current year to the copyright notices
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 5 Aug 2015 21:37:43 +0000 (23:37 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 5 Aug 2015 21:37:43 +0000 (23:37 +0200)
tools/internal/update_copyright_header

index e42c53a..238f200 100755 (executable)
@@ -27,8 +27,6 @@ fi
 
 printf 'Using template: %s\n' "$template"
 
 
 printf 'Using template: %s\n' "$template"
 
-now=$(date +%Y)
-
 get_dates() {
     local file=$1
     local date
 get_dates() {
     local file=$1
     local date
@@ -50,7 +48,6 @@ get_dates() {
         esac
     done
     git log --format=%ad "$file" | cut -d\  -f5 | uniq
         esac
     done
     git log --format=%ad "$file" | cut -d\  -f5 | uniq
-    echo $now
 }
 
 format_dates() {
 }
 
 format_dates() {