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

Update copyright year

What kind of bullshit forces you to do this every year anyway.
This commit is contained in:
wm4 2017-01-01 19:09:05 +01:00
parent 0067d1dbef
commit 8e41f314f1
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ VS_VERSION_INFO VERSIONINFO
VALUE "CompanyName", "mpv"
VALUE "FileDescription", "mpv"
VALUE "FileVersion", "2.0.0.0"
VALUE "LegalCopyright", "(C) 2000-2016 mpv/mplayer2/MPlayer"
VALUE "LegalCopyright", "(C) 2000-2017 mpv/mplayer2/MPlayer"
VALUE "OriginalFilename", "mpv.exe"
VALUE "ProductName", "mpv"
VALUE "ProductVersion", "2.0.0.0"

View File

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