summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2011-06-28 05:42:30 +0000
committerDRC <dcommander@users.sourceforge.net>2011-06-28 05:42:30 +0000
commit07baad757a9978df45865928e19bb1f7c8310139 (patch)
tree5e88e564d7a992f62b537e3fc34df2850927839a /unix
parentd6e54aa544b0606853597520a267f1674933880c (diff)
downloadtigervnc-07baad757a9978df45865928e19bb1f7c8310139.tar.gz
tigervnc-07baad757a9978df45865928e19bb1f7c8310139.zip
Use generic copyright message which refers the user to the complete copyright history in README.txt
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4569 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix')
-rw-r--r--unix/vncviewer/vncviewer.cxx4
-rw-r--r--unix/xserver/hw/vnc/xvnc.cc4
2 files changed, 2 insertions, 6 deletions
diff --git a/unix/vncviewer/vncviewer.cxx b/unix/vncviewer/vncviewer.cxx
index 8b741c0d..e418267d 100644
--- a/unix/vncviewer/vncviewer.cxx
+++ b/unix/vncviewer/vncviewer.cxx
@@ -274,9 +274,7 @@ int main(int argc, char** argv)
textdomain(PACKAGE_NAME);
const char englishAbout[] = N_("TigerVNC Viewer for X version %s - built %s\n"
- "Copyright (C) 2002-2005 RealVNC Ltd.\n"
- "Copyright (C) 2000-2006 TightVNC Group\n"
- "Copyright (C) 2004-2009 Peter Astrand for Cendio AB\n"
+ "Copyright (C) 1999-2011 TigerVNC Team and many others (see README.txt)\n"
"See http://www.tigervnc.org for information on TigerVNC.");
rfb::SecurityClient::setDefaults();
diff --git a/unix/xserver/hw/vnc/xvnc.cc b/unix/xserver/hw/vnc/xvnc.cc
index 663d1716..42eac4ed 100644
--- a/unix/xserver/hw/vnc/xvnc.cc
+++ b/unix/xserver/hw/vnc/xvnc.cc
@@ -97,9 +97,7 @@ extern "C" {
#endif
#define XVNCVERSION "TigerVNC 1.1.80"
-#define XVNCCOPYRIGHT ("Copyright (C) 2002-2005 RealVNC Ltd.\n" \
- "Copyright (C) 2000-2006 Constantin Kaplinsky\n" \
- "Copyright (C) 2004-2009 Peter Astrand for Cendio AB\n" \
+#define XVNCCOPYRIGHT ("Copyright (C) 1999-2011 TigerVNC Team and many others (see README.txt)\n" \
"See http://www.tigervnc.org for information on TigerVNC.\n")