mirror of https://github.com/mpv-player/mpv
Update copyright year
This commit is contained in:
parent
59868da7a1
commit
f394a25e7b
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue