X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/cac77f92e3861e81d5fe96b4b857fd9d243032e2..eb0f65b4fbbea60100b53cb40a1d7138d47ad0d2:/admin/update-copyright diff --git a/admin/update-copyright b/admin/update-copyright index ce58168684..459ee83ac1 100755 --- a/admin/update-copyright +++ b/admin/update-copyright @@ -7,7 +7,7 @@ # By default, this script uses the local-time calendar year. # Set the UPDATE_COPYRIGHT_YEAR environment variable to override the default. -# Copyright 2013-2014 Free Software Foundation, Inc. +# Copyright 2013-2015 Free Software Foundation, Inc. # This file is part of GNU Emacs. @@ -37,7 +37,7 @@ export UPDATE_COPYRIGHT_USE_INTERVALS : ${UPDATE_COPYRIGHT_YEAR=$(date +%Y)} export UPDATE_COPYRIGHT_YEAR -emacsver=etc/refcards/emacsver.tex +emacsver=etc/refcards/emacsver.tex.in sed 's/\\def\\year[{][0-9]*[}]/\\def\\year{'"$UPDATE_COPYRIGHT_YEAR"'}'/g \ $emacsver >$emacsver.aux && { cmp -s $emacsver $emacsver.aux || @@ -45,8 +45,7 @@ sed 's/\\def\\year[{][0-9]*[}]/\\def\\year{'"$UPDATE_COPYRIGHT_YEAR"'}'/g \ } && rm $emacsver.aux && -# FIXME: command will soon need to be replaced with "git ls-files" -repo_files=$(bzr ls -RV --kind file) && +repo_files=$(git ls-files) && # Do not update the copyright of files that have one or more of the # following problems: