diff --git a/doc/synergyc.man b/doc/synergyc.man index 4f6c29fb..de165a88 100644 --- a/doc/synergyc.man +++ b/doc/synergyc.man @@ -44,4 +44,4 @@ The server address is of the form: [][:]. 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 diff --git a/doc/synergys.man b/doc/synergys.man index 77cf6141..1543ffdd 100644 --- a/doc/synergys.man +++ b/doc/synergys.man @@ -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 diff --git a/gui/res/AboutDialogBase.ui b/gui/res/AboutDialogBase.ui index eee0f988..840d4bf6 100644 --- a/gui/res/AboutDialogBase.ui +++ b/gui/res/AboutDialogBase.ui @@ -50,9 +50,8 @@ p, li { white-space: pre-wrap; } 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 +Copyright © 2010 Chris Schoeneman, Nick Bolton, Sorin Sbarnea true diff --git a/lib/common/Version.cpp b/lib/common/Version.cpp index 1b5795bd..8f551269 100644 --- a/lib/common/Version.cpp +++ b/lib/common/Version.cpp @@ -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;