From: Pierre Ossman Date: Fri, 20 Feb 2015 16:12:57 +0000 (+0100) Subject: Update copyright years X-Git-Tag: v1.4.90~42 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c134168be95552aa97415b8acbdeff00bf400eda;p=tigervnc.git Update copyright years --- diff --git a/unix/xserver/hw/vnc/xvnc.c b/unix/xserver/hw/vnc/xvnc.c index e49ac77f..04dd0b90 100644 --- a/unix/xserver/hw/vnc/xvnc.c +++ b/unix/xserver/hw/vnc/xvnc.c @@ -93,7 +93,7 @@ from the X Consortium. #endif #define XVNCVERSION "TigerVNC 1.4.80" -#define XVNCCOPYRIGHT ("Copyright (C) 1999-2013 TigerVNC Team and many others (see README.txt)\n" \ +#define XVNCCOPYRIGHT ("Copyright (C) 1999-2015 TigerVNC Team and many others (see README.txt)\n" \ "See http://www.tigervnc.org for information on TigerVNC.\n") #define VFB_DEFAULT_WIDTH 1024 diff --git a/vncviewer/vncviewer.cxx b/vncviewer/vncviewer.cxx index 5f1b980c..332a81c1 100644 --- a/vncviewer/vncviewer.cxx +++ b/vncviewer/vncviewer.cxx @@ -385,7 +385,7 @@ int main(int argc, char** argv) // Generate the about string now that we get the proper translation snprintf(aboutText, sizeof(aboutText), _aboutText, (int)sizeof(size_t)*8, PACKAGE_VERSION, - BUILD_TIMESTAMP, 2014); + BUILD_TIMESTAMP, 2015); rfb::SecurityClient::setDefaults();