]> source.dussan.org Git - tigervnc.git/commitdiff
change the Copyright year on Top README.TXT and vncviewer.cxx 281/head
authorBojan Memetovic <bojme@cendio.se>
Mon, 21 Mar 2016 09:42:57 +0000 (10:42 +0100)
committerBojan Memetovic <bojme@cendio.se>
Mon, 21 Mar 2016 09:42:57 +0000 (10:42 +0100)
README.txt
vncviewer/vncviewer.cxx

index 71163b86f46cb5658704dbcb6e31be163800c416..0c3c5342d285b46b55b96ec8a429f9047b37a02e 100644 (file)
@@ -34,7 +34,7 @@ Incomplete and generally out of date copyright list:
         Copyright (C) 2009-2011 D. R. Commander
         Copyright (C) 2009-2011 Pierre Ossman for Cendio AB
         Copyright (C) 2004, 2009-2011 Red Hat, Inc.
-        Copyright (C) 2009-2013 TigerVNC Team
+        Copyright (C) 2009-2016 TigerVNC Team
         All Rights Reserved.
 
 This software is distributed under the GNU General Public Licence as published
index d71cb7f90624e1d3030ff7c2d8675417b0abc034..3625301df3b57781bcaf031baf1771ae918e1fd0 100644 (file)
@@ -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, 2015);
+           BUILD_TIMESTAMP, 2016);
 
   return buffer;
 }