You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copyrights were updated automatically by querying the last time the file
was touched in the Git repo and replacing the notice accordingly.
for file in $(git ls-files); do
year="$(git log -1 --pretty="format:%cI" -- "${file}" | cut -d'-' -f 1)"
sed -i "s/^% Copyright\(.*\)20[0-9][0-9]/% Copyright\1${year}/" "${file}"
done
hmenke
added a commit
to hmenke/pgf
that referenced
this issue
Jan 19, 2020
Copyrights were updated automatically by querying the last time the file
was touched in the Git repo and replacing the notice accordingly.
for file in $(git ls-files); do
year="$(git log -1 --pretty="format:%cI" -- "${file}" | cut -d'-' -f 1)"
sed -i "s/^% Copyright\(.*\)20[0-9][0-9]/% Copyright\1${year}/" "${file}"
done
Brief outline of the bug
When submitting the hotfix 3.1.5b to CTAN a couple of issues were detected.
Issues
(copied from the CTAN email)
The text was updated successfully, but these errors were encountered: