Update copyright year

This commit is contained in:
wm4 2015-01-01 00:00:00 +01:00
parent 7297c88998
commit 39548ad9e9
2 changed files with 2 additions and 2 deletions

View File

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

View File

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