Bump copyright year

Merry Christmas or whatever it fucking is now.
This commit is contained in:
wm4 2019-12-31 17:10:46 +01:00
parent 3b6c4e7be1
commit 934f8e1026
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ fi
NEW_REVISION="#define VERSION \"${VERSION}\""
OLD_REVISION=$(head -n 1 "$version_h" 2> /dev/null)
BUILDDATE="#define BUILDDATE \"$(date)\""
MPVCOPYRIGHT="#define MPVCOPYRIGHT \"Copyright © 2000-2019 mpv/MPlayer/mplayer2 projects\""
MPVCOPYRIGHT="#define MPVCOPYRIGHT \"Copyright © 2000-2020 mpv/MPlayer/mplayer2 projects\""
# Update version.h only on revision changes to avoid spurious rebuilds
if test "$NEW_REVISION" != "$OLD_REVISION"; then