1
mirror of https://github.com/mpv-player/mpv synced 2024-12-24 07:33:46 +01:00

Update copyright year

This commit is contained in:
Uoti Urpala 2012-01-28 13:49:13 +02:00
parent c4093e7d87
commit 637d6b7c8e
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ FILETYPE VFT_APP
VALUE "CompanyName", "\000"
VALUE "FileDescription", "mplayer2 - Movie Player\000"
VALUE "FileVersion",VERSION
VALUE "LegalCopyright", " (C) 2000-2011 MPlayer Team\000"
VALUE "LegalCopyright", " (C) 2000-2012 MPlayer Team\000"
//VALUE "LegalTrademarks"," \000";
VALUE "OriginalFilename", "mplayer.exe\000"
VALUE "ProductName", "mplayer2 - The Movie Player\000"

View File

@ -15,7 +15,7 @@ test $version || version=$git_revision
NEW_REVISION="#define VERSION \"${version}${extra}\""
OLD_REVISION=$(head -n 1 version.h 2> /dev/null)
TITLE='#define MP_TITLE "%s "VERSION" (C) 2000-2011 MPlayer Team\n"'
TITLE='#define MP_TITLE "%s "VERSION" (C) 2000-2012 MPlayer Team\n"'
# Update version.h only on revision changes to avoid spurious rebuilds
if test "$NEW_REVISION" != "$OLD_REVISION"; then