mirror of https://github.com/mpv-player/mpv
Update copyright year
This commit is contained in:
parent
a82f2e2792
commit
1ea7b386a9
|
@ -35,7 +35,7 @@ FILETYPE VFT_APP
|
|||
VALUE "CompanyName", "mpv\000"
|
||||
VALUE "FileDescription", "mpv - video player\000"
|
||||
VALUE "FileVersion",VERSION
|
||||
VALUE "LegalCopyright", " (C) 2000-2014 mpv/mplayer2/MPlayer\000"
|
||||
VALUE "LegalCopyright", " (C) 2000-2015 mpv/mplayer2/MPlayer\000"
|
||||
//VALUE "LegalTrademarks"," \000";
|
||||
VALUE "OriginalFilename", "mpv.exe\000"
|
||||
VALUE "ProductName", "mpv - video player\000"
|
||||
|
|
|
@ -107,7 +107,7 @@ void mp_print_version(struct mp_log *log, int always)
|
|||
{
|
||||
int v = always ? MSGL_INFO : MSGL_V;
|
||||
mp_msg(log, v,
|
||||
"%s (C) 2000-2014 mpv/MPlayer/mplayer2 projects\n built on %s\n",
|
||||
"%s (C) 2000-2015 mpv/MPlayer/mplayer2 projects\n built on %s\n",
|
||||
mpv_version, mpv_builddate);
|
||||
print_libav_versions(log, v);
|
||||
mp_msg(log, v, "\n");
|
||||
|
|
Loading…
Reference in New Issue