Update copyright years
diff --git a/vncviewer/vncviewer.cxx b/vncviewer/vncviewer.cxx
index 5f1b980..332a81c 100644
--- a/vncviewer/vncviewer.cxx
+++ b/vncviewer/vncviewer.cxx
@@ -385,7 +385,7 @@
   // 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();