diff options
author | Samuel Mannehed <samuel@cendio.se> | 2017-03-20 13:07:30 +0100 |
---|---|---|
committer | Samuel Mannehed <samuel@cendio.se> | 2017-03-20 13:07:30 +0100 |
commit | 8e5a29e4b2dc8a55f6ec89d0278fc66367a35cbb (patch) | |
tree | 070254cf08afd418df87f9994779556403e1af69 /vncviewer | |
parent | 53f520567202928f908b5f94f6d143e7067a8bdd (diff) | |
download | tigervnc-8e5a29e4b2dc8a55f6ec89d0278fc66367a35cbb.tar.gz tigervnc-8e5a29e4b2dc8a55f6ec89d0278fc66367a35cbb.zip |
Update visible copyright year to 2017
Diffstat (limited to 'vncviewer')
-rw-r--r-- | vncviewer/vncviewer.cxx | 2 | ||||
-rw-r--r-- | vncviewer/vncviewer.rc.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vncviewer/vncviewer.cxx b/vncviewer/vncviewer.cxx index 3625301d..de2b423e 100644 --- a/vncviewer/vncviewer.cxx +++ b/vncviewer/vncviewer.cxx @@ -102,7 +102,7 @@ static const char *about_text() "Copyright (C) 1999-%d TigerVNC Team and many others (see README.txt)\n" "See http://www.tigervnc.org for information on TigerVNC."), (int)sizeof(size_t)*8, PACKAGE_VERSION, - BUILD_TIMESTAMP, 2016); + BUILD_TIMESTAMP, 2017); return buffer; } diff --git a/vncviewer/vncviewer.rc.in b/vncviewer/vncviewer.rc.in index 95ff755a..0e082901 100644 --- a/vncviewer/vncviewer.rc.in +++ b/vncviewer/vncviewer.rc.in @@ -52,7 +52,7 @@ BEGIN #endif VALUE "FileVersion", "@RCVERSION@\0" VALUE "InternalName", "vncviewer\0" - VALUE "LegalCopyright", "Copyright (C) 1999-2016 TigerVNC Team and many others (see README.txt)\0" + VALUE "LegalCopyright", "Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)\0" VALUE "LegalTrademarks", "TigerVNC\0" VALUE "OriginalFilename", "vncviewer.exe\0" VALUE "PrivateBuild", "\0" |