mirror of https://github.com/mpv-player/mpv
Update copyright year
Merry christmas, or whatever the fuck is going on right now.
This commit is contained in:
parent
ad072b17ce
commit
de0523ba7b
|
@ -34,7 +34,7 @@ FILETYPE VFT_APP
|
|||
VALUE "CompanyName", "mpv\000"
|
||||
VALUE "FileDescription", "mpv\000"
|
||||
VALUE "FileVersion",VERSION
|
||||
VALUE "LegalCopyright", " (C) 2000-2015 mpv/mplayer2/MPlayer\000"
|
||||
VALUE "LegalCopyright", " (C) 2000-2016 mpv/mplayer2/MPlayer\000"
|
||||
//VALUE "LegalTrademarks"," \000";
|
||||
VALUE "OriginalFilename", "mpv.exe\000"
|
||||
VALUE "ProductName", "mpv\000"
|
||||
|
|
|
@ -156,7 +156,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-2015 mpv/MPlayer/mplayer2 projects\n built on %s\n",
|
||||
"%s (C) 2000-2016 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