diff options
author | DRC <dcommander@users.sourceforge.net> | 2011-06-28 05:42:30 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2011-06-28 05:42:30 +0000 |
commit | 07baad757a9978df45865928e19bb1f7c8310139 (patch) | |
tree | 5e88e564d7a992f62b537e3fc34df2850927839a /unix/xserver/hw/vnc/xvnc.cc | |
parent | d6e54aa544b0606853597520a267f1674933880c (diff) | |
download | tigervnc-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/xserver/hw/vnc/xvnc.cc')
-rw-r--r-- | unix/xserver/hw/vnc/xvnc.cc | 4 |
1 files changed, 1 insertions, 3 deletions
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") |