Skip to content

Commit

Permalink
Change company domain name
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Nelless committed Sep 26, 2016
1 parent 7d11004 commit 36be205
Show file tree
Hide file tree
Showing 74 changed files with 179 additions and 179 deletions.
2 changes: 1 addition & 1 deletion COMPILE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Compiling: http://synergy-project.org/wiki/Compiling
Compiling: http://symless.com/wiki/Compiling
4 changes: 2 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Help: http://synergy-project.org/help/
Wiki: http://synergy-project.org/wiki/
Help: http://symless.com/help/
Wiki: http://symless.com/wiki/
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Just use "hm conf" and "hm build" to compile (./hm.sh on
Linux and Mac).

For detailed compile instructions:
http://synergy-project.org/wiki/Compiling
http://symless.com/wiki/Compiling

Happy hacking!
2 changes: 1 addition & 1 deletion doc/MacReadme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ Once the binaries have been copied to /usr/bin, you should follow the configurat
http://synergy2.sourceforge.net/configuration.html

If you have any problems, see the [[Support]] page:
http://synergy-project.org/help/
http://symless.com/help/
2 changes: 1 addition & 1 deletion doc/org.synergy-foss.org.synergyc.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Mac OSX only: Copy this plist file into [~]/Library/LaunchAgents to start synergy client automatically. Make sure you change the IP below. -->
<dict>
<key>Label</key>
<string>org.synergy-project.org.synergyc.plist</string>
<string>org.symless.com.synergyc.plist</string>
<key>OnDemand</key>
<false/>
<key>ProgramArguments</key>
Expand Down
2 changes: 1 addition & 1 deletion doc/org.synergy-foss.org.synergys.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Mac OSX only: Copy this plist file into [~]/Library/LaunchAgents to start synergy server automatically. Make sure you change configuration file below -->
<dict>
<key>Label</key>
<string>org.synergy-project.org.synergys.plist</string>
<string>org.symless.com.synergys.plist</string>
<key>OnDemand</key>
<false/>
<key>ProgramArguments</key>
Expand Down
2 changes: 1 addition & 1 deletion ext/toolchain/commands1.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class InternalCommands:

project = 'synergy'
setup_version = 5 # increment to force setup/config
website_url = 'http://synergy-project.org/'
website_url = 'http://symless.com/'

this_cmd = 'hm'
cmake_cmd = 'cmake'
Expand Down
4 changes: 2 additions & 2 deletions res/Readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Thank you for chosing Synergy!
http://synergy-project.org/
http://symless.com/

Synergy allows you to share your keyboard and mouse between computers over a network.

For FAQ, setup, and usage instructions, please visit our online Readme:
http://synergy-project.org/pm/projects/synergy/wiki/Readme
http://symless.com/pm/projects/synergy/wiki/Readme

Have fun!

Expand Down
2 changes: 1 addition & 1 deletion res/deb/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ synergy (1.0) unstable; urgency=low

* Initial release.

-- Nick Bolton <nick@synergy-project.org> Wed, 09 Apr 2014 15:16:48 +0100
-- Nick Bolton <nick@symless.com> Wed, 09 Apr 2014 15:16:48 +0100
2 changes: 1 addition & 1 deletion res/deb/control.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: synergy
Section: net
Priority: optional
Maintainer: Nick Bolton <nick@synergy-project.org>
Maintainer: Nick Bolton <nick@symless.com>
Version: ${in:version}
Architecture: ${in:arch}
Depends: libc6 (>= 2.11), libstdc++6 (>= 4.4.3), libx11-6 (>= 1.3.2), libxext6 (>= 1.1.1), libxi6 (>= 1.3), libxinerama1 (>= 1.1), libxtst6 (>= 1.1), libqtcore4 (>= 4.6.2), libqtgui4 (>= 4.6.2), libqt4-network (>= 4.6.2), libcurl3 (>= 7.19.7), libavahi-compat-libdnssd1 (>= 0.6.25), openssl (>= 1.0.1)
Expand Down
2 changes: 1 addition & 1 deletion res/synergy.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
!define platform "Windows"
!define publisher "The Synergy Project"
!define publisherOld "The Synergy+ Project"
!define helpUrl "http://synergy-project.org/support"
!define helpUrl "http://symless.com/support"
!define vcRedistFile "vcredist_${arch}.exe"
!define startMenuApp "synergy.exe"
!define binDir "..\bin"
Expand Down
8 changes: 4 additions & 4 deletions res/synergy.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Name: synergy
Release: 1
License: GPLv2
Group: Applications/Productivity
URL: http://synergy-project.org/
Source: http://synergy-project.org/download/
URL: http://symless.com/
Source: http://symless.com/download/
Vendor: The Synergy Project
Packager: Nick Bolton <nick@synergy-project.org>
Packager: Nick Bolton <nick@symless.com>
Version: ${in:version}

