]> source.dussan.org Git - tigervnc.git/commitdiff
Update visible copyright years to 2019 799/head
authorSamuel Mannehed <samuel@cendio.se>
Wed, 27 Feb 2019 14:29:33 +0000 (15:29 +0100)
committerSamuel Mannehed <samuel@cendio.se>
Wed, 27 Feb 2019 14:29:33 +0000 (15:29 +0100)
README.rst
java/com/tigervnc/vncviewer/README
java/com/tigervnc/vncviewer/VncViewer.java
unix/xserver/hw/vnc/xvnc.c
vncviewer/vncviewer.cxx
vncviewer/vncviewer.rc.in
win/vncconfig/vncconfig.rc
win/winvnc/winvnc.rc

index 0f11ba3e5fb6c1580242130d03806e30524cab52..60a8d33c0ac51495db69727d620bd5bb575da7c3 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-2018 TigerVNC Team
+        Copyright (C) 2009-2019 TigerVNC Team
         All Rights Reserved.
 
 This software is distributed under the GNU General Public Licence as published
index 3019f8d4e12d8d07e4d1ce9094c97bec346c6b23..1977ae58e482ad087c313638f42381c24a46d8af 100644 (file)
@@ -12,7 +12,7 @@ optimizations, major GUI improvements, and more.
         Copyright (C) 2004-2005 Cendio AB
         Copyright (C) 2005 Martin Koegler
         Copyright (C) 2009 Pierre Ossman for Cendio AB
-        Copyright (C) 2009-2018 TigerVNC Team
+        Copyright (C) 2009-2019 TigerVNC Team
         Copyright (C) 2011-2014 Brian P. Hinz
         All rights reserved.
 
index 2ef6bcfa890acf639fd2b505466c66886116efba..7bda301af3b5b7a3df3f2a5135207808aea5ef6a 100644 (file)
@@ -65,7 +65,7 @@ public class VncViewer extends javax.swing.JApplet
   public static final String aboutText =
     new String("TigerVNC Java Viewer v%s (%s)%n"+
                "Built on %s at %s%n"+
-               "Copyright (C) 1999-2018 TigerVNC Team and many others (see README.rst)%n"+
+               "Copyright (C) 1999-2019 TigerVNC Team and many others (see README.rst)%n"+
                "See https://www.tigervnc.org for information on TigerVNC.");
 
   public static String version = null;
index 98c4a15bb93854cb464bf00ef6de61b6cee1e67a..a42a6c1a727c5a608612de6dc5ace58fcaf44552 100644 (file)
@@ -88,7 +88,7 @@ from the X Consortium.
 #include "site.h"
 
 #define XVNCVERSION "TigerVNC 1.9.80"
-#define XVNCCOPYRIGHT ("Copyright (C) 1999-2018 TigerVNC Team and many others (see README.rst)\n" \
+#define XVNCCOPYRIGHT ("Copyright (C) 1999-2019 TigerVNC Team and many others (see README.rst)\n" \
                        "See https://www.tigervnc.org for information on TigerVNC.\n")
 
 #define VFB_DEFAULT_WIDTH  1024
index 1c6f52444d7952e6d54dde04076d268addc2947e..d2fe7e009b95873b072b3ccebd17cfc92346cc58 100644 (file)
@@ -102,7 +102,7 @@ static const char *about_text()
              "Copyright (C) 1999-%d TigerVNC Team and many others (see README.rst)\n"
              "See https://www.tigervnc.org for information on TigerVNC."),
            (int)sizeof(size_t)*8, PACKAGE_VERSION,
-           BUILD_TIMESTAMP, 2018);
+           BUILD_TIMESTAMP, 2019);
 
   return buffer;
 }
index 2e25d061d2e26625ba3a9a014e181b92e3330904..30489be6a7ba97b9ee29a5229c1f2fe9a6cadb16 100644 (file)
@@ -52,7 +52,7 @@ BEGIN
             #endif
             VALUE "FileVersion", "@RCVERSION@\0"
             VALUE "InternalName", "vncviewer\0"
-            VALUE "LegalCopyright", "Copyright (C) 1999-2018 TigerVNC Team and many others (see README.rst)\0"
+            VALUE "LegalCopyright", "Copyright (C) 1999-2019 TigerVNC Team and many others (see README.rst)\0"
             VALUE "LegalTrademarks", "TigerVNC\0"
             VALUE "OriginalFilename", "vncviewer.exe\0"
             VALUE "PrivateBuild", "\0"
index 781277c3ddd401f3f0e71d8be18d5211d6669c92..39efbcb18cb6bfa0699021f00548f03acdf6d9bc 100644 (file)
@@ -469,7 +469,7 @@ BEGIN
             #endif
             VALUE "FileVersion", __RCVERSIONSTR
             VALUE "InternalName", "vncconfig\0"
-            VALUE "LegalCopyright", "Copyright (C) 1999-2018 TigerVNC Team and many others (see README.rst)\0"
+            VALUE "LegalCopyright", "Copyright (C) 1999-2019 TigerVNC Team and many others (see README.rst)\0"
             VALUE "LegalTrademarks", "TigerVNC\0"
             VALUE "OriginalFilename", "vncconfig.exe\0"
             VALUE "PrivateBuild", "\0"
index 91fc0f45ca1852ebf32cea21f58ca5233d3add5d..177e8d013efb2214c82da982af84b0ae20c7c396 100644 (file)
@@ -86,7 +86,7 @@ BEGIN
             #endif
             VALUE "FileVersion", __RCVERSIONSTR
             VALUE "InternalName", "winvnc\0"
-            VALUE "LegalCopyright", "Copyright (C) 1999-2018 TigerVNC Team and many others (see README.rst)\0"
+            VALUE "LegalCopyright", "Copyright (C) 1999-2019 TigerVNC Team and many others (see README.rst)\0"
             VALUE "LegalTrademarks", "TigerVNC\0"
             VALUE "OriginalFilename", "winvnc4.exe\0"
             VALUE "PrivateBuild", "\0"