mirror of
https://github.com/mpv-player/mpv
synced 2025-01-03 05:22:23 +00:00
Update copyright year
What kind of bullshit forces you to do this every year anyway.
This commit is contained in:
parent
0067d1dbef
commit
8e41f314f1
@ -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"
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user