updated some copyright stuff
This commit is contained in:
parent
4da21f98bd
commit
1a3edbdd70
|
@ -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
|
must be the address or hostname of the server. The port overrides the
|
||||||
default port, 24800.
|
default port, 24800.
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
Copyright \(co 2010 The Synergy Project
|
Copyright \(co 2010 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
|
||||||
|
|
|
@ -54,4 +54,4 @@ following to load successfully sets the configuration:
|
||||||
$HOME/.synergy.conf
|
$HOME/.synergy.conf
|
||||||
/etc/synergy.conf
|
/etc/synergy.conf
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
Copyright \(co 2010 The Synergy Project
|
Copyright \(co 2010 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
|
||||||
|
|
|
@ -50,9 +50,8 @@ p, li { white-space: pre-wrap; }
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>The Synergy GUI is based on QSynergy by Volker Lanz
|
<string>The Synergy GUI is based on QSynergy by Volker Lanz
|
||||||
|
|
||||||
Copyright © 2010 The Synergy Project
|
|
||||||
Copyright © 2008 Volker Lanz (vl@fidra.de)
|
Copyright © 2008 Volker Lanz (vl@fidra.de)
|
||||||
Copyright © 2002 Chris Schoeneman</string>
|
Copyright © 2010 Chris Schoeneman, Nick Bolton, Sorin Sbarnea</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="wordWrap">
|
<property name="wordWrap">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
|
|
@ -18,8 +18,8 @@
|
||||||
#include "Version.h"
|
#include "Version.h"
|
||||||
|
|
||||||
const char* kApplication = "Synergy";
|
const char* kApplication = "Synergy";
|
||||||
const char* kCopyright = "Copyright (C) 2010 The Synergy Project";
|
const char* kCopyright = "Copyright (C) 2011 Chris Schoeneman, Nick Bolton, Sorin Sbarnea";
|
||||||
const char* kContact = "Synergy Developers, synergy@googlegroups.com";
|
const char* kContact = "Synergy Mailing List, synergy-plus@googlegroups.com";
|
||||||
const char* kWebsite = "http://synergy-foss.org/";
|
const char* kWebsite = "http://synergy-foss.org/";
|
||||||
const char* kVersion = VERSION;
|
const char* kVersion = VERSION;
|
||||||
const char* kAppVersion = "Synergy " VERSION;
|
const char* kAppVersion = "Synergy " VERSION;
|
||||||
|
|
Loading…
Reference in New Issue