updated some copyright stuff

This commit is contained in:
Nick Bolton 2011-01-15 04:52:17 +00:00
parent 4da21f98bd
commit 1a3edbdd70
4 changed files with 5 additions and 6 deletions

View File

@ -44,4 +44,4 @@ The server address is of the form: [<hostname>][:<port>]. The hostname
must be the address or hostname of the server. The port overrides the
default port, 24800.
.SH COPYRIGHT
Copyright \(co 2010 The Synergy Project
Copyright \(co 2010 Chris Schoeneman, Nick Bolton, Sorin Sbarnea

View File

@ -54,4 +54,4 @@ following to load successfully sets the configuration:
$HOME/.synergy.conf
/etc/synergy.conf
.SH COPYRIGHT
Copyright \(co 2010 The Synergy Project
Copyright \(co 2010 Chris Schoeneman, Nick Bolton, Sorin Sbarnea

View File

@ -50,9 +50,8 @@ p, li { white-space: pre-wrap; }
<property name="text">
<string>The Synergy GUI is based on QSynergy by Volker Lanz
Copyright © 2010 The Synergy Project
Copyright © 2008 Volker Lanz (vl@fidra.de)
Copyright © 2002 Chris Schoeneman</string>
Copyright © 2010 Chris Schoeneman, Nick Bolton, Sorin Sbarnea</string>
</property>
<property name="wordWrap">
<bool>true</bool>

View File

@ -18,8 +18,8 @@
#include "Version.h"
const char* kApplication = "Synergy";
const char* kCopyright = "Copyright (C) 2010 The Synergy Project";
const char* kContact = "Synergy Developers, synergy@googlegroups.com";
const char* kCopyright = "Copyright (C) 2011 Chris Schoeneman, Nick Bolton, Sorin Sbarnea";
const char* kContact = "Synergy Mailing List, synergy-plus@googlegroups.com";
const char* kWebsite = "http://synergy-foss.org/";
const char* kVersion = VERSION;
const char* kAppVersion = "Synergy " VERSION;