%description
Expand Down Expand Up @@ -43,5 +43,5 @@ cp $source/bin/plugins/* %{buildroot}%{_bindir}/../lib/synergy/plugins
%attr(644,-,-) %{_bindir}/../lib/synergy/plugins/*

%changelog
* Thu Mar 20 2014 Nick Bolton <nick@synergy-project.org>
* Thu Mar 20 2014 Nick Bolton <nick@symless.com>
- Initial version of the package
6 changes: 3 additions & 3 deletions src/gui/gui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.&lt;br /&gt;&l
Synergy is released under the GNU General Public License (GPLv2).&lt;br /&gt;&lt;br /&gt;
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.&lt;br /&gt;
The Synergy GUI is based on QSynergy by Volker Lanz.&lt;br /&gt;&lt;br /&gt;
Visit our website for help and info (synergy-project.org).
Visit our website for help and info (symless.com).
&lt;/p&gt;</source>
<oldsource>&lt;p&gt;
Keyboard and mouse sharing application. Cross platform and open source.&lt;br /&gt;&lt;br /&gt;
Expand All @@ -26,7 +26,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.&lt;br /&gt;&l
Synergy is released under the GNU General Public License (GPLv2).&lt;br /&gt;&lt;br /&gt;
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.&lt;br /&gt;
The Synergy GUI is based on QSynergy by Volker Lanz.&lt;br /&gt;&lt;br /&gt;
Visit our website for help and info (synergy-project.org).
Visit our website for help and info (symless.com).
&lt;/p&gt;</oldsource>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -1227,7 +1227,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
</message>
<message>
<location filename="res/SetupWizardBase.ui" line="204"/>
<source>&lt;a href=&quot;https://synergy-project.org/account/reset/&quot;&gt;Forgot password&lt;/a&gt;</source>
<source>&lt;a href=&quot;https://symless.com/account/reset/&quot;&gt;Forgot password&lt;/a&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
Expand Down
2 changes: 1 addition & 1 deletion src/gui/res/AboutDialogBase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.&lt;br /&gt;&l
Synergy is released under the GNU General Public License (GPLv2).&lt;br /&gt;&lt;br /&gt;
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.&lt;br /&gt;
The Synergy GUI is based on QSynergy by Volker Lanz.&lt;br /&gt;&lt;br /&gt;
Visit our website for help and info (synergy-project.org).
Visit our website for help and info (symless.com).
&lt;/p&gt;</string>
</property>
<property name="margin">
Expand Down
2 changes: 1 addition & 1 deletion src/gui/res/SetupWizardBase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
<item row="2" column="1">
<widget class="QLabel" name="label_2">
<property name="text">
<string>&lt;a href=&quot;https://synergy-project.org/account/reset/?source=gui&quot;&gt;Forgot password&lt;/a&gt;</string>
<string>&lt;a href=&quot;https://symless.com/account/reset/?source=gui&quot;&gt;Forgot password&lt;/a&gt;</string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
Expand Down
6 changes: 3 additions & 3 deletions src/gui/res/lang/gui_af-ZA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.&lt;br /&gt;&l
Synergy is released under the GNU General Public License (GPLv2).&lt;br /&gt;&lt;br /&gt;
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.&lt;br /&gt;
The Synergy GUI is based on QSynergy by Volker Lanz.&lt;br /&gt;&lt;br /&gt;
Visit our website for help and info (synergy-project.org).
Visit our website for help and info (symless.com).
&lt;/p&gt;</source>
<oldsource>&lt;p&gt;
Keyboard and mouse sharing application. Cross platform and open source.&lt;br /&gt;&lt;br /&gt;
Expand All @@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.&lt;br /&gt;&l
Synergy is released under the GNU General Public License (GPLv2).&lt;br /&gt;&lt;br /&gt;
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.&lt;br /&gt;
The Synergy GUI is based on QSynergy by Volker Lanz.&lt;br /&gt;&lt;br /&gt;
Visit our website for help and info (synergy-project.org).
Visit our website for help and info (symless.com).
&lt;/p&gt;</oldsource>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -1225,7 +1225,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
</message>
<message>
<location filename="res/SetupWizardBase.ui" line="204"/>
<source>&lt;a href=&quot;https://synergy-project.org/account/reset/&quot;&gt;Forgot password&lt;/a&gt;</source>
<source>&lt;a href=&quot;https://symless.com/account/reset/&quot;&gt;Forgot password&lt;/a&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
Expand Down
6 changes: 3 additions & 3 deletions src/gui/res/lang/gui_ar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.&lt;br /&gt;&l
Synergy is released under the GNU General Public License (GPLv2).&lt;br /&gt;&lt;br /&gt;
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.&lt;br /&gt;
The Synergy GUI is based on QSynergy by Volker Lanz.&lt;br /&gt;&lt;br /&gt;
Visit our website for help and info (synergy-project.org).
Visit our website for help and info (symless.com).
&lt;/p&gt;</source>
<oldsource>&lt;p&gt;
Keyboard and mouse sharing application. Cross platform and open source.&lt;br /&gt;&lt;br /&gt;
Expand All @@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.&lt;br /&gt;&l
Synergy is released under the GNU General Public License (GPLv2).&lt;br /&gt;&lt;br /&gt;
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.&lt;br /&gt;
The Synergy GUI is based on QSynergy by Volker Lanz.&lt;br /&gt;&lt;br /&gt;
Visit our website for help and info (synergy-project.org).
Visit our website for help and info (symless.com).
&lt;/p&gt;</oldsource>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -1225,7 +1225,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
</message>
<message>
<location filename="res/SetupWizardBase.ui" line="204"/>
<source>&lt;a href=&quot;https://synergy-project.org/account/reset/&quot;&gt;Forgot password&lt;/a&gt;</source>
<source>&lt;a href=&quot;https://symless.com/account/reset/&quot;&gt;Forgot password&lt;/a&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
Expand Down
6 changes: 3 additions & 3 deletions src/gui/res/lang/gui_bg-BG.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.&lt;br /&gt;&l
Synergy is released under the GNU General Public License (GPLv2).&lt;br /&gt;&lt;br /&gt;
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.&lt;br /&gt;
The Synergy GUI is based on QSynergy by Volker Lanz.&lt;br /&gt;&lt;br /&gt;
Visit our website for help and info (synergy-project.org).
Visit our website for help and info (symless.com).
&lt;/p&gt;</source>
<oldsource>&lt;p&gt;
Keyboard and mouse sharing application. Cross platform and open source.&lt;br /&gt;&lt;br /&gt;
Expand All @@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.&lt;br /&gt;&l
Synergy is released under the GNU General Public License (GPLv2).&lt;br /&gt;&lt;br /&gt;
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.&lt;br /&gt;
The Synergy GUI is based on QSynergy by Volker Lanz.&lt;br /&gt;&lt;br /&gt;
Visit our website for help and info (synergy-project.org).
Visit our website for help and info (symless.com).
&lt;/p&gt;</oldsource>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -1227,7 +1227,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
</message>
<message>
<location filename="res/SetupWizardBase.ui" line="204"/>
<source>&lt;a href=&quot;https://synergy-project.org/account/reset/&quot;&gt;Forgot password&lt;/a&gt;</source>
<source>&lt;a href=&quot;https://symless.com/account/reset/&quot;&gt;Forgot password&lt;/a&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
Expand Down
6 changes: 3 additions & 3 deletions src/gui/res/lang/gui_ca-AD.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.&lt;br /&gt;&l
Synergy is released under the GNU General Public License (GPLv2).&lt;br /&gt;&lt;br /&gt;
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.&lt;br /&gt;
The Synergy GUI is based on QSynergy by Volker Lanz.&lt;br /&gt;&lt;br /&gt;
Visit our website for help and info (synergy-project.org).
Visit our website for help and info (symless.com).
&lt;/p&gt;</source>
<oldsource>&lt;p&gt;
Keyboard and mouse sharing application. Cross platform and open source.&lt;br /&gt;&lt;br /&gt;
Expand All @@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.&lt;br /&gt;&l
Synergy is released under the GNU General Public License (GPLv2).&lt;br /&gt;&lt;br /&gt;
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.&lt;br /&gt;
The Synergy GUI is based on QSynergy by Volker Lanz.&lt;br /&gt;&lt;br /&gt;
Visit our website for help and info (synergy-project.org).
Visit our website for help and info (symless.com).
&lt;/p&gt;</oldsource>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -1228,7 +1228,7 @@ Això permet a Synergy interactuar amb processos elevats i el diàleg del UAC, p
</message>
<message>
<location filename="res/SetupWizardBase.ui" line="204"/>
<source>&lt;a href=&quot;https://synergy-project.org/account/reset/&quot;&gt;Forgot password&lt;/a&gt;</source>
<source>&lt;a href=&quot;https://symless.com/account/reset/&quot;&gt;Forgot password&lt;/a&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
Expand Down
6 changes: 3 additions & 3 deletions src/gui/res/lang/gui_cs-CZ.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.&lt;br /&gt;&l
Synergy is released under the GNU General Public License (GPLv2).&lt;br /&gt;&lt;br /&gt;
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.&lt;br /&gt;
The Synergy GUI is based on QSynergy by Volker Lanz.&lt;br /&gt;&lt;br /&gt;
Visit our website for help and info (synergy-project.org).
Visit our website for help and info (symless.com).
&lt;/p&gt;</source>
<oldsource>&lt;p&gt;
Keyboard and mouse sharing application. Cross platform and open source.&lt;br /&gt;&lt;br /&gt;
Expand All @@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.&lt;br /&gt;&l
Synergy is released under the GNU General Public License (GPLv2).&lt;br /&gt;&lt;br /&gt;
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.&lt;br /&gt;
The Synergy GUI is based on QSynergy by Volker Lanz.&lt;br /&gt;&lt;br /&gt;
Visit our website for help and info (synergy-project.org).
Visit our website for help and info (symless.com).
&lt;/p&gt;</oldsource>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -1228,7 +1228,7 @@ Sice to Synergy umožní pracovat s procesy, které mají také takový stupeň
</message>
<message>
<location filename="res/SetupWizardBase.ui" line="204"/>
<source>&lt;a href=&quot;https://synergy-project.org/account/reset/&quot;&gt;Forgot password&lt;/a&gt;</source>
<source>&lt;a href=&quot;https://symless.com/account/reset/&quot;&gt;Forgot password&lt;/a&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
Expand Down
6 changes: 3 additions & 3 deletions src/gui/res/lang/gui_cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.&lt;br /&gt;&l
Synergy is released under the GNU General Public License (GPLv2).&lt;br /&gt;&lt;br /&gt;
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.&lt;br /&gt;
The Synergy GUI is based on QSynergy by Volker Lanz.&lt;br /&gt;&lt;br /&gt;
Visit our website for help and info (synergy-project.org).
Visit our website for help and info (symless.com).
&lt;/p&gt;</source>
<oldsource>&lt;p&gt;
Keyboard and mouse sharing application. Cross platform and open source.&lt;br /&gt;&lt;br /&gt;
Expand All @@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.&lt;br /&gt;&l
Synergy is released under the GNU General Public License (GPLv2).&lt;br /&gt;&lt;br /&gt;
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.&lt;br /&gt;
The Synergy GUI is based on QSynergy by Volker Lanz.&lt;br /&gt;&lt;br /&gt;
Visit our website for help and info (synergy-project.org).
Visit our website for help and info (symless.com).
&lt;/p&gt;</oldsource>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -1227,7 +1227,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
</message>
<message>
<location filename="res/SetupWizardBase.ui" line="204"/>
<source>&lt;a href=&quot;https://synergy-project.org/account/reset/&quot;&gt;Forgot password&lt;/a&gt;</source>
<source>&lt;a href=&quot;https://symless.com/account/reset/&quot;&gt;Forgot password&lt;/a&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
Expand Down
6 changes: 3 additions & 3 deletions src/gui/res/lang/gui_da.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.&lt;br /&gt;&l
Synergy is released under the GNU General Public License (GPLv2).&lt;br /&gt;&lt;br /&gt;
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.&lt;br /&gt;
The Synergy GUI is based on QSynergy by Volker Lanz.&lt;br /&gt;&lt;br /&gt;
Visit our website for help and info (synergy-project.org).
Visit our website for help and info (symless.com).
&lt;/p&gt;</source>
<oldsource>&lt;p&gt;
Keyboard and mouse sharing application. Cross platform and open source.&lt;br /&gt;&lt;br /&gt;
Expand All @@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.&lt;br /&gt;&l
Synergy is released under the GNU General Public License (GPLv2).&lt;br /&gt;&lt;br /&gt;
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.&lt;br /&gt;
The Synergy GUI is based on QSynergy by Volker Lanz.&lt;br /&gt;&lt;br /&gt;
Visit our website for help and info (synergy-project.org).
Visit our website for help and info (symless.com).
&lt;/p&gt;</oldsource>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -1227,7 +1227,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
</message>
<message>
<location filename="res/SetupWizardBase.ui" line="204"/>
<source>&lt;a href=&quot;https://synergy-project.org/account/reset/&quot;&gt;Forgot password&lt;/a&gt;</source>
<source>&lt;a href=&quot;https://symless.com/account/reset/&quot;&gt;Forgot password&lt;/a&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
Expand Down
6 changes: 3 additions & 3 deletions src/gui/res/lang/gui_de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.&lt;br /&gt;&l
Synergy is released under the GNU General Public License (GPLv2).&lt;br /&gt;&lt;br /&gt;
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.&lt;br /&gt;
The Synergy GUI is based on QSynergy by Volker Lanz.&lt;br /&gt;&lt;br /&gt;
Visit our website for help and info (synergy-project.org).
Visit our website for help and info (symless.com).
&lt;/p&gt;</source>
<oldsource>&lt;p&gt;
Keyboard and mouse sharing application. Cross platform and open source.&lt;br /&gt;&lt;br /&gt;
Expand All @@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.&lt;br /&gt;&l
Synergy is released under the GNU General Public License (GPLv2).&lt;br /&gt;&lt;br /&gt;
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.&lt;br /&gt;
The Synergy GUI is based on QSynergy by Volker Lanz.&lt;br /&gt;&lt;br /&gt;
Visit our website for help and info (synergy-project.org).
Visit our website for help and info (symless.com).
&lt;/p&gt;</oldsource>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -1228,7 +1228,7 @@ Das erlaubt Synergy mit Prozessen die höhere Rechte haben und dem UAC-Dialog zu
</message>
<message>
<location filename="res/SetupWizardBase.ui" line="204"/>
<source>&lt;a href=&quot;https://synergy-project.org/account/reset/&quot;&gt;Forgot password&lt;/a&gt;</source>
<source>&lt;a href=&quot;https://symless.com/account/reset/&quot;&gt;Forgot password&lt;/a&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
Expand Down
Loading

0 comments on commit 36be205

Please sign in to comment.