Update copyright year

This commit is contained in:
wm4 2013-01-04 15:23:23 +01:00
parent 59868da7a1
commit f394a25e7b
2 changed files with 2 additions and 2 deletions

View File

@ -4234,7 +4234,7 @@ static void play_files(struct MPContext *mpctx)
static void print_version(int always)
{
mp_msg(MSGT_CPLAYER, always ? MSGL_INFO : MSGL_V,
"%s (C) 2000-2012 mpv/MPlayer/mplayer2 projects\n built on %s\n", mplayer_version, mplayer_builddate);
"%s (C) 2000-2013 mpv/MPlayer/mplayer2 projects\n built on %s\n", mplayer_version, mplayer_builddate);
}
static bool handle_help_options(struct MPContext *mpctx)

View File

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