0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

Update copyright year

This commit is contained in:
wm4 2014-01-01 00:00:00 +01:00
parent 4530d787d0
commit 66fe4f5713
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-2013 mpv/mplayer2/MPlayer\000"
VALUE "LegalCopyright", " (C) 2000-2014 mpv/mplayer2/MPlayer\000"
//VALUE "LegalTrademarks"," \000";
VALUE "OriginalFilename", "mpv.exe\000"
VALUE "ProductName", "mpv - video player\000"

View File

@ -98,7 +98,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-2013 mpv/MPlayer/mplayer2 projects\n built on %s\n",
"%s (C) 2000-2014 mpv/MPlayer/mplayer2 projects\n built on %s\n",
mpv_version, mpv_builddate);
print_libav_versions(log, v);
mp_msg(log, v, "\n");