diff --git a/CMakeLists.txt b/CMakeLists.txt
index 818713cb..c33b3b6e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
-# synergy-plus -- mouse and keyboard sharing utility
-# Copyright (C) 2009 The Synergy+ Project
+# synergy -- mouse and keyboard sharing utility
+# Copyright (C) 2009 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
#
# This package is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see .
-# Version number for Synergy+
+# Version number for Synergy
SET(VERSION_MAJOR 1)
SET(VERSION_MINOR 5)
SET(VERSION_REV 0)
@@ -37,7 +37,7 @@ IF(COMMAND cmake_policy)
ENDIF(COMMAND cmake_policy)
# First, declare project (important for prerequisite checks).
-PROJECT(synergy-plus C CXX)
+PROJECT(synergy C CXX)
# Set some easy to type variables.
SET(root_dir ${CMAKE_SOURCE_DIR})
diff --git a/COMPILE b/COMPILE
index 0762f55f..f5209e31 100644
--- a/COMPILE
+++ b/COMPILE
@@ -1 +1 @@
-See: http://code.google.com/p/synergy-plus/wiki/Compiling
+See: http://synergy-foss.org/pm/projects/synergy/wiki/Compiling
diff --git a/ChangeLog b/ChangeLog
index 8f235751..8c155a28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1 +1 @@
-See: http://code.google.com/p/synergy-plus/wiki/ChangeLog
+See: http://synergy-foss.org/pm/projects/synergy/wiki/ChangeLog
diff --git a/INSTALL b/INSTALL
index de01da0f..94805588 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1 +1 @@
-See: http://code.google.com/p/synergy-plus/wiki/Setup
+See: http://synergy-foss.org/pm/projects/synergy/wiki/Setup
diff --git a/README b/README
index 4f301343..9b20263e 100644
--- a/README
+++ b/README
@@ -1,10 +1,10 @@
-See: http://code.google.com/p/synergy-plus/wiki/Readme
+See: http://synergy-foss.org/pm/projects/synergy/wiki/Readme
Announcement | 2009-08-04
=========================
We have recently switched to CMake, to replace Automake.
Plese read the Compiling wiki page for help with CMake:
-http://code.google.com/p/synergy-plus/wiki/Compiling
+http://synergy-foss.org/pm/projects/synergy/wiki/Compiling
Linux/Mac
---------
diff --git a/build/__init__.py b/build/__init__.py
index 400e7d84..1cf7e0b0 100644
--- a/build/__init__.py
+++ b/build/__init__.py
@@ -1,5 +1,5 @@
-# synergy-plus -- mouse and keyboard sharing utility
-# Copyright (C) 2009 The Synergy+ Project
+# synergy -- mouse and keyboard sharing utility
+# Copyright (C) 2009 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
#
# This package is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/build/commands.py b/build/commands.py
index e3d46184..e1d51888 100644
--- a/build/commands.py
+++ b/build/commands.py
@@ -1,5 +1,5 @@
-# synergy-plus -- mouse and keyboard sharing utility
-# Copyright (C) 2009 The Synergy+ Project
+# synergy -- mouse and keyboard sharing utility
+# Copyright (C) 2009 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
#
# This package is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -19,9 +19,9 @@ import sys, os, ConfigParser, subprocess, shutil, re, ftputil
class InternalCommands:
- project = 'synergy-plus'
+ project = 'synergy'
setup_version = 4 # increment to force setup/config
- website_url = 'http://code.google.com/p/synergy-plus'
+ website_url = 'http://synergy-foss.org/'
this_cmd = 'hm'
cmake_cmd = 'cmake'
@@ -520,7 +520,7 @@ class InternalCommands:
if not platform:
raise Exception('Unable to detect package platform.')
- pattern = re.escape('synergy-plus-') + '\d\.\d\.\d' + re.escape('-' + platform + '.' + ext)
+ pattern = re.escape('synergy-') + '\d\.\d\.\d' + re.escape('-' + platform + '.' + ext)
for filename in os.listdir(self.bin_dir):
if re.search(pattern, filename):
@@ -555,7 +555,7 @@ class InternalCommands:
'Example: %s package src-tgz') % (self.this_cmd, self.this_cmd)
def about(self):
- print ('Help Me script, from the Synergy+ project.\n'
+ print ('Help Me script, from the Synergy project.\n'
'%s\n'
'\n'
'For help, run: %s help') % (self.website_url, self.this_cmd)
diff --git a/build/ftputil.py b/build/ftputil.py
index 40cf62bd..31daf68b 100644
--- a/build/ftputil.py
+++ b/build/ftputil.py
@@ -1,5 +1,5 @@
-# synergy-plus -- mouse and keyboard sharing utility
-# Copyright (C) 2010 The Synergy+ Project
+# synergy -- mouse and keyboard sharing utility
+# Copyright (C) 2010 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
#
# This package is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/cmake/CMakeLists_config.txt b/cmake/CMakeLists_config.txt
index 6312ba44..a5e93db4 100644
--- a/cmake/CMakeLists_config.txt
+++ b/cmake/CMakeLists_config.txt
@@ -1,5 +1,5 @@
-# synergy-plus -- mouse and keyboard sharing utility
-# Copyright (C) 2009 The Synergy+ Project
+# synergy -- mouse and keyboard sharing utility
+# Copyright (C) 2009 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
#
# This package is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/cmake/CMakeLists_cpack.txt b/cmake/CMakeLists_cpack.txt
index dd470f3a..78855bbb 100644
--- a/cmake/CMakeLists_cpack.txt
+++ b/cmake/CMakeLists_cpack.txt
@@ -1,5 +1,5 @@
-# synergy-plus -- mouse and keyboard sharing utility
-# Copyright (C) 2009 The Synergy+ Project
+# synergy -- mouse and keyboard sharing utility
+# Copyright (C) 2009 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
#
# This package is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -57,7 +57,7 @@ SET(CPACK_SYSTEM_NAME ${CMAKE_SYSTEM_NAME}-${CMAKE_SYSTEM_PROCESSOR})
# CMAKE_SYSTEM_PROCESSOR always seems to be x86, regardless of if the
# CMake build is 32-bit or 64-bit. As a work around, we will prefix either
# x86 or x64 (in the same style as Microsoft do with their installers).
-# However, some confusion may be caused when the user sees that Synergy+
+# However, some confusion may be caused when the user sees that Synergy
# is installed in the x86 Program Files directory (even though it's a
# 64-bit build). This is caused by NSIS only supporting the 32-bit
# installs structure (also uses 32-bit registry key locations).
@@ -80,14 +80,14 @@ if(APPLE)
set(CPACK_SYSTEM_NAME "MacOSX-Universal")
endif(APPLE)
-SET(CPACK_PACKAGE_NAME "synergy-plus")
-SET(CPACK_PACKAGE_VENDOR "The Synergy+ Project")
-SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Installs Synergy+ server and client")
+SET(CPACK_PACKAGE_NAME "synergy")
+SET(CPACK_PACKAGE_VENDOR "The Synergy Project")
+SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Installs Synergy server and client")
SET(CPACK_PACKAGE_VERSION_MAJOR ${VERSION_MAJOR})
SET(CPACK_PACKAGE_VERSION_MINOR ${VERSION_MINOR})
SET(CPACK_PACKAGE_VERSION_PATCH ${VERSION_REV})
SET(CPACK_PACKAGE_VERSION ${VERSION})
-SET(CPACK_PACKAGE_CONTACT http://code.google.com/p/synergy-plus/)
+SET(CPACK_PACKAGE_CONTACT http://synergy-foss.org/)
SET(CPACK_RESOURCE_FILE_LICENSE "${cmake_dir}/License.rtf")
SET(CPACK_RESOURCE_FILE_README "${cmake_dir}/Readme.txt")
@@ -96,8 +96,8 @@ IF(WIN32)
SET(CPACK_NSIS_MUI_ICON ${WIN32_ICON})
SET(CPACK_NSIS_MUI_UNIICON ${WIN32_ICON})
SET(CPACK_NSIS_INSTALLED_ICON_NAME launcher)
- SET(CPACK_PACKAGE_INSTALL_DIRECTORY "Synergy+")
- SET(CPACK_PACKAGE_EXECUTABLES qsynergy;Synergy+)
+ SET(CPACK_PACKAGE_INSTALL_DIRECTORY "Synergy")
+ SET(CPACK_PACKAGE_EXECUTABLES qsynergy;Synergy)
ENDIF(WIN32)
# files to exclude from src package (regex patterns)
diff --git a/cmake/CMakeLists_doxygen.txt b/cmake/CMakeLists_doxygen.txt
index 6c95f7d0..ac776da3 100644
--- a/cmake/CMakeLists_doxygen.txt
+++ b/cmake/CMakeLists_doxygen.txt
@@ -1,5 +1,5 @@
-# synergy-plus -- mouse and keyboard sharing utility
-# Copyright (C) 2009 The Synergy+ Project
+# synergy -- mouse and keyboard sharing utility
+# Copyright (C) 2009 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
#
# This package is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/cmake/CMakeLists_launcher.txt b/cmake/CMakeLists_launcher.txt
index 3037fe7f..810fa6f7 100644
--- a/cmake/CMakeLists_launcher.txt
+++ b/cmake/CMakeLists_launcher.txt
@@ -1,5 +1,5 @@
-# synergy-plus -- mouse and keyboard sharing utility
-# Copyright (C) 2009 The Synergy+ Project
+# synergy -- mouse and keyboard sharing utility
+# Copyright (C) 2009 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
#
# This package is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/cmake/CMakeLists_lib.txt b/cmake/CMakeLists_lib.txt
index 97ef137c..ccfeed0f 100644
--- a/cmake/CMakeLists_lib.txt
+++ b/cmake/CMakeLists_lib.txt
@@ -1,5 +1,5 @@
-# synergy-plus -- mouse and keyboard sharing utility
-# Copyright (C) 2009 The Synergy+ Project
+# synergy -- mouse and keyboard sharing utility
+# Copyright (C) 2009 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
#
# This package is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/cmake/CMakeLists_synergyc.txt b/cmake/CMakeLists_synergyc.txt
index 55a8a4d0..92e60862 100644
--- a/cmake/CMakeLists_synergyc.txt
+++ b/cmake/CMakeLists_synergyc.txt
@@ -1,5 +1,5 @@
-# synergy-plus -- mouse and keyboard sharing utility
-# Copyright (C) 2009 The Synergy+ Project
+# synergy -- mouse and keyboard sharing utility
+# Copyright (C) 2009 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
#
# This package is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/cmake/CMakeLists_synergys.txt b/cmake/CMakeLists_synergys.txt
index 5778bab8..266a33e1 100644
--- a/cmake/CMakeLists_synergys.txt
+++ b/cmake/CMakeLists_synergys.txt
@@ -1,5 +1,5 @@
-# synergy-plus -- mouse and keyboard sharing utility
-# Copyright (C) 2009 The Synergy+ Project
+# synergy -- mouse and keyboard sharing utility
+# Copyright (C) 2009 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
#
# This package is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/cmake/Readme.txt b/cmake/Readme.txt
index 10b0763b..86545317 100644
--- a/cmake/Readme.txt
+++ b/cmake/Readme.txt
@@ -1,12 +1,12 @@
-Thank you for chosing Synergy+!
-http://code.google.com/p/synergy-plus/
+Thank you for chosing Synergy!
+http://synergy-foss.org/
-Synergy+ allows you to share your keyboard and mouse between computers over a network.
+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://code.google.com/p/synergy-plus/wiki/Readme
+http://synergy-foss.org/pm/projects/synergy/wiki/Readme
Have fun!
Thanks,
-The Synergy+ Team
\ No newline at end of file
+The Synergy Team
diff --git a/cmd/launcher/CAddScreen.cpp b/cmd/launcher/CAddScreen.cpp
index c9d80546..01494f08 100644
--- a/cmd/launcher/CAddScreen.cpp
+++ b/cmd/launcher/CAddScreen.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/cmd/launcher/CAddScreen.h b/cmd/launcher/CAddScreen.h
index 2f75835b..4ab19ed0 100644
--- a/cmd/launcher/CAddScreen.h
+++ b/cmd/launcher/CAddScreen.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2003 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2003 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/cmd/launcher/CAdvancedOptions.cpp b/cmd/launcher/CAdvancedOptions.cpp
index c2cea178..ccb6b4ad 100644
--- a/cmd/launcher/CAdvancedOptions.cpp
+++ b/cmd/launcher/CAdvancedOptions.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/cmd/launcher/CAdvancedOptions.h b/cmd/launcher/CAdvancedOptions.h
index 81a6928f..504fb733 100644
--- a/cmd/launcher/CAdvancedOptions.h
+++ b/cmd/launcher/CAdvancedOptions.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2003 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2003 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/cmd/launcher/CAutoStart.cpp b/cmd/launcher/CAutoStart.cpp
index 581b7124..e13521f3 100644
--- a/cmd/launcher/CAutoStart.cpp
+++ b/cmd/launcher/CAutoStart.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -25,8 +24,8 @@
#include "LaunchUtil.h"
#include "resource.h"
-static const char* CLIENT_DAEMON_NAME = "Synergy+ Client";
-static const char* SERVER_DAEMON_NAME = "Synergy+ Server";
+static const char* CLIENT_DAEMON_NAME = "Synergy Client";
+static const char* SERVER_DAEMON_NAME = "Synergy Server";
static const char* CLIENT_DAEMON_INFO = "Uses a shared mouse and keyboard.";
static const char* SERVER_DAEMON_INFO = "Shares this system's mouse and keyboard with others.";
diff --git a/cmd/launcher/CAutoStart.h b/cmd/launcher/CAutoStart.h
index 05150932..fc192016 100644
--- a/cmd/launcher/CAutoStart.h
+++ b/cmd/launcher/CAutoStart.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/cmd/launcher/CGlobalOptions.cpp b/cmd/launcher/CGlobalOptions.cpp
index eea3be9f..9f9ea6dc 100644
--- a/cmd/launcher/CGlobalOptions.cpp
+++ b/cmd/launcher/CGlobalOptions.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/cmd/launcher/CGlobalOptions.h b/cmd/launcher/CGlobalOptions.h
index a92aa2bf..f1423353 100644
--- a/cmd/launcher/CGlobalOptions.h
+++ b/cmd/launcher/CGlobalOptions.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2003 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2003 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/cmd/launcher/CHotkeyOptions.cpp b/cmd/launcher/CHotkeyOptions.cpp
index cdb67fdc..ea0c1f4c 100644
--- a/cmd/launcher/CHotkeyOptions.cpp
+++ b/cmd/launcher/CHotkeyOptions.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2006 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2006 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/cmd/launcher/CHotkeyOptions.h b/cmd/launcher/CHotkeyOptions.h
index c1d739d7..5e8b88ce 100644
--- a/cmd/launcher/CHotkeyOptions.h
+++ b/cmd/launcher/CHotkeyOptions.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2006 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2006 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/cmd/launcher/CInfo.cpp b/cmd/launcher/CInfo.cpp
index 03364ba9..b4a24457 100644
--- a/cmd/launcher/CInfo.cpp
+++ b/cmd/launcher/CInfo.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2006 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2006 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/cmd/launcher/CInfo.h b/cmd/launcher/CInfo.h
index 75962dd6..cf2d6862 100644
--- a/cmd/launcher/CInfo.h
+++ b/cmd/launcher/CInfo.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2006 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2006 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/cmd/launcher/CScreensLinks.cpp b/cmd/launcher/CScreensLinks.cpp
index 3bc27bd9..28cf3308 100644
--- a/cmd/launcher/CScreensLinks.cpp
+++ b/cmd/launcher/CScreensLinks.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/cmd/launcher/CScreensLinks.h b/cmd/launcher/CScreensLinks.h
index da0b0251..75e0d0f1 100644
--- a/cmd/launcher/CScreensLinks.h
+++ b/cmd/launcher/CScreensLinks.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2003 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2003 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/cmd/launcher/LaunchUtil.cpp b/cmd/launcher/LaunchUtil.cpp
index baf3c0bc..ad3ebe45 100644
--- a/cmd/launcher/LaunchUtil.cpp
+++ b/cmd/launcher/LaunchUtil.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/cmd/launcher/LaunchUtil.h b/cmd/launcher/LaunchUtil.h
index 5d1840ff..eafbee2a 100644
--- a/cmd/launcher/LaunchUtil.h
+++ b/cmd/launcher/LaunchUtil.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/cmd/launcher/launcher.cpp b/cmd/launcher/launcher.cpp
index 43df3d20..007ecb48 100644
--- a/cmd/launcher/launcher.cpp
+++ b/cmd/launcher/launcher.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/cmd/synergyc/CMSWindowsClientTaskBarReceiver.cpp b/cmd/synergyc/CMSWindowsClientTaskBarReceiver.cpp
index 0ad5b312..ca672765 100644
--- a/cmd/synergyc/CMSWindowsClientTaskBarReceiver.cpp
+++ b/cmd/synergyc/CMSWindowsClientTaskBarReceiver.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2003 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2003 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/cmd/synergyc/CMSWindowsClientTaskBarReceiver.h b/cmd/synergyc/CMSWindowsClientTaskBarReceiver.h
index 9b9ba2a5..3619bb03 100644
--- a/cmd/synergyc/CMSWindowsClientTaskBarReceiver.h
+++ b/cmd/synergyc/CMSWindowsClientTaskBarReceiver.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2003 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2003 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/cmd/synergyc/COSXClientTaskBarReceiver.cpp b/cmd/synergyc/COSXClientTaskBarReceiver.cpp
index b704af96..f0cfbca1 100644
--- a/cmd/synergyc/COSXClientTaskBarReceiver.cpp
+++ b/cmd/synergyc/COSXClientTaskBarReceiver.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/cmd/synergyc/COSXClientTaskBarReceiver.h b/cmd/synergyc/COSXClientTaskBarReceiver.h
index cd4c0ed4..147a6d9e 100644
--- a/cmd/synergyc/COSXClientTaskBarReceiver.h
+++ b/cmd/synergyc/COSXClientTaskBarReceiver.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/cmd/synergyc/CXWindowsClientTaskBarReceiver.cpp b/cmd/synergyc/CXWindowsClientTaskBarReceiver.cpp
index 9e5555d8..64f28a18 100644
--- a/cmd/synergyc/CXWindowsClientTaskBarReceiver.cpp
+++ b/cmd/synergyc/CXWindowsClientTaskBarReceiver.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2003 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2003 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/cmd/synergyc/CXWindowsClientTaskBarReceiver.h b/cmd/synergyc/CXWindowsClientTaskBarReceiver.h
index e205fd81..4cad4d0b 100644
--- a/cmd/synergyc/CXWindowsClientTaskBarReceiver.h
+++ b/cmd/synergyc/CXWindowsClientTaskBarReceiver.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2003 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2003 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/cmd/synergyc/synergyc.cpp b/cmd/synergyc/synergyc.cpp
index eab0f191..f7eb4b50 100644
--- a/cmd/synergyc/synergyc.cpp
+++ b/cmd/synergyc/synergyc.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/cmd/synergys/CMSWindowsServerTaskBarReceiver.cpp b/cmd/synergys/CMSWindowsServerTaskBarReceiver.cpp
index 3cf906c9..93f3cc7e 100644
--- a/cmd/synergys/CMSWindowsServerTaskBarReceiver.cpp
+++ b/cmd/synergys/CMSWindowsServerTaskBarReceiver.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2003 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2003 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/cmd/synergys/CMSWindowsServerTaskBarReceiver.h b/cmd/synergys/CMSWindowsServerTaskBarReceiver.h
index cc9905b5..7d8637b2 100644
--- a/cmd/synergys/CMSWindowsServerTaskBarReceiver.h
+++ b/cmd/synergys/CMSWindowsServerTaskBarReceiver.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2003 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2003 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/cmd/synergys/COSXServerTaskBarReceiver.cpp b/cmd/synergys/COSXServerTaskBarReceiver.cpp
index a66175dc..17d2a39a 100644
--- a/cmd/synergys/COSXServerTaskBarReceiver.cpp
+++ b/cmd/synergys/COSXServerTaskBarReceiver.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/cmd/synergys/COSXServerTaskBarReceiver.h b/cmd/synergys/COSXServerTaskBarReceiver.h
index 8a4dad6d..967f5b5c 100644
--- a/cmd/synergys/COSXServerTaskBarReceiver.h
+++ b/cmd/synergys/COSXServerTaskBarReceiver.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/cmd/synergys/CXWindowsServerTaskBarReceiver.cpp b/cmd/synergys/CXWindowsServerTaskBarReceiver.cpp
index ef22f9dd..60a81eff 100644
--- a/cmd/synergys/CXWindowsServerTaskBarReceiver.cpp
+++ b/cmd/synergys/CXWindowsServerTaskBarReceiver.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2003 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2003 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/cmd/synergys/CXWindowsServerTaskBarReceiver.h b/cmd/synergys/CXWindowsServerTaskBarReceiver.h
index 2e7e3d16..1220bed1 100644
--- a/cmd/synergys/CXWindowsServerTaskBarReceiver.h
+++ b/cmd/synergys/CXWindowsServerTaskBarReceiver.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2003 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2003 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/cmd/synergys/synergys.cpp b/cmd/synergys/synergys.cpp
index d193106f..b56c19f1 100644
--- a/cmd/synergys/synergys.cpp
+++ b/cmd/synergys/synergys.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/doc/synergyc.man b/doc/synergyc.man
index 58a99d68..4f6c29fb 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 The Synergy Project
diff --git a/doc/synergys.man b/doc/synergys.man
index b3f0f1f9..77cf6141 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 The Synergy Project
diff --git a/gui/res/AboutDialogBase.ui b/gui/res/AboutDialogBase.ui
index 5126c21d..eee0f988 100644
--- a/gui/res/AboutDialogBase.ui
+++ b/gui/res/AboutDialogBase.ui
@@ -20,7 +20,7 @@
- About Synergy+
+ About Synergy
true
@@ -32,7 +32,7 @@
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:16px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:x-large; font-weight:600;"><span style=" font-size:x-large;">Synergy+</span></p></body></html>
+<p style=" margin-top:16px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:x-large; font-weight:600;"><span style=" font-size:x-large;">Synergy</span></p></body></html>
true
@@ -48,9 +48,9 @@ p, li { white-space: pre-wrap; }
-
- The Synergy+ GUI is based on QSynergy by Volker Lanz
+ The Synergy GUI is based on QSynergy by Volker Lanz
-Copyright © 2010 The Synergy+ Project
+Copyright © 2010 The Synergy Project
Copyright © 2008 Volker Lanz (vl@fidra.de)
Copyright © 2002 Chris Schoeneman
diff --git a/gui/res/MainWindowBase.ui b/gui/res/MainWindowBase.ui
index ac78cb57..39888297 100644
--- a/gui/res/MainWindowBase.ui
+++ b/gui/res/MainWindowBase.ui
@@ -29,7 +29,7 @@
- Synergy+
+ Synergy
@@ -188,7 +188,7 @@
- &About Synergy+...
+ &About Synergy...
diff --git a/gui/src/AboutDialog.cpp b/gui/src/AboutDialog.cpp
index 546276b1..5ed2c6da 100644
--- a/gui/src/AboutDialog.cpp
+++ b/gui/src/AboutDialog.cpp
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/AboutDialog.h b/gui/src/AboutDialog.h
index 829f1d33..31cbc24f 100644
--- a/gui/src/AboutDialog.h
+++ b/gui/src/AboutDialog.h
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/Action.cpp b/gui/src/Action.cpp
index 9ec157e8..0493b3c5 100644
--- a/gui/src/Action.cpp
+++ b/gui/src/Action.cpp
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/Action.h b/gui/src/Action.h
index 3a1c63be..ee911421 100644
--- a/gui/src/Action.h
+++ b/gui/src/Action.h
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/ActionDialog.cpp b/gui/src/ActionDialog.cpp
index 57080e49..0dfde93d 100644
--- a/gui/src/ActionDialog.cpp
+++ b/gui/src/ActionDialog.cpp
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/ActionDialog.h b/gui/src/ActionDialog.h
index 94a716c3..8bbee52a 100644
--- a/gui/src/ActionDialog.h
+++ b/gui/src/ActionDialog.h
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/AppConfig.cpp b/gui/src/AppConfig.cpp
index 420ac4a5..868c8967 100644
--- a/gui/src/AppConfig.cpp
+++ b/gui/src/AppConfig.cpp
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/AppConfig.h b/gui/src/AppConfig.h
index 41ef9c92..d1d14958 100644
--- a/gui/src/AppConfig.h
+++ b/gui/src/AppConfig.h
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/BaseConfig.cpp b/gui/src/BaseConfig.cpp
index 5c1b76d9..1cf9a3c2 100644
--- a/gui/src/BaseConfig.cpp
+++ b/gui/src/BaseConfig.cpp
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/BaseConfig.h b/gui/src/BaseConfig.h
index 9386cd21..541d3f82 100644
--- a/gui/src/BaseConfig.h
+++ b/gui/src/BaseConfig.h
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/Hotkey.cpp b/gui/src/Hotkey.cpp
index 41f3bcfb..00cb7d72 100644
--- a/gui/src/Hotkey.cpp
+++ b/gui/src/Hotkey.cpp
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/Hotkey.h b/gui/src/Hotkey.h
index 34af2c61..6f1f49bc 100644
--- a/gui/src/Hotkey.h
+++ b/gui/src/Hotkey.h
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/HotkeyDialog.cpp b/gui/src/HotkeyDialog.cpp
index 21a0ee9d..060666d8 100644
--- a/gui/src/HotkeyDialog.cpp
+++ b/gui/src/HotkeyDialog.cpp
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/HotkeyDialog.h b/gui/src/HotkeyDialog.h
index c6a466e9..c22726e9 100644
--- a/gui/src/HotkeyDialog.h
+++ b/gui/src/HotkeyDialog.h
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/KeySequence.cpp b/gui/src/KeySequence.cpp
index e636555d..4704abb9 100644
--- a/gui/src/KeySequence.cpp
+++ b/gui/src/KeySequence.cpp
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/KeySequence.h b/gui/src/KeySequence.h
index 31ecb962..a4198615 100644
--- a/gui/src/KeySequence.h
+++ b/gui/src/KeySequence.h
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/KeySequenceWidget.cpp b/gui/src/KeySequenceWidget.cpp
index 3bae56ea..ba6a73b6 100644
--- a/gui/src/KeySequenceWidget.cpp
+++ b/gui/src/KeySequenceWidget.cpp
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/KeySequenceWidget.h b/gui/src/KeySequenceWidget.h
index 1298fbe1..c4599523 100644
--- a/gui/src/KeySequenceWidget.h
+++ b/gui/src/KeySequenceWidget.h
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/LogDialog.cpp b/gui/src/LogDialog.cpp
index 20d13382..17621ceb 100644
--- a/gui/src/LogDialog.cpp
+++ b/gui/src/LogDialog.cpp
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/LogDialog.h b/gui/src/LogDialog.h
index 3329e30c..d77fd6bf 100644
--- a/gui/src/LogDialog.h
+++ b/gui/src/LogDialog.h
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/MainWindow.cpp b/gui/src/MainWindow.cpp
index 8cd568e8..88dd5e04 100644
--- a/gui/src/MainWindow.cpp
+++ b/gui/src/MainWindow.cpp
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/MainWindow.h b/gui/src/MainWindow.h
index d1d93cd3..5ddbc272 100644
--- a/gui/src/MainWindow.h
+++ b/gui/src/MainWindow.h
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/NewScreenWidget.cpp b/gui/src/NewScreenWidget.cpp
index 06da2fba..f3e4b25e 100644
--- a/gui/src/NewScreenWidget.cpp
+++ b/gui/src/NewScreenWidget.cpp
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/NewScreenWidget.h b/gui/src/NewScreenWidget.h
index 26d8d461..a26fceb3 100644
--- a/gui/src/NewScreenWidget.h
+++ b/gui/src/NewScreenWidget.h
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/QSynergyApplication.cpp b/gui/src/QSynergyApplication.cpp
index f6ac9bba..c0b0dcf8 100644
--- a/gui/src/QSynergyApplication.cpp
+++ b/gui/src/QSynergyApplication.cpp
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/QSynergyApplication.h b/gui/src/QSynergyApplication.h
index c31f935b..a6e9223f 100644
--- a/gui/src/QSynergyApplication.h
+++ b/gui/src/QSynergyApplication.h
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/Screen.cpp b/gui/src/Screen.cpp
index 133c1ec4..b35b2eee 100644
--- a/gui/src/Screen.cpp
+++ b/gui/src/Screen.cpp
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/Screen.h b/gui/src/Screen.h
index b530d64f..63771281 100644
--- a/gui/src/Screen.h
+++ b/gui/src/Screen.h
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/ScreenSettingsDialog.cpp b/gui/src/ScreenSettingsDialog.cpp
index 53371d20..96276e89 100644
--- a/gui/src/ScreenSettingsDialog.cpp
+++ b/gui/src/ScreenSettingsDialog.cpp
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/ScreenSettingsDialog.h b/gui/src/ScreenSettingsDialog.h
index 59e63a64..876b31e4 100644
--- a/gui/src/ScreenSettingsDialog.h
+++ b/gui/src/ScreenSettingsDialog.h
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/ScreenSetupModel.cpp b/gui/src/ScreenSetupModel.cpp
index f360bb39..f2fb4126 100644
--- a/gui/src/ScreenSetupModel.cpp
+++ b/gui/src/ScreenSetupModel.cpp
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/ScreenSetupModel.h b/gui/src/ScreenSetupModel.h
index 66a6c7fc..1537e7f1 100644
--- a/gui/src/ScreenSetupModel.h
+++ b/gui/src/ScreenSetupModel.h
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/ScreenSetupView.cpp b/gui/src/ScreenSetupView.cpp
index c23c086c..b238eaed 100644
--- a/gui/src/ScreenSetupView.cpp
+++ b/gui/src/ScreenSetupView.cpp
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/ScreenSetupView.h b/gui/src/ScreenSetupView.h
index c2df2cee..b6e4d156 100644
--- a/gui/src/ScreenSetupView.h
+++ b/gui/src/ScreenSetupView.h
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/ServerConfig.cpp b/gui/src/ServerConfig.cpp
index b915c0cc..386d447d 100644
--- a/gui/src/ServerConfig.cpp
+++ b/gui/src/ServerConfig.cpp
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/ServerConfig.h b/gui/src/ServerConfig.h
index 96a6e308..327b5556 100644
--- a/gui/src/ServerConfig.h
+++ b/gui/src/ServerConfig.h
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/ServerConfigDialog.cpp b/gui/src/ServerConfigDialog.cpp
index 63092376..aea75278 100644
--- a/gui/src/ServerConfigDialog.cpp
+++ b/gui/src/ServerConfigDialog.cpp
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/ServerConfigDialog.h b/gui/src/ServerConfigDialog.h
index 4e821ab4..9fb34b16 100644
--- a/gui/src/ServerConfigDialog.h
+++ b/gui/src/ServerConfigDialog.h
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/SettingsDialog.cpp b/gui/src/SettingsDialog.cpp
index 3ec6b362..fbbb5f44 100644
--- a/gui/src/SettingsDialog.cpp
+++ b/gui/src/SettingsDialog.cpp
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/SettingsDialog.h b/gui/src/SettingsDialog.h
index cd6f3370..b567ab4e 100644
--- a/gui/src/SettingsDialog.h
+++ b/gui/src/SettingsDialog.h
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/TrashScreenWidget.cpp b/gui/src/TrashScreenWidget.cpp
index 88491fbc..1be9aabc 100644
--- a/gui/src/TrashScreenWidget.cpp
+++ b/gui/src/TrashScreenWidget.cpp
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/TrashScreenWidget.h b/gui/src/TrashScreenWidget.h
index 7c4dcbfc..34a5608e 100644
--- a/gui/src/TrashScreenWidget.h
+++ b/gui/src/TrashScreenWidget.h
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/WindowsServices.cpp b/gui/src/WindowsServices.cpp
index 8a30a695..e0c1b3d0 100644
--- a/gui/src/WindowsServices.cpp
+++ b/gui/src/WindowsServices.cpp
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/WindowsServices.h b/gui/src/WindowsServices.h
index d66f9075..fbbb445b 100644
--- a/gui/src/WindowsServices.h
+++ b/gui/src/WindowsServices.h
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
diff --git a/gui/src/main.cpp b/gui/src/main.cpp
index d4819739..f8d5a114 100644
--- a/gui/src/main.cpp
+++ b/gui/src/main.cpp
@@ -1,6 +1,5 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
+ * synergy -- mouse and keyboard sharing utility
* Copyright (C) 2008 Volker Lanz (vl@fidra.de)
*
* This package is free software; you can redistribute it and/or
@@ -24,16 +23,16 @@
int main(int argc, char* argv[])
{
- QCoreApplication::setOrganizationName("The Synergy+ Project");
- QCoreApplication::setOrganizationDomain("http://code.google.com/p/synergy-plus/");
- QCoreApplication::setApplicationName("Synergy+");
+ QCoreApplication::setOrganizationName("The Synergy Project");
+ QCoreApplication::setOrganizationDomain("http://synergy-foss.org/");
+ QCoreApplication::setApplicationName("Synergy");
QSynergyApplication app(argc, argv);
#if !defined(Q_OS_MAC)
if (!QSystemTrayIcon::isSystemTrayAvailable())
{
- QMessageBox::critical(NULL, "Synergy+", QObject::tr("There doesn't seem to be a system tray available. Quitting."));
+ QMessageBox::critical(NULL, "Synergy", QObject::tr("There doesn't seem to be a system tray available. Quitting."));
return -1;
}
diff --git a/hm.py b/hm.py
index bf9ad0ae..4ea4f683 100644
--- a/hm.py
+++ b/hm.py
@@ -1,7 +1,7 @@
#! /usr/bin/env python
-# synergy-plus -- mouse and keyboard sharing utility
-# Copyright (C) 2009 The Synergy+ Project
+# synergy -- mouse and keyboard sharing utility
+# Copyright (C) 2009 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
#
# This package is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -17,11 +17,11 @@
# hm.py: 'Help Me', is a simple wrapper for all build tools.
#
-# This script was created for the Synergy+ project.
-# http://code.google.com/p/synergy-plus
+# This script was created for the Synergy project.
+# http://synergy-foss.org/
#
# The idea behind this is to simplify the build system,
-# however, it's not a dependancy of building Synergy+.
+# however, it's not a dependancy of building Synergy.
# In other words, you don't need to use this script!
#
# If you don't wish to run this script, simply run:
diff --git a/lib/arch/CArch.cpp b/lib/arch/CArch.cpp
index 1fca2381..1a932b8a 100644
--- a/lib/arch/CArch.cpp
+++ b/lib/arch/CArch.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArch.h b/lib/arch/CArch.h
index 79288173..e286708f 100644
--- a/lib/arch/CArch.h
+++ b/lib/arch/CArch.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchAppUtil.cpp b/lib/arch/CArchAppUtil.cpp
index 504dcf4e..f994af82 100644
--- a/lib/arch/CArchAppUtil.cpp
+++ b/lib/arch/CArchAppUtil.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchAppUtil.h b/lib/arch/CArchAppUtil.h
index e2cf5d4f..df6a0336 100644
--- a/lib/arch/CArchAppUtil.h
+++ b/lib/arch/CArchAppUtil.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchAppUtilUnix.cpp b/lib/arch/CArchAppUtilUnix.cpp
index bf4c613d..b66126a2 100644
--- a/lib/arch/CArchAppUtilUnix.cpp
+++ b/lib/arch/CArchAppUtilUnix.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchAppUtilUnix.h b/lib/arch/CArchAppUtilUnix.h
index ef06837a..24458cd7 100644
--- a/lib/arch/CArchAppUtilUnix.h
+++ b/lib/arch/CArchAppUtilUnix.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchAppUtilWindows.cpp b/lib/arch/CArchAppUtilWindows.cpp
index c8ae6e00..63fe6c79 100644
--- a/lib/arch/CArchAppUtilWindows.cpp
+++ b/lib/arch/CArchAppUtilWindows.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchAppUtilWindows.h b/lib/arch/CArchAppUtilWindows.h
index 6c798419..2a8aedb2 100644
--- a/lib/arch/CArchAppUtilWindows.h
+++ b/lib/arch/CArchAppUtilWindows.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchConsoleStd.cpp b/lib/arch/CArchConsoleStd.cpp
index d4a0970e..63414b5e 100644
--- a/lib/arch/CArchConsoleStd.cpp
+++ b/lib/arch/CArchConsoleStd.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchConsoleStd.h b/lib/arch/CArchConsoleStd.h
index 1acae840..ead16b8c 100644
--- a/lib/arch/CArchConsoleStd.h
+++ b/lib/arch/CArchConsoleStd.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchConsoleUnix.cpp b/lib/arch/CArchConsoleUnix.cpp
index 8835b4a1..4f934f74 100644
--- a/lib/arch/CArchConsoleUnix.cpp
+++ b/lib/arch/CArchConsoleUnix.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchConsoleUnix.h b/lib/arch/CArchConsoleUnix.h
index bbeaa0cc..18141d07 100644
--- a/lib/arch/CArchConsoleUnix.h
+++ b/lib/arch/CArchConsoleUnix.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchConsoleWindows.cpp b/lib/arch/CArchConsoleWindows.cpp
index b97d0e95..33315573 100644
--- a/lib/arch/CArchConsoleWindows.cpp
+++ b/lib/arch/CArchConsoleWindows.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchConsoleWindows.h b/lib/arch/CArchConsoleWindows.h
index e20e5a01..f86f7501 100644
--- a/lib/arch/CArchConsoleWindows.h
+++ b/lib/arch/CArchConsoleWindows.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchDaemonNone.cpp b/lib/arch/CArchDaemonNone.cpp
index e6e7a3f5..c5390f95 100644
--- a/lib/arch/CArchDaemonNone.cpp
+++ b/lib/arch/CArchDaemonNone.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchDaemonNone.h b/lib/arch/CArchDaemonNone.h
index c93cfdce..dd79f756 100644
--- a/lib/arch/CArchDaemonNone.h
+++ b/lib/arch/CArchDaemonNone.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchDaemonUnix.cpp b/lib/arch/CArchDaemonUnix.cpp
index d86803ad..cc6c986a 100644
--- a/lib/arch/CArchDaemonUnix.cpp
+++ b/lib/arch/CArchDaemonUnix.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchDaemonUnix.h b/lib/arch/CArchDaemonUnix.h
index a340d0e9..8f7e12ed 100644
--- a/lib/arch/CArchDaemonUnix.h
+++ b/lib/arch/CArchDaemonUnix.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchDaemonWindows.cpp b/lib/arch/CArchDaemonWindows.cpp
index 92b968a0..d2d06f8d 100644
--- a/lib/arch/CArchDaemonWindows.cpp
+++ b/lib/arch/CArchDaemonWindows.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchDaemonWindows.h b/lib/arch/CArchDaemonWindows.h
index 2120c76a..9cc45520 100644
--- a/lib/arch/CArchDaemonWindows.h
+++ b/lib/arch/CArchDaemonWindows.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchFileUnix.cpp b/lib/arch/CArchFileUnix.cpp
index 2d452fd5..526811b9 100644
--- a/lib/arch/CArchFileUnix.cpp
+++ b/lib/arch/CArchFileUnix.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchFileUnix.h b/lib/arch/CArchFileUnix.h
index 319d7fc4..0c4e9254 100644
--- a/lib/arch/CArchFileUnix.h
+++ b/lib/arch/CArchFileUnix.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchFileWindows.cpp b/lib/arch/CArchFileWindows.cpp
index 6112c9e1..c75752c5 100644
--- a/lib/arch/CArchFileWindows.cpp
+++ b/lib/arch/CArchFileWindows.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchFileWindows.h b/lib/arch/CArchFileWindows.h
index 56a34c0b..a3cf5075 100644
--- a/lib/arch/CArchFileWindows.h
+++ b/lib/arch/CArchFileWindows.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchLogUnix.cpp b/lib/arch/CArchLogUnix.cpp
index b698baaf..7e66bb76 100644
--- a/lib/arch/CArchLogUnix.cpp
+++ b/lib/arch/CArchLogUnix.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchLogUnix.h b/lib/arch/CArchLogUnix.h
index 0a9f8188..800526c5 100644
--- a/lib/arch/CArchLogUnix.h
+++ b/lib/arch/CArchLogUnix.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchLogWindows.cpp b/lib/arch/CArchLogWindows.cpp
index 23e37390..fad39e2e 100644
--- a/lib/arch/CArchLogWindows.cpp
+++ b/lib/arch/CArchLogWindows.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchLogWindows.h b/lib/arch/CArchLogWindows.h
index 5c1bf493..38ab2931 100644
--- a/lib/arch/CArchLogWindows.h
+++ b/lib/arch/CArchLogWindows.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchMiscWindows.cpp b/lib/arch/CArchMiscWindows.cpp
index 399591ba..1420fe25 100644
--- a/lib/arch/CArchMiscWindows.cpp
+++ b/lib/arch/CArchMiscWindows.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchMiscWindows.h b/lib/arch/CArchMiscWindows.h
index 089429ac..6eaab71f 100644
--- a/lib/arch/CArchMiscWindows.h
+++ b/lib/arch/CArchMiscWindows.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchMultithreadPosix.cpp b/lib/arch/CArchMultithreadPosix.cpp
index 10950d49..1c5f0789 100644
--- a/lib/arch/CArchMultithreadPosix.cpp
+++ b/lib/arch/CArchMultithreadPosix.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchMultithreadPosix.h b/lib/arch/CArchMultithreadPosix.h
index 0122e68b..031adcd7 100644
--- a/lib/arch/CArchMultithreadPosix.h
+++ b/lib/arch/CArchMultithreadPosix.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchMultithreadWindows.cpp b/lib/arch/CArchMultithreadWindows.cpp
index 378dcc7a..d7a6101b 100644
--- a/lib/arch/CArchMultithreadWindows.cpp
+++ b/lib/arch/CArchMultithreadWindows.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchMultithreadWindows.h b/lib/arch/CArchMultithreadWindows.h
index 48fb6c99..71414b0b 100644
--- a/lib/arch/CArchMultithreadWindows.h
+++ b/lib/arch/CArchMultithreadWindows.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchNetworkBSD.cpp b/lib/arch/CArchNetworkBSD.cpp
index eae706a5..cc92604f 100644
--- a/lib/arch/CArchNetworkBSD.cpp
+++ b/lib/arch/CArchNetworkBSD.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchNetworkBSD.h b/lib/arch/CArchNetworkBSD.h
index abc7ef49..1380dad3 100644
--- a/lib/arch/CArchNetworkBSD.h
+++ b/lib/arch/CArchNetworkBSD.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchNetworkWinsock.cpp b/lib/arch/CArchNetworkWinsock.cpp
index 1133afac..2b4e288b 100644
--- a/lib/arch/CArchNetworkWinsock.cpp
+++ b/lib/arch/CArchNetworkWinsock.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchNetworkWinsock.h b/lib/arch/CArchNetworkWinsock.h
index 6586069a..d1e5d6fc 100644
--- a/lib/arch/CArchNetworkWinsock.h
+++ b/lib/arch/CArchNetworkWinsock.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchSleepUnix.cpp b/lib/arch/CArchSleepUnix.cpp
index ba5cd57e..9f5b5c62 100644
--- a/lib/arch/CArchSleepUnix.cpp
+++ b/lib/arch/CArchSleepUnix.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchSleepUnix.h b/lib/arch/CArchSleepUnix.h
index 2cbdf532..245e52ef 100644
--- a/lib/arch/CArchSleepUnix.h
+++ b/lib/arch/CArchSleepUnix.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchSleepWindows.cpp b/lib/arch/CArchSleepWindows.cpp
index 7953d503..ce049471 100644
--- a/lib/arch/CArchSleepWindows.cpp
+++ b/lib/arch/CArchSleepWindows.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchSleepWindows.h b/lib/arch/CArchSleepWindows.h
index cb6fa19d..398bda3f 100644
--- a/lib/arch/CArchSleepWindows.h
+++ b/lib/arch/CArchSleepWindows.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchStringUnix.cpp b/lib/arch/CArchStringUnix.cpp
index e29beba3..0e9c80aa 100644
--- a/lib/arch/CArchStringUnix.cpp
+++ b/lib/arch/CArchStringUnix.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchStringUnix.h b/lib/arch/CArchStringUnix.h
index b2af160c..c7b89a7b 100644
--- a/lib/arch/CArchStringUnix.h
+++ b/lib/arch/CArchStringUnix.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchStringWindows.cpp b/lib/arch/CArchStringWindows.cpp
index 7b2ec5bd..f0b0ad77 100644
--- a/lib/arch/CArchStringWindows.cpp
+++ b/lib/arch/CArchStringWindows.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchStringWindows.h b/lib/arch/CArchStringWindows.h
index 312fbd88..433d4a2e 100644
--- a/lib/arch/CArchStringWindows.h
+++ b/lib/arch/CArchStringWindows.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchSystemUnix.cpp b/lib/arch/CArchSystemUnix.cpp
index 10e60070..9953a528 100644
--- a/lib/arch/CArchSystemUnix.cpp
+++ b/lib/arch/CArchSystemUnix.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchSystemUnix.h b/lib/arch/CArchSystemUnix.h
index 367854ac..0461efdf 100644
--- a/lib/arch/CArchSystemUnix.h
+++ b/lib/arch/CArchSystemUnix.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchSystemWindows.cpp b/lib/arch/CArchSystemWindows.cpp
index 9fd25120..dcc4b119 100644
--- a/lib/arch/CArchSystemWindows.cpp
+++ b/lib/arch/CArchSystemWindows.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchSystemWindows.h b/lib/arch/CArchSystemWindows.h
index 2df0c1c0..41c30381 100644
--- a/lib/arch/CArchSystemWindows.h
+++ b/lib/arch/CArchSystemWindows.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchTaskBarWindows.cpp b/lib/arch/CArchTaskBarWindows.cpp
index b9fdc06c..d464f628 100644
--- a/lib/arch/CArchTaskBarWindows.cpp
+++ b/lib/arch/CArchTaskBarWindows.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2003 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2003 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchTaskBarWindows.h b/lib/arch/CArchTaskBarWindows.h
index 89561711..5e003f98 100644
--- a/lib/arch/CArchTaskBarWindows.h
+++ b/lib/arch/CArchTaskBarWindows.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2003 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2003 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchTaskBarXWindows.cpp b/lib/arch/CArchTaskBarXWindows.cpp
index 76c247d2..d7166b54 100644
--- a/lib/arch/CArchTaskBarXWindows.cpp
+++ b/lib/arch/CArchTaskBarXWindows.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2003 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2003 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchTaskBarXWindows.h b/lib/arch/CArchTaskBarXWindows.h
index 214d0bbe..7e195518 100644
--- a/lib/arch/CArchTaskBarXWindows.h
+++ b/lib/arch/CArchTaskBarXWindows.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2003 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2003 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchTimeUnix.cpp b/lib/arch/CArchTimeUnix.cpp
index e7c7ef13..8ff4cb14 100644
--- a/lib/arch/CArchTimeUnix.cpp
+++ b/lib/arch/CArchTimeUnix.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchTimeUnix.h b/lib/arch/CArchTimeUnix.h
index 162d8ac9..19df6c78 100644
--- a/lib/arch/CArchTimeUnix.h
+++ b/lib/arch/CArchTimeUnix.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchTimeWindows.cpp b/lib/arch/CArchTimeWindows.cpp
index 29efc094..5fa86eda 100644
--- a/lib/arch/CArchTimeWindows.cpp
+++ b/lib/arch/CArchTimeWindows.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CArchTimeWindows.h b/lib/arch/CArchTimeWindows.h
index cf8e78d6..c91f4744 100644
--- a/lib/arch/CArchTimeWindows.h
+++ b/lib/arch/CArchTimeWindows.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/CMultibyte.cpp b/lib/arch/CMultibyte.cpp
index acf3c9ff..51b76cee 100644
--- a/lib/arch/CMultibyte.cpp
+++ b/lib/arch/CMultibyte.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/IArchAppUtil.h b/lib/arch/IArchAppUtil.h
index fa487723..2c510fe5 100644
--- a/lib/arch/IArchAppUtil.h
+++ b/lib/arch/IArchAppUtil.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/IArchConsole.h b/lib/arch/IArchConsole.h
index 2b09bbca..4eb0b6c9 100644
--- a/lib/arch/IArchConsole.h
+++ b/lib/arch/IArchConsole.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/IArchDaemon.h b/lib/arch/IArchDaemon.h
index a32de219..9a603040 100644
--- a/lib/arch/IArchDaemon.h
+++ b/lib/arch/IArchDaemon.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/IArchFile.h b/lib/arch/IArchFile.h
index e444832b..ffd74819 100644
--- a/lib/arch/IArchFile.h
+++ b/lib/arch/IArchFile.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/IArchLog.h b/lib/arch/IArchLog.h
index 1e344104..60f8f747 100644
--- a/lib/arch/IArchLog.h
+++ b/lib/arch/IArchLog.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/IArchMultithread.h b/lib/arch/IArchMultithread.h
index dffae792..b7047bea 100644
--- a/lib/arch/IArchMultithread.h
+++ b/lib/arch/IArchMultithread.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/IArchNetwork.h b/lib/arch/IArchNetwork.h
index b80c1ee3..94d12952 100644
--- a/lib/arch/IArchNetwork.h
+++ b/lib/arch/IArchNetwork.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/IArchSleep.h b/lib/arch/IArchSleep.h
index 74bd8887..e89cc709 100644
--- a/lib/arch/IArchSleep.h
+++ b/lib/arch/IArchSleep.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/IArchString.h b/lib/arch/IArchString.h
index e44e42f1..9a389b56 100644
--- a/lib/arch/IArchString.h
+++ b/lib/arch/IArchString.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/IArchSystem.h b/lib/arch/IArchSystem.h
index d951df1b..96119db8 100644
--- a/lib/arch/IArchSystem.h
+++ b/lib/arch/IArchSystem.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/IArchTaskBar.h b/lib/arch/IArchTaskBar.h
index 1107b5fc..90927e4b 100644
--- a/lib/arch/IArchTaskBar.h
+++ b/lib/arch/IArchTaskBar.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2003 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2003 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/IArchTaskBarReceiver.h b/lib/arch/IArchTaskBarReceiver.h
index 1114397b..0cf1a338 100644
--- a/lib/arch/IArchTaskBarReceiver.h
+++ b/lib/arch/IArchTaskBarReceiver.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2003 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2003 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/IArchTime.h b/lib/arch/IArchTime.h
index f5873c2e..6d48b7d5 100644
--- a/lib/arch/IArchTime.h
+++ b/lib/arch/IArchTime.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/XArch.cpp b/lib/arch/XArch.cpp
index 3874419c..e322ddc6 100644
--- a/lib/arch/XArch.cpp
+++ b/lib/arch/XArch.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/XArch.h b/lib/arch/XArch.h
index 1c999f9c..7541f76f 100644
--- a/lib/arch/XArch.h
+++ b/lib/arch/XArch.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/XArchUnix.cpp b/lib/arch/XArchUnix.cpp
index 93c3e3f1..0cd587a5 100644
--- a/lib/arch/XArchUnix.cpp
+++ b/lib/arch/XArchUnix.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/XArchUnix.h b/lib/arch/XArchUnix.h
index 02e6e486..16128b06 100644
--- a/lib/arch/XArchUnix.h
+++ b/lib/arch/XArchUnix.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/XArchWindows.cpp b/lib/arch/XArchWindows.cpp
index 05ea69e5..903a7c5b 100644
--- a/lib/arch/XArchWindows.cpp
+++ b/lib/arch/XArchWindows.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/XArchWindows.h b/lib/arch/XArchWindows.h
index c94a1f9f..186c5238 100644
--- a/lib/arch/XArchWindows.h
+++ b/lib/arch/XArchWindows.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/arch/vsnprintf.cpp b/lib/arch/vsnprintf.cpp
index 8a33f6b1..93001b13 100644
--- a/lib/arch/vsnprintf.cpp
+++ b/lib/arch/vsnprintf.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/base/CEvent.cpp b/lib/base/CEvent.cpp
index 0cdc8bd4..5e4b4eba 100644
--- a/lib/base/CEvent.cpp
+++ b/lib/base/CEvent.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/base/CEvent.h b/lib/base/CEvent.h
index 3be3160d..ee664500 100644
--- a/lib/base/CEvent.h
+++ b/lib/base/CEvent.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/base/CEventQueue.cpp b/lib/base/CEventQueue.cpp
index 8a1af9a4..16682e94 100644
--- a/lib/base/CEventQueue.cpp
+++ b/lib/base/CEventQueue.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/base/CEventQueue.h b/lib/base/CEventQueue.h
index 91323630..01f1eca0 100644
--- a/lib/base/CEventQueue.h
+++ b/lib/base/CEventQueue.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/base/CFunctionEventJob.cpp b/lib/base/CFunctionEventJob.cpp
index 8c1d06b9..5a666d59 100644
--- a/lib/base/CFunctionEventJob.cpp
+++ b/lib/base/CFunctionEventJob.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/base/CFunctionEventJob.h b/lib/base/CFunctionEventJob.h
index 23a7e675..97de67ec 100644
--- a/lib/base/CFunctionEventJob.h
+++ b/lib/base/CFunctionEventJob.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/base/CFunctionJob.cpp b/lib/base/CFunctionJob.cpp
index 824abf32..d55d4409 100644
--- a/lib/base/CFunctionJob.cpp
+++ b/lib/base/CFunctionJob.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/base/CFunctionJob.h b/lib/base/CFunctionJob.h
index a5707d03..c33e9d91 100644
--- a/lib/base/CFunctionJob.h
+++ b/lib/base/CFunctionJob.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/base/CLog.cpp b/lib/base/CLog.cpp
index 453f6122..93fa285d 100644
--- a/lib/base/CLog.cpp
+++ b/lib/base/CLog.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/base/CLog.h b/lib/base/CLog.h
index b9b992ac..7592704e 100644
--- a/lib/base/CLog.h
+++ b/lib/base/CLog.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/base/CPriorityQueue.h b/lib/base/CPriorityQueue.h
index 447d673b..02d72c33 100644
--- a/lib/base/CPriorityQueue.h
+++ b/lib/base/CPriorityQueue.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2003 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2003 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/base/CSimpleEventQueueBuffer.cpp b/lib/base/CSimpleEventQueueBuffer.cpp
index 6550a441..a8ca65d2 100644
--- a/lib/base/CSimpleEventQueueBuffer.cpp
+++ b/lib/base/CSimpleEventQueueBuffer.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/base/CSimpleEventQueueBuffer.h b/lib/base/CSimpleEventQueueBuffer.h
index 3645aa35..673f136b 100644
--- a/lib/base/CSimpleEventQueueBuffer.h
+++ b/lib/base/CSimpleEventQueueBuffer.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/base/CStopwatch.cpp b/lib/base/CStopwatch.cpp
index ff786ecb..af43d7e8 100644
--- a/lib/base/CStopwatch.cpp
+++ b/lib/base/CStopwatch.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/base/CStopwatch.h b/lib/base/CStopwatch.h
index 4259f199..4ad49c5e 100644
--- a/lib/base/CStopwatch.h
+++ b/lib/base/CStopwatch.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/base/CString.h b/lib/base/CString.h
index d4f12d8a..630508c7 100644
--- a/lib/base/CString.h
+++ b/lib/base/CString.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/base/CStringUtil.cpp b/lib/base/CStringUtil.cpp
index 12b12afe..8033fe78 100644
--- a/lib/base/CStringUtil.cpp
+++ b/lib/base/CStringUtil.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/base/CStringUtil.h b/lib/base/CStringUtil.h
index e35e3cdd..f9f9c964 100644
--- a/lib/base/CStringUtil.h
+++ b/lib/base/CStringUtil.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/base/CUnicode.cpp b/lib/base/CUnicode.cpp
index 9ad32489..894b3f9f 100644
--- a/lib/base/CUnicode.cpp
+++ b/lib/base/CUnicode.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/base/CUnicode.h b/lib/base/CUnicode.h
index 3817873d..99621003 100644
--- a/lib/base/CUnicode.h
+++ b/lib/base/CUnicode.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/base/IEventJob.h b/lib/base/IEventJob.h
index 773ec361..d9a2deb7 100644
--- a/lib/base/IEventJob.h
+++ b/lib/base/IEventJob.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/base/IEventQueue.cpp b/lib/base/IEventQueue.cpp
index 82f80ca8..36c65b29 100644
--- a/lib/base/IEventQueue.cpp
+++ b/lib/base/IEventQueue.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/base/IEventQueue.h b/lib/base/IEventQueue.h
index 33855c8e..326e020c 100644
--- a/lib/base/IEventQueue.h
+++ b/lib/base/IEventQueue.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/base/IEventQueueBuffer.h b/lib/base/IEventQueueBuffer.h
index 10603847..d9e6ae96 100644
--- a/lib/base/IEventQueueBuffer.h
+++ b/lib/base/IEventQueueBuffer.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/base/IJob.h b/lib/base/IJob.h
index c38518ee..7de55064 100644
--- a/lib/base/IJob.h
+++ b/lib/base/IJob.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/base/ILogOutputter.h b/lib/base/ILogOutputter.h
index a8ea3508..67c6f441 100644
--- a/lib/base/ILogOutputter.h
+++ b/lib/base/ILogOutputter.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/base/LogOutputters.cpp b/lib/base/LogOutputters.cpp
index 87060330..8a5d5802 100644
--- a/lib/base/LogOutputters.cpp
+++ b/lib/base/LogOutputters.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/base/LogOutputters.h b/lib/base/LogOutputters.h
index dbb359c0..24727be4 100644
--- a/lib/base/LogOutputters.h
+++ b/lib/base/LogOutputters.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/base/TMethodEventJob.h b/lib/base/TMethodEventJob.h
index 1b47779a..d8206735 100644
--- a/lib/base/TMethodEventJob.h
+++ b/lib/base/TMethodEventJob.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/base/TMethodJob.h b/lib/base/TMethodJob.h
index 93b807f1..27c17103 100644
--- a/lib/base/TMethodJob.h
+++ b/lib/base/TMethodJob.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/base/XBase.cpp b/lib/base/XBase.cpp
index 692d2fa0..4221fa61 100644
--- a/lib/base/XBase.cpp
+++ b/lib/base/XBase.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/base/XBase.h b/lib/base/XBase.h
index 803f49ec..79fde568 100644
--- a/lib/base/XBase.h
+++ b/lib/base/XBase.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/client/CClient.cpp b/lib/client/CClient.cpp
index ef2c242a..0e48b563 100644
--- a/lib/client/CClient.cpp
+++ b/lib/client/CClient.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/client/CClient.h b/lib/client/CClient.h
index 69525849..d5c3e5ef 100644
--- a/lib/client/CClient.h
+++ b/lib/client/CClient.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/client/CServerProxy.cpp b/lib/client/CServerProxy.cpp
index de3fe864..149bbfd4 100644
--- a/lib/client/CServerProxy.cpp
+++ b/lib/client/CServerProxy.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/client/CServerProxy.h b/lib/client/CServerProxy.h
index 7b90c8bf..752db824 100644
--- a/lib/client/CServerProxy.h
+++ b/lib/client/CServerProxy.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/common/BasicTypes.h b/lib/common/BasicTypes.h
index e7beb77c..2e89ff42 100644
--- a/lib/common/BasicTypes.h
+++ b/lib/common/BasicTypes.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/common/IInterface.h b/lib/common/IInterface.h
index 9e354dcb..ad4176fd 100644
--- a/lib/common/IInterface.h
+++ b/lib/common/IInterface.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/common/MacOSXPrecomp.h b/lib/common/MacOSXPrecomp.h
index f1967517..fab1e83d 100644
--- a/lib/common/MacOSXPrecomp.h
+++ b/lib/common/MacOSXPrecomp.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/common/Version.cpp b/lib/common/Version.cpp
index 52897b42..1b5795bd 100644
--- a/lib/common/Version.cpp
+++ b/lib/common/Version.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2010 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -18,9 +17,9 @@
#include "Version.h"
-const char* kApplication = "Synergy+";
-const char* kCopyright = "Copyright (C) 2010 The Synergy+ Project";
-const char* kContact = "Synergy+ Developers, synergy-plus@googlegroups.com";
-const char* kWebsite = "http://code.google.com/p/synergy-plus/";
+const char* kApplication = "Synergy";
+const char* kCopyright = "Copyright (C) 2010 The Synergy Project";
+const char* kContact = "Synergy Developers, synergy@googlegroups.com";
+const char* kWebsite = "http://synergy-foss.org/";
const char* kVersion = VERSION;
-const char* kAppVersion = "Synergy+ " VERSION;
+const char* kAppVersion = "Synergy " VERSION;
diff --git a/lib/common/Version.h b/lib/common/Version.h
index ab3070bb..ba09c259 100644
--- a/lib/common/Version.h
+++ b/lib/common/Version.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/common/common.h b/lib/common/common.h
index f65ca28a..6c9f0b5f 100644
--- a/lib/common/common.h
+++ b/lib/common/common.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/common/stdbitset.h b/lib/common/stdbitset.h
index 0513fc91..d3a93a5f 100644
--- a/lib/common/stdbitset.h
+++ b/lib/common/stdbitset.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/common/stddeque.h b/lib/common/stddeque.h
index 3418370e..7a52facb 100644
--- a/lib/common/stddeque.h
+++ b/lib/common/stddeque.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/common/stdfstream.h b/lib/common/stdfstream.h
index 1dd4a73e..95856248 100644
--- a/lib/common/stdfstream.h
+++ b/lib/common/stdfstream.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/common/stdistream.h b/lib/common/stdistream.h
index cacdf46c..496b8bdb 100644
--- a/lib/common/stdistream.h
+++ b/lib/common/stdistream.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/common/stdlist.h b/lib/common/stdlist.h
index 94d24f40..16ae5671 100644
--- a/lib/common/stdlist.h
+++ b/lib/common/stdlist.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/common/stdmap.h b/lib/common/stdmap.h
index a667a937..09230c83 100644
--- a/lib/common/stdmap.h
+++ b/lib/common/stdmap.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/common/stdostream.h b/lib/common/stdostream.h
index a80b74a3..7e58bae2 100644
--- a/lib/common/stdostream.h
+++ b/lib/common/stdostream.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/common/stdpost.h b/lib/common/stdpost.h
index b5e0e9e5..c5f6e882 100644
--- a/lib/common/stdpost.h
+++ b/lib/common/stdpost.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/common/stdpre.h b/lib/common/stdpre.h
index 8d1c1d70..ce64fd1e 100644
--- a/lib/common/stdpre.h
+++ b/lib/common/stdpre.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/common/stdset.h b/lib/common/stdset.h
index 5b8e6532..0916a7af 100644
--- a/lib/common/stdset.h
+++ b/lib/common/stdset.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/common/stdsstream.h b/lib/common/stdsstream.h
index a5bef02b..8f70bafa 100644
--- a/lib/common/stdsstream.h
+++ b/lib/common/stdsstream.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/common/stdstring.h b/lib/common/stdstring.h
index 75cc41f0..54c3be31 100644
--- a/lib/common/stdstring.h
+++ b/lib/common/stdstring.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/common/stdvector.h b/lib/common/stdvector.h
index 198757ee..bbde89f7 100644
--- a/lib/common/stdvector.h
+++ b/lib/common/stdvector.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/io/CStreamBuffer.cpp b/lib/io/CStreamBuffer.cpp
index 5db4b9e0..23b5a870 100644
--- a/lib/io/CStreamBuffer.cpp
+++ b/lib/io/CStreamBuffer.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/io/CStreamBuffer.h b/lib/io/CStreamBuffer.h
index 760b567c..53fafdb6 100644
--- a/lib/io/CStreamBuffer.h
+++ b/lib/io/CStreamBuffer.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/io/CStreamFilter.cpp b/lib/io/CStreamFilter.cpp
index 00cf633f..830b427a 100644
--- a/lib/io/CStreamFilter.cpp
+++ b/lib/io/CStreamFilter.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/io/CStreamFilter.h b/lib/io/CStreamFilter.h
index 47517e85..bcab9f6a 100644
--- a/lib/io/CStreamFilter.h
+++ b/lib/io/CStreamFilter.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/io/IStream.cpp b/lib/io/IStream.cpp
index 8e207efd..14edc7c1 100644
--- a/lib/io/IStream.cpp
+++ b/lib/io/IStream.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/io/IStream.h b/lib/io/IStream.h
index 65fa5ea3..06b88a83 100644
--- a/lib/io/IStream.h
+++ b/lib/io/IStream.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/io/IStreamFilterFactory.h b/lib/io/IStreamFilterFactory.h
index 851b8171..449df64f 100644
--- a/lib/io/IStreamFilterFactory.h
+++ b/lib/io/IStreamFilterFactory.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/io/XIO.cpp b/lib/io/XIO.cpp
index 4a2fa2d2..ad0f6165 100644
--- a/lib/io/XIO.cpp
+++ b/lib/io/XIO.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/io/XIO.h b/lib/io/XIO.h
index b95f053b..9db729af 100644
--- a/lib/io/XIO.h
+++ b/lib/io/XIO.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/mt/CCondVar.cpp b/lib/mt/CCondVar.cpp
index 4f2da943..28fb9ae3 100644
--- a/lib/mt/CCondVar.cpp
+++ b/lib/mt/CCondVar.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/mt/CCondVar.h b/lib/mt/CCondVar.h
index 7f7c4a81..43d11816 100644
--- a/lib/mt/CCondVar.h
+++ b/lib/mt/CCondVar.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/mt/CLock.cpp b/lib/mt/CLock.cpp
index 38a3475e..d4f1498c 100644
--- a/lib/mt/CLock.cpp
+++ b/lib/mt/CLock.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/mt/CLock.h b/lib/mt/CLock.h
index 533cbfaf..445159e0 100644
--- a/lib/mt/CLock.h
+++ b/lib/mt/CLock.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/mt/CMutex.cpp b/lib/mt/CMutex.cpp
index fea23da5..fe07b381 100644
--- a/lib/mt/CMutex.cpp
+++ b/lib/mt/CMutex.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/mt/CMutex.h b/lib/mt/CMutex.h
index 6773ecf8..6976a583 100644
--- a/lib/mt/CMutex.h
+++ b/lib/mt/CMutex.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/mt/CThread.cpp b/lib/mt/CThread.cpp
index 806a650b..23e5f0ff 100644
--- a/lib/mt/CThread.cpp
+++ b/lib/mt/CThread.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/mt/CThread.h b/lib/mt/CThread.h
index 2f0484c3..b31cf623 100644
--- a/lib/mt/CThread.h
+++ b/lib/mt/CThread.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/mt/XMT.cpp b/lib/mt/XMT.cpp
index 991a569f..d4259b74 100644
--- a/lib/mt/XMT.cpp
+++ b/lib/mt/XMT.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/mt/XMT.h b/lib/mt/XMT.h
index 5dfbe1af..9b805c20 100644
--- a/lib/mt/XMT.h
+++ b/lib/mt/XMT.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/mt/XThread.h b/lib/mt/XThread.h
index e36840d9..47ec8283 100644
--- a/lib/mt/XThread.h
+++ b/lib/mt/XThread.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/net/CNetworkAddress.cpp b/lib/net/CNetworkAddress.cpp
index 69b2a33d..0bb2b30e 100644
--- a/lib/net/CNetworkAddress.cpp
+++ b/lib/net/CNetworkAddress.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/net/CNetworkAddress.h b/lib/net/CNetworkAddress.h
index a4d2e8aa..d78cc538 100644
--- a/lib/net/CNetworkAddress.h
+++ b/lib/net/CNetworkAddress.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/net/CSocketMultiplexer.cpp b/lib/net/CSocketMultiplexer.cpp
index ab3efd4a..76808bd7 100644
--- a/lib/net/CSocketMultiplexer.cpp
+++ b/lib/net/CSocketMultiplexer.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/net/CSocketMultiplexer.h b/lib/net/CSocketMultiplexer.h
index 2ae389bc..a92ace17 100644
--- a/lib/net/CSocketMultiplexer.h
+++ b/lib/net/CSocketMultiplexer.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/net/CTCPListenSocket.cpp b/lib/net/CTCPListenSocket.cpp
index 526939a4..3fe9d5aa 100644
--- a/lib/net/CTCPListenSocket.cpp
+++ b/lib/net/CTCPListenSocket.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/net/CTCPListenSocket.h b/lib/net/CTCPListenSocket.h
index b0b1ebaa..f0aa794a 100644
--- a/lib/net/CTCPListenSocket.h
+++ b/lib/net/CTCPListenSocket.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/net/CTCPSocket.cpp b/lib/net/CTCPSocket.cpp
index 4311b27b..fb3e1833 100644
--- a/lib/net/CTCPSocket.cpp
+++ b/lib/net/CTCPSocket.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/net/CTCPSocket.h b/lib/net/CTCPSocket.h
index a078024e..17447e6e 100644
--- a/lib/net/CTCPSocket.h
+++ b/lib/net/CTCPSocket.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/net/CTCPSocketFactory.cpp b/lib/net/CTCPSocketFactory.cpp
index 54a0f239..2833072b 100644
--- a/lib/net/CTCPSocketFactory.cpp
+++ b/lib/net/CTCPSocketFactory.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/net/CTCPSocketFactory.h b/lib/net/CTCPSocketFactory.h
index cef3e5ed..302ee423 100644
--- a/lib/net/CTCPSocketFactory.h
+++ b/lib/net/CTCPSocketFactory.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/net/IDataSocket.cpp b/lib/net/IDataSocket.cpp
index 81966a60..f9045585 100644
--- a/lib/net/IDataSocket.cpp
+++ b/lib/net/IDataSocket.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/net/IDataSocket.h b/lib/net/IDataSocket.h
index 76760683..7a27a63b 100644
--- a/lib/net/IDataSocket.h
+++ b/lib/net/IDataSocket.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/net/IListenSocket.cpp b/lib/net/IListenSocket.cpp
index 14338f8c..eb66a7ff 100644
--- a/lib/net/IListenSocket.cpp
+++ b/lib/net/IListenSocket.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/net/IListenSocket.h b/lib/net/IListenSocket.h
index 3152ce8d..b68b9af0 100644
--- a/lib/net/IListenSocket.h
+++ b/lib/net/IListenSocket.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/net/ISocket.cpp b/lib/net/ISocket.cpp
index a8d13194..fd5ea306 100644
--- a/lib/net/ISocket.cpp
+++ b/lib/net/ISocket.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/net/ISocket.h b/lib/net/ISocket.h
index 43108252..8891240d 100644
--- a/lib/net/ISocket.h
+++ b/lib/net/ISocket.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/net/ISocketFactory.h b/lib/net/ISocketFactory.h
index 41f56124..2d9625fb 100644
--- a/lib/net/ISocketFactory.h
+++ b/lib/net/ISocketFactory.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/net/ISocketMultiplexerJob.h b/lib/net/ISocketMultiplexerJob.h
index 9394c0b3..d62cefe5 100644
--- a/lib/net/ISocketMultiplexerJob.h
+++ b/lib/net/ISocketMultiplexerJob.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/net/TSocketMultiplexerMethodJob.h b/lib/net/TSocketMultiplexerMethodJob.h
index 1a8fdc33..b1e28d48 100644
--- a/lib/net/TSocketMultiplexerMethodJob.h
+++ b/lib/net/TSocketMultiplexerMethodJob.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/net/XSocket.cpp b/lib/net/XSocket.cpp
index 38e46090..1fbb94f2 100644
--- a/lib/net/XSocket.cpp
+++ b/lib/net/XSocket.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/net/XSocket.h b/lib/net/XSocket.h
index 27075dc4..ca7ac80b 100644
--- a/lib/net/XSocket.h
+++ b/lib/net/XSocket.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CMSWindowsClipboard.cpp b/lib/platform/CMSWindowsClipboard.cpp
index e95689c2..adfeed9a 100644
--- a/lib/platform/CMSWindowsClipboard.cpp
+++ b/lib/platform/CMSWindowsClipboard.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CMSWindowsClipboard.h b/lib/platform/CMSWindowsClipboard.h
index 40440065..eae6b303 100644
--- a/lib/platform/CMSWindowsClipboard.h
+++ b/lib/platform/CMSWindowsClipboard.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CMSWindowsClipboardAnyTextConverter.cpp b/lib/platform/CMSWindowsClipboardAnyTextConverter.cpp
index 92ba55b4..c0d0e9ce 100644
--- a/lib/platform/CMSWindowsClipboardAnyTextConverter.cpp
+++ b/lib/platform/CMSWindowsClipboardAnyTextConverter.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CMSWindowsClipboardAnyTextConverter.h b/lib/platform/CMSWindowsClipboardAnyTextConverter.h
index 9a3abcac..c2802127 100644
--- a/lib/platform/CMSWindowsClipboardAnyTextConverter.h
+++ b/lib/platform/CMSWindowsClipboardAnyTextConverter.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CMSWindowsClipboardBitmapConverter.cpp b/lib/platform/CMSWindowsClipboardBitmapConverter.cpp
index 9605ab0b..98345ab9 100644
--- a/lib/platform/CMSWindowsClipboardBitmapConverter.cpp
+++ b/lib/platform/CMSWindowsClipboardBitmapConverter.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CMSWindowsClipboardBitmapConverter.h b/lib/platform/CMSWindowsClipboardBitmapConverter.h
index 3545b70c..cf435bf9 100644
--- a/lib/platform/CMSWindowsClipboardBitmapConverter.h
+++ b/lib/platform/CMSWindowsClipboardBitmapConverter.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CMSWindowsClipboardHTMLConverter.cpp b/lib/platform/CMSWindowsClipboardHTMLConverter.cpp
index 09f703c1..0f3029f1 100644
--- a/lib/platform/CMSWindowsClipboardHTMLConverter.cpp
+++ b/lib/platform/CMSWindowsClipboardHTMLConverter.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CMSWindowsClipboardHTMLConverter.h b/lib/platform/CMSWindowsClipboardHTMLConverter.h
index cba2a1ee..0a58f369 100644
--- a/lib/platform/CMSWindowsClipboardHTMLConverter.h
+++ b/lib/platform/CMSWindowsClipboardHTMLConverter.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CMSWindowsClipboardTextConverter.cpp b/lib/platform/CMSWindowsClipboardTextConverter.cpp
index 72f560d5..d0d7a4bd 100644
--- a/lib/platform/CMSWindowsClipboardTextConverter.cpp
+++ b/lib/platform/CMSWindowsClipboardTextConverter.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CMSWindowsClipboardTextConverter.h b/lib/platform/CMSWindowsClipboardTextConverter.h
index 75672f14..0ecb3fb8 100644
--- a/lib/platform/CMSWindowsClipboardTextConverter.h
+++ b/lib/platform/CMSWindowsClipboardTextConverter.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CMSWindowsClipboardUTF16Converter.cpp b/lib/platform/CMSWindowsClipboardUTF16Converter.cpp
index 3a3591c8..46fd42b2 100644
--- a/lib/platform/CMSWindowsClipboardUTF16Converter.cpp
+++ b/lib/platform/CMSWindowsClipboardUTF16Converter.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CMSWindowsClipboardUTF16Converter.h b/lib/platform/CMSWindowsClipboardUTF16Converter.h
index 32a4e353..2b7a15e7 100644
--- a/lib/platform/CMSWindowsClipboardUTF16Converter.h
+++ b/lib/platform/CMSWindowsClipboardUTF16Converter.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CMSWindowsDesks.cpp b/lib/platform/CMSWindowsDesks.cpp
index 0cabac2a..bbcedf33 100644
--- a/lib/platform/CMSWindowsDesks.cpp
+++ b/lib/platform/CMSWindowsDesks.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CMSWindowsDesks.h b/lib/platform/CMSWindowsDesks.h
index f5264115..65c0d8c1 100644
--- a/lib/platform/CMSWindowsDesks.h
+++ b/lib/platform/CMSWindowsDesks.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CMSWindowsEventQueueBuffer.cpp b/lib/platform/CMSWindowsEventQueueBuffer.cpp
index a499946a..4f64deb3 100644
--- a/lib/platform/CMSWindowsEventQueueBuffer.cpp
+++ b/lib/platform/CMSWindowsEventQueueBuffer.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CMSWindowsEventQueueBuffer.h b/lib/platform/CMSWindowsEventQueueBuffer.h
index 575f83db..b1b42851 100644
--- a/lib/platform/CMSWindowsEventQueueBuffer.h
+++ b/lib/platform/CMSWindowsEventQueueBuffer.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CMSWindowsKeyState.cpp b/lib/platform/CMSWindowsKeyState.cpp
index 81760220..b615a071 100644
--- a/lib/platform/CMSWindowsKeyState.cpp
+++ b/lib/platform/CMSWindowsKeyState.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2003 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2003 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CMSWindowsKeyState.h b/lib/platform/CMSWindowsKeyState.h
index da59a799..5196cf57 100644
--- a/lib/platform/CMSWindowsKeyState.h
+++ b/lib/platform/CMSWindowsKeyState.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2003 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2003 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CMSWindowsRelauncher.cpp b/lib/platform/CMSWindowsRelauncher.cpp
index c89de268..eb31b9a1 100644
--- a/lib/platform/CMSWindowsRelauncher.cpp
+++ b/lib/platform/CMSWindowsRelauncher.cpp
@@ -1,7 +1,7 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2010 The Synergy+ Project
- *
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
+ *
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* found in the file COPYING that should have accompanied this file.
diff --git a/lib/platform/CMSWindowsRelauncher.h b/lib/platform/CMSWindowsRelauncher.h
index 918158e9..6a06b185 100644
--- a/lib/platform/CMSWindowsRelauncher.h
+++ b/lib/platform/CMSWindowsRelauncher.h
@@ -1,7 +1,7 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2010 The Synergy+ Project
- *
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
+ *
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* found in the file COPYING that should have accompanied this file.
diff --git a/lib/platform/CMSWindowsScreen.cpp b/lib/platform/CMSWindowsScreen.cpp
index fc1568fc..4005b157 100644
--- a/lib/platform/CMSWindowsScreen.cpp
+++ b/lib/platform/CMSWindowsScreen.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CMSWindowsScreen.h b/lib/platform/CMSWindowsScreen.h
index 43c28a2b..0af50d39 100644
--- a/lib/platform/CMSWindowsScreen.h
+++ b/lib/platform/CMSWindowsScreen.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CMSWindowsScreenSaver.cpp b/lib/platform/CMSWindowsScreenSaver.cpp
index 51aef2e7..1649d1fe 100644
--- a/lib/platform/CMSWindowsScreenSaver.cpp
+++ b/lib/platform/CMSWindowsScreenSaver.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CMSWindowsScreenSaver.h b/lib/platform/CMSWindowsScreenSaver.h
index 257b6a8d..741108d6 100644
--- a/lib/platform/CMSWindowsScreenSaver.h
+++ b/lib/platform/CMSWindowsScreenSaver.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CMSWindowsUtil.cpp b/lib/platform/CMSWindowsUtil.cpp
index c6982e4b..2471c13c 100644
--- a/lib/platform/CMSWindowsUtil.cpp
+++ b/lib/platform/CMSWindowsUtil.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CMSWindowsUtil.h b/lib/platform/CMSWindowsUtil.h
index d8b8f823..7f4e9291 100644
--- a/lib/platform/CMSWindowsUtil.h
+++ b/lib/platform/CMSWindowsUtil.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/COSXClipboard.cpp b/lib/platform/COSXClipboard.cpp
index 174af7d3..9cc47b4d 100644
--- a/lib/platform/COSXClipboard.cpp
+++ b/lib/platform/COSXClipboard.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/COSXClipboard.h b/lib/platform/COSXClipboard.h
index 32f387a0..1f4aeb33 100644
--- a/lib/platform/COSXClipboard.h
+++ b/lib/platform/COSXClipboard.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/COSXClipboardAnyTextConverter.cpp b/lib/platform/COSXClipboardAnyTextConverter.cpp
index 1bd99350..fcf55ea5 100644
--- a/lib/platform/COSXClipboardAnyTextConverter.cpp
+++ b/lib/platform/COSXClipboardAnyTextConverter.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/COSXClipboardAnyTextConverter.h b/lib/platform/COSXClipboardAnyTextConverter.h
index 79444211..487801c7 100644
--- a/lib/platform/COSXClipboardAnyTextConverter.h
+++ b/lib/platform/COSXClipboardAnyTextConverter.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/COSXClipboardTextConverter.cpp b/lib/platform/COSXClipboardTextConverter.cpp
index 7a798afd..bd9956b3 100644
--- a/lib/platform/COSXClipboardTextConverter.cpp
+++ b/lib/platform/COSXClipboardTextConverter.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/COSXClipboardTextConverter.h b/lib/platform/COSXClipboardTextConverter.h
index 805d1bd9..aedf743d 100644
--- a/lib/platform/COSXClipboardTextConverter.h
+++ b/lib/platform/COSXClipboardTextConverter.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/COSXClipboardUTF16Converter.cpp b/lib/platform/COSXClipboardUTF16Converter.cpp
index 0f85419a..06e688a5 100644
--- a/lib/platform/COSXClipboardUTF16Converter.cpp
+++ b/lib/platform/COSXClipboardUTF16Converter.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/COSXClipboardUTF16Converter.h b/lib/platform/COSXClipboardUTF16Converter.h
index 1d9ff690..833a90da 100644
--- a/lib/platform/COSXClipboardUTF16Converter.h
+++ b/lib/platform/COSXClipboardUTF16Converter.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/COSXEventQueueBuffer.cpp b/lib/platform/COSXEventQueueBuffer.cpp
index 7adf489d..64b4e226 100644
--- a/lib/platform/COSXEventQueueBuffer.cpp
+++ b/lib/platform/COSXEventQueueBuffer.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/COSXEventQueueBuffer.h b/lib/platform/COSXEventQueueBuffer.h
index a949f1b0..b03afb32 100644
--- a/lib/platform/COSXEventQueueBuffer.h
+++ b/lib/platform/COSXEventQueueBuffer.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/COSXKeyState.cpp b/lib/platform/COSXKeyState.cpp
index 8429a820..b868ae06 100644
--- a/lib/platform/COSXKeyState.cpp
+++ b/lib/platform/COSXKeyState.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/COSXKeyState.h b/lib/platform/COSXKeyState.h
index cf9e1d17..1bebe7b7 100644
--- a/lib/platform/COSXKeyState.h
+++ b/lib/platform/COSXKeyState.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/COSXScreen.cpp b/lib/platform/COSXScreen.cpp
index 34cb883e..48501da6 100644
--- a/lib/platform/COSXScreen.cpp
+++ b/lib/platform/COSXScreen.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/COSXScreen.h b/lib/platform/COSXScreen.h
index ab6870f0..c8c08cd1 100644
--- a/lib/platform/COSXScreen.h
+++ b/lib/platform/COSXScreen.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/COSXScreenSaver.cpp b/lib/platform/COSXScreenSaver.cpp
index 5019d6e3..a4457fe9 100644
--- a/lib/platform/COSXScreenSaver.cpp
+++ b/lib/platform/COSXScreenSaver.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/COSXScreenSaver.h b/lib/platform/COSXScreenSaver.h
index 842965bd..331f1c42 100644
--- a/lib/platform/COSXScreenSaver.h
+++ b/lib/platform/COSXScreenSaver.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/COSXScreenSaverUtil.h b/lib/platform/COSXScreenSaverUtil.h
index 7d184f5a..019615e4 100644
--- a/lib/platform/COSXScreenSaverUtil.h
+++ b/lib/platform/COSXScreenSaverUtil.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/COSXScreenSaverUtil.m b/lib/platform/COSXScreenSaverUtil.m
index 1376d1f2..edfc7b2e 100644
--- a/lib/platform/COSXScreenSaverUtil.m
+++ b/lib/platform/COSXScreenSaverUtil.m
@@ -1,6 +1,6 @@
/*
* synergy -- mouse and keyboard sharing utility
- * Copyright (C) 2004 Chris Schoeneman
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CSynergyHook.cpp b/lib/platform/CSynergyHook.cpp
index 550fe05a..70a499da 100644
--- a/lib/platform/CSynergyHook.cpp
+++ b/lib/platform/CSynergyHook.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CSynergyHook.h b/lib/platform/CSynergyHook.h
index f54ef4a2..5d2fafb2 100644
--- a/lib/platform/CSynergyHook.h
+++ b/lib/platform/CSynergyHook.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CXWindowsClipboard.cpp b/lib/platform/CXWindowsClipboard.cpp
index 5e27742a..734c9f94 100644
--- a/lib/platform/CXWindowsClipboard.cpp
+++ b/lib/platform/CXWindowsClipboard.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CXWindowsClipboard.h b/lib/platform/CXWindowsClipboard.h
index eb92c52d..edb431ab 100644
--- a/lib/platform/CXWindowsClipboard.h
+++ b/lib/platform/CXWindowsClipboard.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CXWindowsClipboardAnyBitmapConverter.cpp b/lib/platform/CXWindowsClipboardAnyBitmapConverter.cpp
index 945c2a66..d0511703 100644
--- a/lib/platform/CXWindowsClipboardAnyBitmapConverter.cpp
+++ b/lib/platform/CXWindowsClipboardAnyBitmapConverter.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CXWindowsClipboardAnyBitmapConverter.h b/lib/platform/CXWindowsClipboardAnyBitmapConverter.h
index 59355bd2..97887245 100644
--- a/lib/platform/CXWindowsClipboardAnyBitmapConverter.h
+++ b/lib/platform/CXWindowsClipboardAnyBitmapConverter.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CXWindowsClipboardBMPConverter.cpp b/lib/platform/CXWindowsClipboardBMPConverter.cpp
index 5aa2794c..26707607 100644
--- a/lib/platform/CXWindowsClipboardBMPConverter.cpp
+++ b/lib/platform/CXWindowsClipboardBMPConverter.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CXWindowsClipboardBMPConverter.h b/lib/platform/CXWindowsClipboardBMPConverter.h
index 8bf1525b..881ab467 100644
--- a/lib/platform/CXWindowsClipboardBMPConverter.h
+++ b/lib/platform/CXWindowsClipboardBMPConverter.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CXWindowsClipboardHTMLConverter.cpp b/lib/platform/CXWindowsClipboardHTMLConverter.cpp
index 06e34f2e..fa0886fd 100644
--- a/lib/platform/CXWindowsClipboardHTMLConverter.cpp
+++ b/lib/platform/CXWindowsClipboardHTMLConverter.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CXWindowsClipboardHTMLConverter.h b/lib/platform/CXWindowsClipboardHTMLConverter.h
index 423311e0..d83e3f4d 100644
--- a/lib/platform/CXWindowsClipboardHTMLConverter.h
+++ b/lib/platform/CXWindowsClipboardHTMLConverter.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CXWindowsClipboardTextConverter.cpp b/lib/platform/CXWindowsClipboardTextConverter.cpp
index 73fafaae..10a03bfd 100644
--- a/lib/platform/CXWindowsClipboardTextConverter.cpp
+++ b/lib/platform/CXWindowsClipboardTextConverter.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CXWindowsClipboardTextConverter.h b/lib/platform/CXWindowsClipboardTextConverter.h
index 332e454c..43455d1d 100644
--- a/lib/platform/CXWindowsClipboardTextConverter.h
+++ b/lib/platform/CXWindowsClipboardTextConverter.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CXWindowsClipboardUCS2Converter.cpp b/lib/platform/CXWindowsClipboardUCS2Converter.cpp
index fe00722f..554cd130 100644
--- a/lib/platform/CXWindowsClipboardUCS2Converter.cpp
+++ b/lib/platform/CXWindowsClipboardUCS2Converter.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CXWindowsClipboardUCS2Converter.h b/lib/platform/CXWindowsClipboardUCS2Converter.h
index dd2379f2..47f4cba6 100644
--- a/lib/platform/CXWindowsClipboardUCS2Converter.h
+++ b/lib/platform/CXWindowsClipboardUCS2Converter.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CXWindowsClipboardUTF8Converter.cpp b/lib/platform/CXWindowsClipboardUTF8Converter.cpp
index e89adb94..30263d8f 100644
--- a/lib/platform/CXWindowsClipboardUTF8Converter.cpp
+++ b/lib/platform/CXWindowsClipboardUTF8Converter.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CXWindowsClipboardUTF8Converter.h b/lib/platform/CXWindowsClipboardUTF8Converter.h
index fc0af432..e6ba1588 100644
--- a/lib/platform/CXWindowsClipboardUTF8Converter.h
+++ b/lib/platform/CXWindowsClipboardUTF8Converter.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CXWindowsEventQueueBuffer.cpp b/lib/platform/CXWindowsEventQueueBuffer.cpp
index 225d0d10..91eea415 100644
--- a/lib/platform/CXWindowsEventQueueBuffer.cpp
+++ b/lib/platform/CXWindowsEventQueueBuffer.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CXWindowsEventQueueBuffer.h b/lib/platform/CXWindowsEventQueueBuffer.h
index 70bc0a3a..a1d5d4be 100644
--- a/lib/platform/CXWindowsEventQueueBuffer.h
+++ b/lib/platform/CXWindowsEventQueueBuffer.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CXWindowsKeyState.cpp b/lib/platform/CXWindowsKeyState.cpp
index f5f2d076..d8b4eee7 100644
--- a/lib/platform/CXWindowsKeyState.cpp
+++ b/lib/platform/CXWindowsKeyState.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2003 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2003 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CXWindowsKeyState.h b/lib/platform/CXWindowsKeyState.h
index b2cfa45b..79045e32 100644
--- a/lib/platform/CXWindowsKeyState.h
+++ b/lib/platform/CXWindowsKeyState.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2003 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2003 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CXWindowsScreen.cpp b/lib/platform/CXWindowsScreen.cpp
index 2251ecfc..66fff57f 100644
--- a/lib/platform/CXWindowsScreen.cpp
+++ b/lib/platform/CXWindowsScreen.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CXWindowsScreen.h b/lib/platform/CXWindowsScreen.h
index 1a3988c1..17e9bb4b 100644
--- a/lib/platform/CXWindowsScreen.h
+++ b/lib/platform/CXWindowsScreen.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CXWindowsScreenSaver.cpp b/lib/platform/CXWindowsScreenSaver.cpp
index 7612c136..0844996b 100644
--- a/lib/platform/CXWindowsScreenSaver.cpp
+++ b/lib/platform/CXWindowsScreenSaver.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CXWindowsScreenSaver.h b/lib/platform/CXWindowsScreenSaver.h
index 3e9205c6..1e0057cc 100644
--- a/lib/platform/CXWindowsScreenSaver.h
+++ b/lib/platform/CXWindowsScreenSaver.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CXWindowsUtil.cpp b/lib/platform/CXWindowsUtil.cpp
index eb958a46..3f57d579 100644
--- a/lib/platform/CXWindowsUtil.cpp
+++ b/lib/platform/CXWindowsUtil.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/CXWindowsUtil.h b/lib/platform/CXWindowsUtil.h
index 40eda4a6..150972ad 100644
--- a/lib/platform/CXWindowsUtil.h
+++ b/lib/platform/CXWindowsUtil.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/platform/OSXScreenSaverControl.h b/lib/platform/OSXScreenSaverControl.h
index 0e7bf1f5..fa2d99e0 100644
--- a/lib/platform/OSXScreenSaverControl.h
+++ b/lib/platform/OSXScreenSaverControl.h
@@ -1,7 +1,7 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- *
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
+ *
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* found in the file COPYING that should have accompanied this file.
diff --git a/lib/server/CBaseClientProxy.cpp b/lib/server/CBaseClientProxy.cpp
index 5c07d6d6..f23cc6be 100644
--- a/lib/server/CBaseClientProxy.cpp
+++ b/lib/server/CBaseClientProxy.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2006 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2006 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/server/CBaseClientProxy.h b/lib/server/CBaseClientProxy.h
index 717a75d0..7394b3f2 100644
--- a/lib/server/CBaseClientProxy.h
+++ b/lib/server/CBaseClientProxy.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/server/CClientListener.cpp b/lib/server/CClientListener.cpp
index dd0fe8e0..e528422d 100644
--- a/lib/server/CClientListener.cpp
+++ b/lib/server/CClientListener.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/server/CClientListener.h b/lib/server/CClientListener.h
index 95d3e83d..c904e350 100644
--- a/lib/server/CClientListener.h
+++ b/lib/server/CClientListener.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/server/CClientProxy.cpp b/lib/server/CClientProxy.cpp
index 700debbf..02d0fc34 100644
--- a/lib/server/CClientProxy.cpp
+++ b/lib/server/CClientProxy.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/server/CClientProxy.h b/lib/server/CClientProxy.h
index 71a2f9da..a5d4b8e1 100644
--- a/lib/server/CClientProxy.h
+++ b/lib/server/CClientProxy.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/server/CClientProxy1_0.cpp b/lib/server/CClientProxy1_0.cpp
index 78b7a7d8..7a902dc4 100644
--- a/lib/server/CClientProxy1_0.cpp
+++ b/lib/server/CClientProxy1_0.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/server/CClientProxy1_0.h b/lib/server/CClientProxy1_0.h
index 37cbd9c2..68318afd 100644
--- a/lib/server/CClientProxy1_0.h
+++ b/lib/server/CClientProxy1_0.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/server/CClientProxy1_1.cpp b/lib/server/CClientProxy1_1.cpp
index 3f2b9f90..e0785032 100644
--- a/lib/server/CClientProxy1_1.cpp
+++ b/lib/server/CClientProxy1_1.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/server/CClientProxy1_1.h b/lib/server/CClientProxy1_1.h
index 13b07c5c..aa1b2a7e 100644
--- a/lib/server/CClientProxy1_1.h
+++ b/lib/server/CClientProxy1_1.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/server/CClientProxy1_2.cpp b/lib/server/CClientProxy1_2.cpp
index 6d9e1370..80e102eb 100644
--- a/lib/server/CClientProxy1_2.cpp
+++ b/lib/server/CClientProxy1_2.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/server/CClientProxy1_2.h b/lib/server/CClientProxy1_2.h
index cbc78752..1ac9a25b 100644
--- a/lib/server/CClientProxy1_2.h
+++ b/lib/server/CClientProxy1_2.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/server/CClientProxy1_3.cpp b/lib/server/CClientProxy1_3.cpp
index 60b6d9a6..97c56e77 100644
--- a/lib/server/CClientProxy1_3.cpp
+++ b/lib/server/CClientProxy1_3.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2006 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2006 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/server/CClientProxy1_3.h b/lib/server/CClientProxy1_3.h
index 63b6e546..22f5ae3b 100644
--- a/lib/server/CClientProxy1_3.h
+++ b/lib/server/CClientProxy1_3.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2006 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2006 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/server/CClientProxyUnknown.cpp b/lib/server/CClientProxyUnknown.cpp
index 3b77eea1..580652a1 100644
--- a/lib/server/CClientProxyUnknown.cpp
+++ b/lib/server/CClientProxyUnknown.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/server/CClientProxyUnknown.h b/lib/server/CClientProxyUnknown.h
index 4841a204..abba91f3 100644
--- a/lib/server/CClientProxyUnknown.h
+++ b/lib/server/CClientProxyUnknown.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/server/CConfig.cpp b/lib/server/CConfig.cpp
index 648d5d6c..d906429c 100644
--- a/lib/server/CConfig.cpp
+++ b/lib/server/CConfig.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/server/CConfig.h b/lib/server/CConfig.h
index ec083e74..32add041 100644
--- a/lib/server/CConfig.h
+++ b/lib/server/CConfig.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/server/CInputFilter.cpp b/lib/server/CInputFilter.cpp
index 6ee44fc7..b6f80a4f 100644
--- a/lib/server/CInputFilter.cpp
+++ b/lib/server/CInputFilter.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2005 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2005 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/server/CInputFilter.h b/lib/server/CInputFilter.h
index 5d9883bf..066ad4d4 100644
--- a/lib/server/CInputFilter.h
+++ b/lib/server/CInputFilter.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2005 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2005 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/server/CPrimaryClient.cpp b/lib/server/CPrimaryClient.cpp
index 849044fe..8f28b34d 100644
--- a/lib/server/CPrimaryClient.cpp
+++ b/lib/server/CPrimaryClient.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/server/CPrimaryClient.h b/lib/server/CPrimaryClient.h
index 4f3bc7bf..a7e2099b 100644
--- a/lib/server/CPrimaryClient.h
+++ b/lib/server/CPrimaryClient.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/server/CServer.cpp b/lib/server/CServer.cpp
index fbad5f54..9e093ccc 100644
--- a/lib/server/CServer.cpp
+++ b/lib/server/CServer.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/server/CServer.h b/lib/server/CServer.h
index 9ff88842..d56ef058 100644
--- a/lib/server/CServer.h
+++ b/lib/server/CServer.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/CApp.cpp b/lib/synergy/CApp.cpp
index 95d6957e..161859fe 100644
--- a/lib/synergy/CApp.cpp
+++ b/lib/synergy/CApp.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/CApp.h b/lib/synergy/CApp.h
index eafa5e02..15528a2c 100644
--- a/lib/synergy/CApp.h
+++ b/lib/synergy/CApp.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/CClientApp.cpp b/lib/synergy/CClientApp.cpp
index 28a0da5d..77a086b4 100644
--- a/lib/synergy/CClientApp.cpp
+++ b/lib/synergy/CClientApp.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -199,7 +198,7 @@ const char*
CClientApp::daemonName() const
{
#if SYSAPI_WIN32
- return "Synergy+ Client";
+ return "Synergy Client";
#elif SYSAPI_UNIX
return "synergyc";
#endif
diff --git a/lib/synergy/CClientApp.h b/lib/synergy/CClientApp.h
index 89fbe67b..21f3dab3 100644
--- a/lib/synergy/CClientApp.h
+++ b/lib/synergy/CClientApp.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/CClientTaskBarReceiver.cpp b/lib/synergy/CClientTaskBarReceiver.cpp
index cfe8a221..8f12b079 100644
--- a/lib/synergy/CClientTaskBarReceiver.cpp
+++ b/lib/synergy/CClientTaskBarReceiver.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2003 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2003 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/CClientTaskBarReceiver.h b/lib/synergy/CClientTaskBarReceiver.h
index 644144d4..03416f71 100644
--- a/lib/synergy/CClientTaskBarReceiver.h
+++ b/lib/synergy/CClientTaskBarReceiver.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2003 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2003 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/CClipboard.cpp b/lib/synergy/CClipboard.cpp
index b485c2a2..9469f0cc 100644
--- a/lib/synergy/CClipboard.cpp
+++ b/lib/synergy/CClipboard.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/CClipboard.h b/lib/synergy/CClipboard.h
index 7423561e..cdc14d31 100644
--- a/lib/synergy/CClipboard.h
+++ b/lib/synergy/CClipboard.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/CKeyMap.cpp b/lib/synergy/CKeyMap.cpp
index a31e930e..9c12468b 100644
--- a/lib/synergy/CKeyMap.cpp
+++ b/lib/synergy/CKeyMap.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2005 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2005 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/CKeyMap.h b/lib/synergy/CKeyMap.h
index 04381138..e3ef46f6 100644
--- a/lib/synergy/CKeyMap.h
+++ b/lib/synergy/CKeyMap.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2005 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2005 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/CKeyState.cpp b/lib/synergy/CKeyState.cpp
index cf438eb3..ddef5864 100644
--- a/lib/synergy/CKeyState.cpp
+++ b/lib/synergy/CKeyState.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/CKeyState.h b/lib/synergy/CKeyState.h
index e179d82e..67540b59 100644
--- a/lib/synergy/CKeyState.h
+++ b/lib/synergy/CKeyState.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/CPacketStreamFilter.cpp b/lib/synergy/CPacketStreamFilter.cpp
index 25c425ed..a37d5872 100644
--- a/lib/synergy/CPacketStreamFilter.cpp
+++ b/lib/synergy/CPacketStreamFilter.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/CPacketStreamFilter.h b/lib/synergy/CPacketStreamFilter.h
index 0dded74f..16d23b93 100644
--- a/lib/synergy/CPacketStreamFilter.h
+++ b/lib/synergy/CPacketStreamFilter.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/CPlatformScreen.cpp b/lib/synergy/CPlatformScreen.cpp
index 12936830..7b640849 100644
--- a/lib/synergy/CPlatformScreen.cpp
+++ b/lib/synergy/CPlatformScreen.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/CPlatformScreen.h b/lib/synergy/CPlatformScreen.h
index ff07ed1e..355a9da4 100644
--- a/lib/synergy/CPlatformScreen.h
+++ b/lib/synergy/CPlatformScreen.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/CProtocolUtil.cpp b/lib/synergy/CProtocolUtil.cpp
index dad31320..ecda7ba8 100644
--- a/lib/synergy/CProtocolUtil.cpp
+++ b/lib/synergy/CProtocolUtil.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/CProtocolUtil.h b/lib/synergy/CProtocolUtil.h
index 443456ff..1d5494fd 100644
--- a/lib/synergy/CProtocolUtil.h
+++ b/lib/synergy/CProtocolUtil.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/CScreen.cpp b/lib/synergy/CScreen.cpp
index 907b5aba..d5f03715 100644
--- a/lib/synergy/CScreen.cpp
+++ b/lib/synergy/CScreen.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2003 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2003 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/CScreen.h b/lib/synergy/CScreen.h
index 6f6a363d..dce983ee 100644
--- a/lib/synergy/CScreen.h
+++ b/lib/synergy/CScreen.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/CServerApp.cpp b/lib/synergy/CServerApp.cpp
index d3b16ecd..141ed4bc 100644
--- a/lib/synergy/CServerApp.cpp
+++ b/lib/synergy/CServerApp.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -867,7 +866,7 @@ const char*
CServerApp::daemonName() const
{
#if SYSAPI_WIN32
- return "Synergy+ Server";
+ return "Synergy Server";
#elif SYSAPI_UNIX
return "synergys";
#endif
diff --git a/lib/synergy/CServerApp.h b/lib/synergy/CServerApp.h
index 1b018cea..cd187d0f 100644
--- a/lib/synergy/CServerApp.h
+++ b/lib/synergy/CServerApp.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/CServerTaskBarReceiver.cpp b/lib/synergy/CServerTaskBarReceiver.cpp
index fee615e0..ca19af73 100644
--- a/lib/synergy/CServerTaskBarReceiver.cpp
+++ b/lib/synergy/CServerTaskBarReceiver.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2003 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2003 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/CServerTaskBarReceiver.h b/lib/synergy/CServerTaskBarReceiver.h
index 5492880b..9bfb5cc7 100644
--- a/lib/synergy/CServerTaskBarReceiver.h
+++ b/lib/synergy/CServerTaskBarReceiver.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2003 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2003 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/ClipboardTypes.h b/lib/synergy/ClipboardTypes.h
index 9db2719d..43ecf408 100644
--- a/lib/synergy/ClipboardTypes.h
+++ b/lib/synergy/ClipboardTypes.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/IClient.h b/lib/synergy/IClient.h
index 4a632182..825d316d 100644
--- a/lib/synergy/IClient.h
+++ b/lib/synergy/IClient.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/IClipboard.cpp b/lib/synergy/IClipboard.cpp
index 93d683d5..d130ad07 100644
--- a/lib/synergy/IClipboard.cpp
+++ b/lib/synergy/IClipboard.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/IClipboard.h b/lib/synergy/IClipboard.h
index ae1b6c99..a4dca4b7 100644
--- a/lib/synergy/IClipboard.h
+++ b/lib/synergy/IClipboard.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/IKeyState.cpp b/lib/synergy/IKeyState.cpp
index b79a0abb..08d447ec 100644
--- a/lib/synergy/IKeyState.cpp
+++ b/lib/synergy/IKeyState.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/IKeyState.h b/lib/synergy/IKeyState.h
index f735b65d..1cdd66e5 100644
--- a/lib/synergy/IKeyState.h
+++ b/lib/synergy/IKeyState.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2003 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2003 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/INode.h b/lib/synergy/INode.h
index bcc9acf5..50a1fd66 100644
--- a/lib/synergy/INode.h
+++ b/lib/synergy/INode.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/IPlatformScreen.h b/lib/synergy/IPlatformScreen.h
index 3660486f..76058bb2 100644
--- a/lib/synergy/IPlatformScreen.h
+++ b/lib/synergy/IPlatformScreen.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/IPrimaryScreen.cpp b/lib/synergy/IPrimaryScreen.cpp
index a288800e..2e9c4c55 100644
--- a/lib/synergy/IPrimaryScreen.cpp
+++ b/lib/synergy/IPrimaryScreen.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/IPrimaryScreen.h b/lib/synergy/IPrimaryScreen.h
index cac38554..534eba21 100644
--- a/lib/synergy/IPrimaryScreen.h
+++ b/lib/synergy/IPrimaryScreen.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2003 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2003 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/IScreen.cpp b/lib/synergy/IScreen.cpp
index e1a0d036..6ec1a977 100644
--- a/lib/synergy/IScreen.cpp
+++ b/lib/synergy/IScreen.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2004 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/IScreen.h b/lib/synergy/IScreen.h
index 004c8b40..b6f5e107 100644
--- a/lib/synergy/IScreen.h
+++ b/lib/synergy/IScreen.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2003 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2003 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/IScreenSaver.h b/lib/synergy/IScreenSaver.h
index 0ce5be6e..460518c3 100644
--- a/lib/synergy/IScreenSaver.h
+++ b/lib/synergy/IScreenSaver.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/ISecondaryScreen.h b/lib/synergy/ISecondaryScreen.h
index 5165b23a..3e6068e9 100644
--- a/lib/synergy/ISecondaryScreen.h
+++ b/lib/synergy/ISecondaryScreen.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2003 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2003 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/KeyTypes.cpp b/lib/synergy/KeyTypes.cpp
index 13e2d745..a51e6ffb 100644
--- a/lib/synergy/KeyTypes.cpp
+++ b/lib/synergy/KeyTypes.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/KeyTypes.h b/lib/synergy/KeyTypes.h
index f5aaf343..46eb9ee0 100644
--- a/lib/synergy/KeyTypes.h
+++ b/lib/synergy/KeyTypes.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/MouseTypes.h b/lib/synergy/MouseTypes.h
index 2b70e168..b72c7056 100644
--- a/lib/synergy/MouseTypes.h
+++ b/lib/synergy/MouseTypes.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/OptionTypes.h b/lib/synergy/OptionTypes.h
index 67597cce..719ed4b6 100644
--- a/lib/synergy/OptionTypes.h
+++ b/lib/synergy/OptionTypes.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/ProtocolTypes.cpp b/lib/synergy/ProtocolTypes.cpp
index 57c7f0a7..a02bfd1c 100644
--- a/lib/synergy/ProtocolTypes.cpp
+++ b/lib/synergy/ProtocolTypes.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/ProtocolTypes.h b/lib/synergy/ProtocolTypes.h
index ec2c2ed9..55a40157 100644
--- a/lib/synergy/ProtocolTypes.h
+++ b/lib/synergy/ProtocolTypes.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/XScreen.cpp b/lib/synergy/XScreen.cpp
index e50272e9..1a168ac8 100644
--- a/lib/synergy/XScreen.cpp
+++ b/lib/synergy/XScreen.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/XScreen.h b/lib/synergy/XScreen.h
index afa0158f..991e230e 100644
--- a/lib/synergy/XScreen.h
+++ b/lib/synergy/XScreen.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/XSynergy.cpp b/lib/synergy/XSynergy.cpp
index c4b97902..e3191c2e 100644
--- a/lib/synergy/XSynergy.cpp
+++ b/lib/synergy/XSynergy.cpp
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/lib/synergy/XSynergy.h b/lib/synergy/XSynergy.h
index ea3ddd64..59b63964 100644
--- a/lib/synergy/XSynergy.h
+++ b/lib/synergy/XSynergy.h
@@ -1,7 +1,6 @@
/*
- * synergy-plus -- mouse and keyboard sharing utility
- * Copyright (C) 2009 The Synergy+ Project
- * Copyright (C) 2002 Chris Schoeneman
+ * synergy -- mouse and keyboard sharing utility
+ * Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License