Update copyright year

Merry christmas, or whatever the fuck is going on right now.
This commit is contained in:
wm4 2016-01-01 00:18:40 +01:00
parent ad072b17ce
commit de0523ba7b
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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");