]> source.dussan.org Git - tigervnc.git/commitdiff
Update copyright years 123/head
authorPierre Ossman <ossman@cendio.se>
Fri, 20 Feb 2015 16:12:57 +0000 (17:12 +0100)
committerPierre Ossman <ossman@cendio.se>
Fri, 20 Feb 2015 16:12:57 +0000 (17:12 +0100)
unix/xserver/hw/vnc/xvnc.c
vncviewer/vncviewer.cxx

index e49ac77fab082bf7620a40ab8c39e2d4afe21691..04dd0b90c37e9e99193d7816dbd1928deb3f9dff 100644 (file)
@@ -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
index 5f1b980c49a73fdc6c371857fff3f4fc647abfb9..332a81c15fcbee696a285c6a4c05c44db8ce1812 100644 (file)
@@ -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();