diff --git a/CMakeLists.txt b/CMakeLists.txt
index cd6a37c1..bb4c19f7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,3 +1,18 @@
+# synergy-plus -- mouse and keyboard sharing utility
+# Copyright (C) 2009 The Synergy+ Project
+#
+# 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.
+#
+# This package is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see .
+
# Version number for Synergy+
SET(VERSION_MAJOR 1)
SET(VERSION_MINOR 4)
diff --git a/build/__init__.py b/build/__init__.py
index e69de29b..e1fb17d2 100644
--- a/build/__init__.py
+++ b/build/__init__.py
@@ -0,0 +1,14 @@
+# synergy-plus -- mouse and keyboard sharing utility
+# Copyright (C) 2009 The Synergy+ Project
+#
+# 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.
+#
+# This package is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see .
\ No newline at end of file
diff --git a/build/commands.py b/build/commands.py
index 875937ba..7a93af8d 100644
--- a/build/commands.py
+++ b/build/commands.py
@@ -1,3 +1,18 @@
+# synergy-plus -- mouse and keyboard sharing utility
+# Copyright (C) 2009 The Synergy+ Project
+#
+# 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.
+#
+# This package is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see .
+
# TODO: split this file up, it's too long!
import sys, os, ConfigParser, subprocess, shutil, re
diff --git a/cmake/CMakeLists_config.txt b/cmake/CMakeLists_config.txt
index 66a26e21..a29a5645 100644
--- a/cmake/CMakeLists_config.txt
+++ b/cmake/CMakeLists_config.txt
@@ -1,3 +1,18 @@
+# synergy-plus -- mouse and keyboard sharing utility
+# Copyright (C) 2009 The Synergy+ Project
+#
+# 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.
+#
+# This package is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see .
+
# Declare libs, so we can use list in linker later. There's probably
# a more elegant way of doing this; with SCons, when you check for the
# lib, it is automatically passed to the linker.
diff --git a/cmake/CMakeLists_cpack.txt b/cmake/CMakeLists_cpack.txt
index 681340c4..cf73edbc 100644
--- a/cmake/CMakeLists_cpack.txt
+++ b/cmake/CMakeLists_cpack.txt
@@ -1,9 +1,20 @@
+# synergy-plus -- mouse and keyboard sharing utility
+# Copyright (C) 2009 The Synergy+ Project
+#
+# 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.
+#
+# This package is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
#
-# Synergy+ CPack config
-#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see .
+
# List of CPack variables:
# http://www.vtk.org/Wiki/CMake:CPackConfiguration
-#
# CPack files common to all platforms.
SET(cpack_targets synergys synergyc)
diff --git a/cmake/CMakeLists_launcher.txt b/cmake/CMakeLists_launcher.txt
index 032f20b4..09131ca2 100644
--- a/cmake/CMakeLists_launcher.txt
+++ b/cmake/CMakeLists_launcher.txt
@@ -1,3 +1,18 @@
+# synergy-plus -- mouse and keyboard sharing utility
+# Copyright (C) 2009 The Synergy+ Project
+#
+# 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.
+#
+# This package is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see .
+
IF(WIN32)
SET(root_cmd_launcher ${root_dir}/cmd/launcher)
diff --git a/cmake/CMakeLists_lib.txt b/cmake/CMakeLists_lib.txt
index a6972100..9e847cd9 100644
--- a/cmake/CMakeLists_lib.txt
+++ b/cmake/CMakeLists_lib.txt
@@ -1,3 +1,18 @@
+# synergy-plus -- mouse and keyboard sharing utility
+# Copyright (C) 2009 The Synergy+ Project
+#
+# 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.
+#
+# This package is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see .
+
SET(root_lib ${root_dir}/lib)
SET(src_lib_arch
diff --git a/cmake/CMakeLists_synergyc.txt b/cmake/CMakeLists_synergyc.txt
index 5bd3a0b5..f7cfda7c 100644
--- a/cmake/CMakeLists_synergyc.txt
+++ b/cmake/CMakeLists_synergyc.txt
@@ -1,3 +1,18 @@
+# synergy-plus -- mouse and keyboard sharing utility
+# Copyright (C) 2009 The Synergy+ Project
+#
+# 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.
+#
+# This package is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see .
+
SET(root_cmd_synergyc ${root_dir}/cmd/synergyc)
SET(src_cmd_synergyc_common
diff --git a/cmake/CMakeLists_synergys.txt b/cmake/CMakeLists_synergys.txt
index 08bbf1f1..2d17fe46 100644
--- a/cmake/CMakeLists_synergys.txt
+++ b/cmake/CMakeLists_synergys.txt
@@ -1,3 +1,18 @@
+# synergy-plus -- mouse and keyboard sharing utility
+# Copyright (C) 2009 The Synergy+ Project
+#
+# 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.
+#
+# This package is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see .
+
SET(root_cmd_synergys ${root_dir}/cmd/synergys)
SET(src_cmd_synergys_common
diff --git a/cmd/launcher/CAddScreen.cpp b/cmd/launcher/CAddScreen.cpp
index 5a876b77..c9d80546 100644
--- a/cmd/launcher/CAddScreen.cpp
+++ b/cmd/launcher/CAddScreen.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CConfig.h"
diff --git a/cmd/launcher/CAddScreen.h b/cmd/launcher/CAddScreen.h
index e926c498..2f75835b 100644
--- a/cmd/launcher/CAddScreen.h
+++ b/cmd/launcher/CAddScreen.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2003 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CADDSCREEN_H
diff --git a/cmd/launcher/CAdvancedOptions.cpp b/cmd/launcher/CAdvancedOptions.cpp
index c1ea83ef..c2cea178 100644
--- a/cmd/launcher/CAdvancedOptions.cpp
+++ b/cmd/launcher/CAdvancedOptions.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CConfig.h"
diff --git a/cmd/launcher/CAdvancedOptions.h b/cmd/launcher/CAdvancedOptions.h
index 1dd9dc44..81a6928f 100644
--- a/cmd/launcher/CAdvancedOptions.h
+++ b/cmd/launcher/CAdvancedOptions.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2003 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CADVANCEDOPTIONS_H
diff --git a/cmd/launcher/CAutoStart.cpp b/cmd/launcher/CAutoStart.cpp
index b57fb559..581b7124 100644
--- a/cmd/launcher/CAutoStart.cpp
+++ b/cmd/launcher/CAutoStart.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CLog.h"
diff --git a/cmd/launcher/CAutoStart.h b/cmd/launcher/CAutoStart.h
index 46aad100..05150932 100644
--- a/cmd/launcher/CAutoStart.h
+++ b/cmd/launcher/CAutoStart.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CAUTOSTART_H
diff --git a/cmd/launcher/CGlobalOptions.cpp b/cmd/launcher/CGlobalOptions.cpp
index 8237a07f..eea3be9f 100644
--- a/cmd/launcher/CGlobalOptions.cpp
+++ b/cmd/launcher/CGlobalOptions.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CConfig.h"
diff --git a/cmd/launcher/CGlobalOptions.h b/cmd/launcher/CGlobalOptions.h
index f04f1bae..a92aa2bf 100644
--- a/cmd/launcher/CGlobalOptions.h
+++ b/cmd/launcher/CGlobalOptions.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2003 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CGLOBALOPTIONS_H
diff --git a/cmd/launcher/CHotkeyOptions.cpp b/cmd/launcher/CHotkeyOptions.cpp
index 4ea6a40b..cdb67fdc 100644
--- a/cmd/launcher/CHotkeyOptions.cpp
+++ b/cmd/launcher/CHotkeyOptions.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2006 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CArchMiscWindows.h"
diff --git a/cmd/launcher/CHotkeyOptions.h b/cmd/launcher/CHotkeyOptions.h
index dec5367a..c1d739d7 100644
--- a/cmd/launcher/CHotkeyOptions.h
+++ b/cmd/launcher/CHotkeyOptions.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2006 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CHOTKEYOPTIONS_H
diff --git a/cmd/launcher/CInfo.cpp b/cmd/launcher/CInfo.cpp
index 73d4085a..03364ba9 100644
--- a/cmd/launcher/CInfo.cpp
+++ b/cmd/launcher/CInfo.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2006 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "ProtocolTypes.h"
diff --git a/cmd/launcher/CInfo.h b/cmd/launcher/CInfo.h
index 2d85ec7d..75962dd6 100644
--- a/cmd/launcher/CInfo.h
+++ b/cmd/launcher/CInfo.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2006 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CINFO_H
diff --git a/cmd/launcher/CScreensLinks.cpp b/cmd/launcher/CScreensLinks.cpp
index b9fe2474..3bc27bd9 100644
--- a/cmd/launcher/CScreensLinks.cpp
+++ b/cmd/launcher/CScreensLinks.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CConfig.h"
diff --git a/cmd/launcher/CScreensLinks.h b/cmd/launcher/CScreensLinks.h
index 8ffd0089..da0b0251 100644
--- a/cmd/launcher/CScreensLinks.h
+++ b/cmd/launcher/CScreensLinks.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2003 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CSCREENSLINKS_H
diff --git a/cmd/launcher/LaunchUtil.cpp b/cmd/launcher/LaunchUtil.cpp
index 05b517e7..baf3c0bc 100644
--- a/cmd/launcher/LaunchUtil.cpp
+++ b/cmd/launcher/LaunchUtil.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CConfig.h"
diff --git a/cmd/launcher/LaunchUtil.h b/cmd/launcher/LaunchUtil.h
index 75954046..5d1840ff 100644
--- a/cmd/launcher/LaunchUtil.h
+++ b/cmd/launcher/LaunchUtil.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef LAUNCHUTIL_H
diff --git a/cmd/launcher/launcher.cpp b/cmd/launcher/launcher.cpp
index 043293ae..43df3d20 100644
--- a/cmd/launcher/launcher.cpp
+++ b/cmd/launcher/launcher.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CConfig.h"
diff --git a/cmd/synergyc/CMSWindowsClientTaskBarReceiver.cpp b/cmd/synergyc/CMSWindowsClientTaskBarReceiver.cpp
index f328a233..0ad5b312 100644
--- a/cmd/synergyc/CMSWindowsClientTaskBarReceiver.cpp
+++ b/cmd/synergyc/CMSWindowsClientTaskBarReceiver.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2003 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CMSWindowsClientTaskBarReceiver.h"
diff --git a/cmd/synergyc/CMSWindowsClientTaskBarReceiver.h b/cmd/synergyc/CMSWindowsClientTaskBarReceiver.h
index 5c4d9cdf..9b9ba2a5 100644
--- a/cmd/synergyc/CMSWindowsClientTaskBarReceiver.h
+++ b/cmd/synergyc/CMSWindowsClientTaskBarReceiver.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2003 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CMSWINDOWSCLIENTTASKBARRECEIVER_H
diff --git a/cmd/synergyc/COSXClientTaskBarReceiver.cpp b/cmd/synergyc/COSXClientTaskBarReceiver.cpp
index 08d1fad7..b704af96 100644
--- a/cmd/synergyc/COSXClientTaskBarReceiver.cpp
+++ b/cmd/synergyc/COSXClientTaskBarReceiver.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "COSXClientTaskBarReceiver.h"
diff --git a/cmd/synergyc/COSXClientTaskBarReceiver.h b/cmd/synergyc/COSXClientTaskBarReceiver.h
index 59bca97c..cd4c0ed4 100644
--- a/cmd/synergyc/COSXClientTaskBarReceiver.h
+++ b/cmd/synergyc/COSXClientTaskBarReceiver.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef COSXCLIENTTASKBARRECEIVER_H
diff --git a/cmd/synergyc/CXWindowsClientTaskBarReceiver.cpp b/cmd/synergyc/CXWindowsClientTaskBarReceiver.cpp
index 965f698e..9e5555d8 100644
--- a/cmd/synergyc/CXWindowsClientTaskBarReceiver.cpp
+++ b/cmd/synergyc/CXWindowsClientTaskBarReceiver.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2003 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CXWindowsClientTaskBarReceiver.h"
diff --git a/cmd/synergyc/CXWindowsClientTaskBarReceiver.h b/cmd/synergyc/CXWindowsClientTaskBarReceiver.h
index fa9da471..e205fd81 100644
--- a/cmd/synergyc/CXWindowsClientTaskBarReceiver.h
+++ b/cmd/synergyc/CXWindowsClientTaskBarReceiver.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2003 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CXWINDOWSCLIENTTASKBARRECEIVER_H
diff --git a/cmd/synergyc/synergyc.cpp b/cmd/synergyc/synergyc.cpp
index bd415e6a..eab0f191 100644
--- a/cmd/synergyc/synergyc.cpp
+++ b/cmd/synergyc/synergyc.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CClientApp.h"
diff --git a/cmd/synergys/CMSWindowsServerTaskBarReceiver.cpp b/cmd/synergys/CMSWindowsServerTaskBarReceiver.cpp
index 00126806..3cf906c9 100644
--- a/cmd/synergys/CMSWindowsServerTaskBarReceiver.cpp
+++ b/cmd/synergys/CMSWindowsServerTaskBarReceiver.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2003 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CMSWindowsServerTaskBarReceiver.h"
diff --git a/cmd/synergys/CMSWindowsServerTaskBarReceiver.h b/cmd/synergys/CMSWindowsServerTaskBarReceiver.h
index 22decc8d..cc9905b5 100644
--- a/cmd/synergys/CMSWindowsServerTaskBarReceiver.h
+++ b/cmd/synergys/CMSWindowsServerTaskBarReceiver.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2003 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CMSWINDOWSSERVERTASKBARRECEIVER_H
diff --git a/cmd/synergys/COSXServerTaskBarReceiver.cpp b/cmd/synergys/COSXServerTaskBarReceiver.cpp
index 4770478b..a66175dc 100644
--- a/cmd/synergys/COSXServerTaskBarReceiver.cpp
+++ b/cmd/synergys/COSXServerTaskBarReceiver.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "COSXServerTaskBarReceiver.h"
diff --git a/cmd/synergys/COSXServerTaskBarReceiver.h b/cmd/synergys/COSXServerTaskBarReceiver.h
index 7f6dc298..8a4dad6d 100644
--- a/cmd/synergys/COSXServerTaskBarReceiver.h
+++ b/cmd/synergys/COSXServerTaskBarReceiver.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef COSXSERVERTASKBARRECEIVER_H
diff --git a/cmd/synergys/CXWindowsServerTaskBarReceiver.cpp b/cmd/synergys/CXWindowsServerTaskBarReceiver.cpp
index 61db20df..ef22f9dd 100644
--- a/cmd/synergys/CXWindowsServerTaskBarReceiver.cpp
+++ b/cmd/synergys/CXWindowsServerTaskBarReceiver.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2003 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CXWindowsServerTaskBarReceiver.h"
diff --git a/cmd/synergys/CXWindowsServerTaskBarReceiver.h b/cmd/synergys/CXWindowsServerTaskBarReceiver.h
index 73234123..2e7e3d16 100644
--- a/cmd/synergys/CXWindowsServerTaskBarReceiver.h
+++ b/cmd/synergys/CXWindowsServerTaskBarReceiver.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2003 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CXWINDOWSSERVERTASKBARRECEIVER_H
diff --git a/cmd/synergys/synergys.cpp b/cmd/synergys/synergys.cpp
index 6272cdae..d193106f 100644
--- a/cmd/synergys/synergys.cpp
+++ b/cmd/synergys/synergys.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CServerApp.h"
diff --git a/gui/src/AboutDialog.cpp b/gui/src/AboutDialog.cpp
index 2264b7b3..546276b1 100644
--- a/gui/src/AboutDialog.cpp
+++ b/gui/src/AboutDialog.cpp
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#include "AboutDialog.h"
#include
diff --git a/gui/src/AboutDialog.h b/gui/src/AboutDialog.h
index 95cf3601..829f1d33 100644
--- a/gui/src/AboutDialog.h
+++ b/gui/src/AboutDialog.h
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#if !defined(ABOUTDIALOG__H)
#define ABOUTDIALOG__H
diff --git a/gui/src/Action.cpp b/gui/src/Action.cpp
index f96daf62..9ec157e8 100644
--- a/gui/src/Action.cpp
+++ b/gui/src/Action.cpp
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#include "Action.h"
#include
diff --git a/gui/src/Action.h b/gui/src/Action.h
index d3b69566..3a1c63be 100644
--- a/gui/src/Action.h
+++ b/gui/src/Action.h
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#if !defined(ACTION_H)
#define ACTION_H
diff --git a/gui/src/ActionDialog.cpp b/gui/src/ActionDialog.cpp
index 661f2575..57080e49 100644
--- a/gui/src/ActionDialog.cpp
+++ b/gui/src/ActionDialog.cpp
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#include "ActionDialog.h"
#include "Hotkey.h"
diff --git a/gui/src/ActionDialog.h b/gui/src/ActionDialog.h
index 5c7945a4..94a716c3 100644
--- a/gui/src/ActionDialog.h
+++ b/gui/src/ActionDialog.h
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#if !defined(ACTIONDIALOG_H)
#define ACTIONDIALOG_H
diff --git a/gui/src/AppConfig.cpp b/gui/src/AppConfig.cpp
index 543bc633..420ac4a5 100644
--- a/gui/src/AppConfig.cpp
+++ b/gui/src/AppConfig.cpp
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#include "AppConfig.h"
#include
diff --git a/gui/src/AppConfig.h b/gui/src/AppConfig.h
index 572f8fa0..41ef9c92 100644
--- a/gui/src/AppConfig.h
+++ b/gui/src/AppConfig.h
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#if !defined(APPCONFIG_H)
#define APPCONFIG_H
diff --git a/gui/src/BaseConfig.cpp b/gui/src/BaseConfig.cpp
index c005c694..5c1b76d9 100644
--- a/gui/src/BaseConfig.cpp
+++ b/gui/src/BaseConfig.cpp
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#include "BaseConfig.h"
const char* BaseConfig::m_ModifierNames[] =
diff --git a/gui/src/BaseConfig.h b/gui/src/BaseConfig.h
index ced6ef2d..9386cd21 100644
--- a/gui/src/BaseConfig.h
+++ b/gui/src/BaseConfig.h
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#if !defined(BASECONFIG_H)
#define BASECONFIG_H
diff --git a/gui/src/Hotkey.cpp b/gui/src/Hotkey.cpp
index 88b7ecf0..41f3bcfb 100644
--- a/gui/src/Hotkey.cpp
+++ b/gui/src/Hotkey.cpp
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#include "Hotkey.h"
#include
diff --git a/gui/src/Hotkey.h b/gui/src/Hotkey.h
index b39b494d..34af2c61 100644
--- a/gui/src/Hotkey.h
+++ b/gui/src/Hotkey.h
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#if !defined(HOTKEY_H)
#define HOTKEY_H
diff --git a/gui/src/HotkeyDialog.cpp b/gui/src/HotkeyDialog.cpp
index 84981571..21a0ee9d 100644
--- a/gui/src/HotkeyDialog.cpp
+++ b/gui/src/HotkeyDialog.cpp
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#include "HotkeyDialog.h"
#include
diff --git a/gui/src/HotkeyDialog.h b/gui/src/HotkeyDialog.h
index 917cf3f9..c6a466e9 100644
--- a/gui/src/HotkeyDialog.h
+++ b/gui/src/HotkeyDialog.h
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#if !defined(HOTKEYDIALOG_H)
#define HOTKEYDIALOG_H
diff --git a/gui/src/KeySequence.cpp b/gui/src/KeySequence.cpp
index 69588e77..e636555d 100644
--- a/gui/src/KeySequence.cpp
+++ b/gui/src/KeySequence.cpp
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#include "KeySequence.h"
#include
diff --git a/gui/src/KeySequence.h b/gui/src/KeySequence.h
index fd6fa46c..31ecb962 100644
--- a/gui/src/KeySequence.h
+++ b/gui/src/KeySequence.h
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#if !defined(KEYSEQUENCE_H)
#define KEYSEQUENCE_H
diff --git a/gui/src/KeySequenceWidget.cpp b/gui/src/KeySequenceWidget.cpp
index 729ac642..3bae56ea 100644
--- a/gui/src/KeySequenceWidget.cpp
+++ b/gui/src/KeySequenceWidget.cpp
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#include "KeySequenceWidget.h"
#include
diff --git a/gui/src/KeySequenceWidget.h b/gui/src/KeySequenceWidget.h
index db71d8e7..1298fbe1 100644
--- a/gui/src/KeySequenceWidget.h
+++ b/gui/src/KeySequenceWidget.h
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#if !defined(KEYSEQUENCEWIDGET__H)
#define KEYSEQUENCEWIDGET__H
diff --git a/gui/src/LogDialog.cpp b/gui/src/LogDialog.cpp
index 580b59e5..20d13382 100644
--- a/gui/src/LogDialog.cpp
+++ b/gui/src/LogDialog.cpp
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#include "LogDialog.h"
#include
diff --git a/gui/src/LogDialog.h b/gui/src/LogDialog.h
index c6a83db1..3329e30c 100644
--- a/gui/src/LogDialog.h
+++ b/gui/src/LogDialog.h
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#if !defined(LOGDIALOG_H)
#define LOGDIALOG_H
diff --git a/gui/src/MainWindow.cpp b/gui/src/MainWindow.cpp
index c62ca99e..8cd568e8 100644
--- a/gui/src/MainWindow.cpp
+++ b/gui/src/MainWindow.cpp
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#include "MainWindow.h"
#include "AboutDialog.h"
#include "ServerConfigDialog.h"
diff --git a/gui/src/MainWindow.h b/gui/src/MainWindow.h
index 023b8b42..d1d93cd3 100644
--- a/gui/src/MainWindow.h
+++ b/gui/src/MainWindow.h
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#if !defined(MAINWINDOW__H)
#define MAINWINDOW__H
diff --git a/gui/src/NewScreenWidget.cpp b/gui/src/NewScreenWidget.cpp
index 5c31db17..06da2fba 100644
--- a/gui/src/NewScreenWidget.cpp
+++ b/gui/src/NewScreenWidget.cpp
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#include "NewScreenWidget.h"
#include "ScreenSetupModel.h"
diff --git a/gui/src/NewScreenWidget.h b/gui/src/NewScreenWidget.h
index 402bc068..26d8d461 100644
--- a/gui/src/NewScreenWidget.h
+++ b/gui/src/NewScreenWidget.h
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#if !defined(NEWSCREENWIDGET__H)
#define NEWSCREENWIDGET__H
diff --git a/gui/src/QSynergyApplication.cpp b/gui/src/QSynergyApplication.cpp
index ab5b125c..f6ac9bba 100644
--- a/gui/src/QSynergyApplication.cpp
+++ b/gui/src/QSynergyApplication.cpp
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#include "QSynergyApplication.h"
#include "MainWindow.h"
diff --git a/gui/src/QSynergyApplication.h b/gui/src/QSynergyApplication.h
index a2b9de19..c31f935b 100644
--- a/gui/src/QSynergyApplication.h
+++ b/gui/src/QSynergyApplication.h
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#if !defined(QSYNERGYAPPLICATION__H)
#define QSYNERGYAPPLICATION__H
diff --git a/gui/src/Screen.cpp b/gui/src/Screen.cpp
index 5b71023a..133c1ec4 100644
--- a/gui/src/Screen.cpp
+++ b/gui/src/Screen.cpp
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#include "Screen.h"
#include
diff --git a/gui/src/Screen.h b/gui/src/Screen.h
index 2b75a1e2..b530d64f 100644
--- a/gui/src/Screen.h
+++ b/gui/src/Screen.h
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#if !defined(SCREEN__H)
#define SCREEN__H
diff --git a/gui/src/ScreenSettingsDialog.cpp b/gui/src/ScreenSettingsDialog.cpp
index f240eda5..53371d20 100644
--- a/gui/src/ScreenSettingsDialog.cpp
+++ b/gui/src/ScreenSettingsDialog.cpp
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#include "ScreenSettingsDialog.h"
#include "Screen.h"
diff --git a/gui/src/ScreenSettingsDialog.h b/gui/src/ScreenSettingsDialog.h
index 14c2a1fc..59e63a64 100644
--- a/gui/src/ScreenSettingsDialog.h
+++ b/gui/src/ScreenSettingsDialog.h
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#if !defined(SCREENSETTINGSDIALOG__H)
#define SCREENSETTINGSDIALOG__H
diff --git a/gui/src/ScreenSetupModel.cpp b/gui/src/ScreenSetupModel.cpp
index 42c50af6..f360bb39 100644
--- a/gui/src/ScreenSetupModel.cpp
+++ b/gui/src/ScreenSetupModel.cpp
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#include "ScreenSetupModel.h"
#include "Screen.h"
diff --git a/gui/src/ScreenSetupModel.h b/gui/src/ScreenSetupModel.h
index 11cec0fb..66a6c7fc 100644
--- a/gui/src/ScreenSetupModel.h
+++ b/gui/src/ScreenSetupModel.h
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#if !defined(SCREENSETUPMODEL__H)
#define SCREENSETUPMODEL__H
diff --git a/gui/src/ScreenSetupView.cpp b/gui/src/ScreenSetupView.cpp
index e461787b..c23c086c 100644
--- a/gui/src/ScreenSetupView.cpp
+++ b/gui/src/ScreenSetupView.cpp
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#include "ScreenSetupView.h"
#include "ScreenSetupModel.h"
#include "ScreenSettingsDialog.h"
diff --git a/gui/src/ScreenSetupView.h b/gui/src/ScreenSetupView.h
index 8ed9a2b0..c2df2cee 100644
--- a/gui/src/ScreenSetupView.h
+++ b/gui/src/ScreenSetupView.h
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#if !defined(SCREENSETUPVIEW__H)
#define SCREENSETUPVIEW__H
diff --git a/gui/src/ServerConfig.cpp b/gui/src/ServerConfig.cpp
index 9895d5bf..b915c0cc 100644
--- a/gui/src/ServerConfig.cpp
+++ b/gui/src/ServerConfig.cpp
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#include "ServerConfig.h"
#include "Hotkey.h"
diff --git a/gui/src/ServerConfig.h b/gui/src/ServerConfig.h
index a94e33d4..96a6e308 100644
--- a/gui/src/ServerConfig.h
+++ b/gui/src/ServerConfig.h
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#if !defined(SERVERCONFIG__H)
#define SERVERCONFIG__H
diff --git a/gui/src/ServerConfigDialog.cpp b/gui/src/ServerConfigDialog.cpp
index 509a0b3a..63092376 100644
--- a/gui/src/ServerConfigDialog.cpp
+++ b/gui/src/ServerConfigDialog.cpp
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#include "ServerConfigDialog.h"
#include "ServerConfig.h"
#include "HotkeyDialog.h"
diff --git a/gui/src/ServerConfigDialog.h b/gui/src/ServerConfigDialog.h
index 9e84144e..4e821ab4 100644
--- a/gui/src/ServerConfigDialog.h
+++ b/gui/src/ServerConfigDialog.h
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#if !defined(SERVERCONFIGDIALOG__H)
#define SERVERCONFIGDIALOG__H
diff --git a/gui/src/SettingsDialog.cpp b/gui/src/SettingsDialog.cpp
index eaa27e9f..3ec6b362 100644
--- a/gui/src/SettingsDialog.cpp
+++ b/gui/src/SettingsDialog.cpp
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#include "SettingsDialog.h"
#include
diff --git a/gui/src/SettingsDialog.h b/gui/src/SettingsDialog.h
index 5ecb515a..cd6f3370 100644
--- a/gui/src/SettingsDialog.h
+++ b/gui/src/SettingsDialog.h
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#if !defined(SETTINGSDIALOG_H)
#define SETTINGSDIALOG_H
diff --git a/gui/src/TrashScreenWidget.cpp b/gui/src/TrashScreenWidget.cpp
index 2aac8d21..88491fbc 100644
--- a/gui/src/TrashScreenWidget.cpp
+++ b/gui/src/TrashScreenWidget.cpp
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#include "TrashScreenWidget.h"
#include "ScreenSetupModel.h"
diff --git a/gui/src/TrashScreenWidget.h b/gui/src/TrashScreenWidget.h
index d12ff564..7c4dcbfc 100644
--- a/gui/src/TrashScreenWidget.h
+++ b/gui/src/TrashScreenWidget.h
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#if !defined(TRASHSCREENWIDGET__H)
#define TRASHSCREENWIDGET__H
diff --git a/gui/src/WindowsServices.cpp b/gui/src/WindowsServices.cpp
index 2d807e64..f55bc6ab 100644
--- a/gui/src/WindowsServices.cpp
+++ b/gui/src/WindowsServices.cpp
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#include "WindowsServices.h"
#include "AppConfig.h"
#include "MainWindow.h"
diff --git a/gui/src/WindowsServices.h b/gui/src/WindowsServices.h
index fb00594e..b6ec1487 100644
--- a/gui/src/WindowsServices.h
+++ b/gui/src/WindowsServices.h
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#ifndef WINDOWSSERVICES_H
#define WINDOWSSERVICES_H
diff --git a/gui/src/main.cpp b/gui/src/main.cpp
index e3ff1c24..d4819739 100644
--- a/gui/src/main.cpp
+++ b/gui/src/main.cpp
@@ -1,3 +1,21 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2008 Volker Lanz (vl@fidra.de)
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#include "QSynergyApplication.h"
#include "MainWindow.h"
diff --git a/hm.py b/hm.py
index f4b29b07..07c5b848 100644
--- a/hm.py
+++ b/hm.py
@@ -1,5 +1,20 @@
#! /usr/bin/env python
+# synergy-plus -- mouse and keyboard sharing utility
+# Copyright (C) 2009 The Synergy+ Project
+#
+# 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.
+#
+# This package is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see .
+
# hm.py: 'Help Me', is a simple wrapper for all build tools.
#
# This script was created for the Synergy+ project.
diff --git a/lib/arch/CArch.cpp b/lib/arch/CArch.cpp
index b299ffc7..1fca2381 100644
--- a/lib/arch/CArch.cpp
+++ b/lib/arch/CArch.cpp
@@ -1,15 +1,19 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
- * This package is free software you can redistribute it and/or
+ * 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.
*
* This package is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY without even the implied warranty of
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "common.h"
diff --git a/lib/arch/CArch.h b/lib/arch/CArch.h
index f6bb400a..dcacda86 100644
--- a/lib/arch/CArch.h
+++ b/lib/arch/CArch.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CARCH_H
diff --git a/lib/arch/CArchAppUtil.cpp b/lib/arch/CArchAppUtil.cpp
index 2ccf1d7d..898dce0a 100644
--- a/lib/arch/CArchAppUtil.cpp
+++ b/lib/arch/CArchAppUtil.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CArchAppUtil.h"
diff --git a/lib/arch/CArchAppUtil.h b/lib/arch/CArchAppUtil.h
index 7e2b6ba0..25a09e80 100644
--- a/lib/arch/CArchAppUtil.h
+++ b/lib/arch/CArchAppUtil.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#pragma once
diff --git a/lib/arch/CArchAppUtilUnix.cpp b/lib/arch/CArchAppUtilUnix.cpp
index 78a7f46f..26eaeca8 100644
--- a/lib/arch/CArchAppUtilUnix.cpp
+++ b/lib/arch/CArchAppUtilUnix.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CArchAppUtilUnix.h"
diff --git a/lib/arch/CArchAppUtilUnix.h b/lib/arch/CArchAppUtilUnix.h
index 83bf097b..0380f09f 100644
--- a/lib/arch/CArchAppUtilUnix.h
+++ b/lib/arch/CArchAppUtilUnix.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#pragma once
diff --git a/lib/arch/CArchAppUtilWindows.cpp b/lib/arch/CArchAppUtilWindows.cpp
index 1480c505..123d1d52 100644
--- a/lib/arch/CArchAppUtilWindows.cpp
+++ b/lib/arch/CArchAppUtilWindows.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CArchAppUtilWindows.h"
diff --git a/lib/arch/CArchAppUtilWindows.h b/lib/arch/CArchAppUtilWindows.h
index 158f718c..4b904c3c 100644
--- a/lib/arch/CArchAppUtilWindows.h
+++ b/lib/arch/CArchAppUtilWindows.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#pragma once
diff --git a/lib/arch/CArchConsoleStd.cpp b/lib/arch/CArchConsoleStd.cpp
index e9e06c65..d4a0970e 100644
--- a/lib/arch/CArchConsoleStd.cpp
+++ b/lib/arch/CArchConsoleStd.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CArchConsoleStd.h"
diff --git a/lib/arch/CArchConsoleStd.h b/lib/arch/CArchConsoleStd.h
index ac902721..1acae840 100644
--- a/lib/arch/CArchConsoleStd.h
+++ b/lib/arch/CArchConsoleStd.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#pragma once
diff --git a/lib/arch/CArchConsoleUnix.cpp b/lib/arch/CArchConsoleUnix.cpp
index 59877a19..8835b4a1 100644
--- a/lib/arch/CArchConsoleUnix.cpp
+++ b/lib/arch/CArchConsoleUnix.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CArchConsoleUnix.h"
diff --git a/lib/arch/CArchConsoleUnix.h b/lib/arch/CArchConsoleUnix.h
index c8a737f3..bbeaa0cc 100644
--- a/lib/arch/CArchConsoleUnix.h
+++ b/lib/arch/CArchConsoleUnix.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#pragma once
diff --git a/lib/arch/CArchConsoleWindows.cpp b/lib/arch/CArchConsoleWindows.cpp
index 1f721c5b..b97d0e95 100644
--- a/lib/arch/CArchConsoleWindows.cpp
+++ b/lib/arch/CArchConsoleWindows.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CArchConsoleWindows.h"
diff --git a/lib/arch/CArchConsoleWindows.h b/lib/arch/CArchConsoleWindows.h
index 4a2a6ac4..e20e5a01 100644
--- a/lib/arch/CArchConsoleWindows.h
+++ b/lib/arch/CArchConsoleWindows.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#pragma once
diff --git a/lib/arch/CArchDaemonNone.cpp b/lib/arch/CArchDaemonNone.cpp
index 0281f365..e6e7a3f5 100644
--- a/lib/arch/CArchDaemonNone.cpp
+++ b/lib/arch/CArchDaemonNone.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CArchDaemonNone.h"
diff --git a/lib/arch/CArchDaemonNone.h b/lib/arch/CArchDaemonNone.h
index 1c196c5d..c93cfdce 100644
--- a/lib/arch/CArchDaemonNone.h
+++ b/lib/arch/CArchDaemonNone.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CARCHDAEMONNONE_H
diff --git a/lib/arch/CArchDaemonUnix.cpp b/lib/arch/CArchDaemonUnix.cpp
index 8d4c0c87..ad323d39 100644
--- a/lib/arch/CArchDaemonUnix.cpp
+++ b/lib/arch/CArchDaemonUnix.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CArchDaemonUnix.h"
diff --git a/lib/arch/CArchDaemonUnix.h b/lib/arch/CArchDaemonUnix.h
index 923004e1..a340d0e9 100644
--- a/lib/arch/CArchDaemonUnix.h
+++ b/lib/arch/CArchDaemonUnix.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CARCHDAEMONUNIX_H
diff --git a/lib/arch/CArchDaemonWindows.cpp b/lib/arch/CArchDaemonWindows.cpp
index ee24ac99..92b968a0 100644
--- a/lib/arch/CArchDaemonWindows.cpp
+++ b/lib/arch/CArchDaemonWindows.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CArchDaemonWindows.h"
diff --git a/lib/arch/CArchDaemonWindows.h b/lib/arch/CArchDaemonWindows.h
index 22ed26ba..2120c76a 100644
--- a/lib/arch/CArchDaemonWindows.h
+++ b/lib/arch/CArchDaemonWindows.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CARCHDAEMONWINDOWS_H
diff --git a/lib/arch/CArchFileUnix.cpp b/lib/arch/CArchFileUnix.cpp
index 89bb51dc..2d452fd5 100644
--- a/lib/arch/CArchFileUnix.cpp
+++ b/lib/arch/CArchFileUnix.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CArchFileUnix.h"
diff --git a/lib/arch/CArchFileUnix.h b/lib/arch/CArchFileUnix.h
index 41d00e90..319d7fc4 100644
--- a/lib/arch/CArchFileUnix.h
+++ b/lib/arch/CArchFileUnix.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CARCHFILEUNIX_H
diff --git a/lib/arch/CArchFileWindows.cpp b/lib/arch/CArchFileWindows.cpp
index 5debb17b..6112c9e1 100644
--- a/lib/arch/CArchFileWindows.cpp
+++ b/lib/arch/CArchFileWindows.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CArchFileWindows.h"
diff --git a/lib/arch/CArchFileWindows.h b/lib/arch/CArchFileWindows.h
index 617b1c40..56a34c0b 100644
--- a/lib/arch/CArchFileWindows.h
+++ b/lib/arch/CArchFileWindows.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CARCHFILEWINDOWS_H
diff --git a/lib/arch/CArchLogUnix.cpp b/lib/arch/CArchLogUnix.cpp
index 093d89f9..b698baaf 100644
--- a/lib/arch/CArchLogUnix.cpp
+++ b/lib/arch/CArchLogUnix.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CArchLogUnix.h"
diff --git a/lib/arch/CArchLogUnix.h b/lib/arch/CArchLogUnix.h
index 91070b45..0a9f8188 100644
--- a/lib/arch/CArchLogUnix.h
+++ b/lib/arch/CArchLogUnix.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CARCHLOGUNIX_H
diff --git a/lib/arch/CArchLogWindows.cpp b/lib/arch/CArchLogWindows.cpp
index a2249e0b..23e37390 100644
--- a/lib/arch/CArchLogWindows.cpp
+++ b/lib/arch/CArchLogWindows.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CArchLogWindows.h"
diff --git a/lib/arch/CArchLogWindows.h b/lib/arch/CArchLogWindows.h
index e8812536..5c1bf493 100644
--- a/lib/arch/CArchLogWindows.h
+++ b/lib/arch/CArchLogWindows.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CARCHLOGWINDOWS_H
diff --git a/lib/arch/CArchMiscWindows.cpp b/lib/arch/CArchMiscWindows.cpp
index 49b576c0..ca71050e 100644
--- a/lib/arch/CArchMiscWindows.cpp
+++ b/lib/arch/CArchMiscWindows.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CArchMiscWindows.h"
diff --git a/lib/arch/CArchMiscWindows.h b/lib/arch/CArchMiscWindows.h
index dc1eca02..e0c405b4 100644
--- a/lib/arch/CArchMiscWindows.h
+++ b/lib/arch/CArchMiscWindows.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CARCHMISCWINDOWS_H
diff --git a/lib/arch/CArchMultithreadPosix.cpp b/lib/arch/CArchMultithreadPosix.cpp
index ec11fc50..10950d49 100644
--- a/lib/arch/CArchMultithreadPosix.cpp
+++ b/lib/arch/CArchMultithreadPosix.cpp
@@ -1,15 +1,19 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
- * This package is free software you can redistribute it and/or
+ * 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.
*
* This package is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY without even the implied warranty of
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CArchMultithreadPosix.h"
diff --git a/lib/arch/CArchMultithreadPosix.h b/lib/arch/CArchMultithreadPosix.h
index 4e587cfc..0122e68b 100644
--- a/lib/arch/CArchMultithreadPosix.h
+++ b/lib/arch/CArchMultithreadPosix.h
@@ -1,15 +1,19 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
- * This package is free software you can redistribute it and/or
+ * 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.
*
* This package is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY without even the implied warranty of
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CARCHMULTITHREADPOSIX_H
diff --git a/lib/arch/CArchMultithreadWindows.cpp b/lib/arch/CArchMultithreadWindows.cpp
index ebb5f0c6..378dcc7a 100644
--- a/lib/arch/CArchMultithreadWindows.cpp
+++ b/lib/arch/CArchMultithreadWindows.cpp
@@ -1,15 +1,19 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
- * This package is free software you can redistribute it and/or
+ * 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.
*
* This package is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY without even the implied warranty of
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#if defined(_MSC_VER) && !defined(_MT)
diff --git a/lib/arch/CArchMultithreadWindows.h b/lib/arch/CArchMultithreadWindows.h
index d009c842..48fb6c99 100644
--- a/lib/arch/CArchMultithreadWindows.h
+++ b/lib/arch/CArchMultithreadWindows.h
@@ -1,15 +1,19 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
- * This package is free software you can redistribute it and/or
+ * 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.
*
* This package is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY without even the implied warranty of
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CARCHMULTITHREADWINDOWS_H
diff --git a/lib/arch/CArchNetworkBSD.cpp b/lib/arch/CArchNetworkBSD.cpp
index fe6acdbb..eae706a5 100644
--- a/lib/arch/CArchNetworkBSD.cpp
+++ b/lib/arch/CArchNetworkBSD.cpp
@@ -1,15 +1,19 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
- * This package is free software you can redistribute it and/or
+ * 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.
*
* This package is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY without even the implied warranty of
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CArchNetworkBSD.h"
diff --git a/lib/arch/CArchNetworkBSD.h b/lib/arch/CArchNetworkBSD.h
index bba60272..abc7ef49 100644
--- a/lib/arch/CArchNetworkBSD.h
+++ b/lib/arch/CArchNetworkBSD.h
@@ -1,15 +1,19 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
- * This package is free software you can redistribute it and/or
+ * 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.
*
* This package is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY without even the implied warranty of
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CARCHNETWORKBSD_H
diff --git a/lib/arch/CArchNetworkWinsock.cpp b/lib/arch/CArchNetworkWinsock.cpp
index 26dccffa..1133afac 100644
--- a/lib/arch/CArchNetworkWinsock.cpp
+++ b/lib/arch/CArchNetworkWinsock.cpp
@@ -1,15 +1,19 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
- * This package is free software you can redistribute it and/or
+ * 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.
*
* This package is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY without even the implied warranty of
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
diff --git a/lib/arch/CArchNetworkWinsock.h b/lib/arch/CArchNetworkWinsock.h
index 3912ba5b..6586069a 100644
--- a/lib/arch/CArchNetworkWinsock.h
+++ b/lib/arch/CArchNetworkWinsock.h
@@ -1,15 +1,19 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
- * This package is free software you can redistribute it and/or
+ * 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.
*
* This package is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY without even the implied warranty of
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CARCHNETWORKWINSOCK_H
diff --git a/lib/arch/CArchSleepUnix.cpp b/lib/arch/CArchSleepUnix.cpp
index 35010721..ba5cd57e 100644
--- a/lib/arch/CArchSleepUnix.cpp
+++ b/lib/arch/CArchSleepUnix.cpp
@@ -1,15 +1,19 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
- * This package is free software you can redistribute it and/or
+ * 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.
*
* This package is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY without even the implied warranty of
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CArchSleepUnix.h"
diff --git a/lib/arch/CArchSleepUnix.h b/lib/arch/CArchSleepUnix.h
index 939ca401..2cbdf532 100644
--- a/lib/arch/CArchSleepUnix.h
+++ b/lib/arch/CArchSleepUnix.h
@@ -1,15 +1,19 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
- * This package is free software you can redistribute it and/or
+ * 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.
*
* This package is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY without even the implied warranty of
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CARCHSLEEPUNIX_H
diff --git a/lib/arch/CArchSleepWindows.cpp b/lib/arch/CArchSleepWindows.cpp
index f6c8bed8..7953d503 100644
--- a/lib/arch/CArchSleepWindows.cpp
+++ b/lib/arch/CArchSleepWindows.cpp
@@ -1,15 +1,19 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
- * This package is free software you can redistribute it and/or
+ * 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.
*
* This package is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY without even the implied warranty of
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CArchSleepWindows.h"
diff --git a/lib/arch/CArchSleepWindows.h b/lib/arch/CArchSleepWindows.h
index a5a5fa90..cb6fa19d 100644
--- a/lib/arch/CArchSleepWindows.h
+++ b/lib/arch/CArchSleepWindows.h
@@ -1,15 +1,19 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
- * This package is free software you can redistribute it and/or
+ * 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.
*
* This package is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY without even the implied warranty of
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CARCHSLEEPWINDOWS_H
diff --git a/lib/arch/CArchStringUnix.cpp b/lib/arch/CArchStringUnix.cpp
index e0ad3457..e29beba3 100644
--- a/lib/arch/CArchStringUnix.cpp
+++ b/lib/arch/CArchStringUnix.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CArchStringUnix.h"
diff --git a/lib/arch/CArchStringUnix.h b/lib/arch/CArchStringUnix.h
index 20e5486b..b2af160c 100644
--- a/lib/arch/CArchStringUnix.h
+++ b/lib/arch/CArchStringUnix.h
@@ -1,15 +1,19 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
- * This package is free software you can redistribute it and/or
+ * 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.
*
* This package is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY without even the implied warranty of
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CARCHSTRINGUNIX_H
diff --git a/lib/arch/CArchStringWindows.cpp b/lib/arch/CArchStringWindows.cpp
index a3b90765..7b2ec5bd 100644
--- a/lib/arch/CArchStringWindows.cpp
+++ b/lib/arch/CArchStringWindows.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#define WIN32_LEAN_AND_MEAN
diff --git a/lib/arch/CArchStringWindows.h b/lib/arch/CArchStringWindows.h
index a67d8431..312fbd88 100644
--- a/lib/arch/CArchStringWindows.h
+++ b/lib/arch/CArchStringWindows.h
@@ -1,15 +1,19 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
- * This package is free software you can redistribute it and/or
+ * 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.
*
* This package is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY without even the implied warranty of
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CARCHSTRINGWINDOWS_H
diff --git a/lib/arch/CArchSystemUnix.cpp b/lib/arch/CArchSystemUnix.cpp
index 3235853d..10e60070 100644
--- a/lib/arch/CArchSystemUnix.cpp
+++ b/lib/arch/CArchSystemUnix.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CArchSystemUnix.h"
diff --git a/lib/arch/CArchSystemUnix.h b/lib/arch/CArchSystemUnix.h
index 57e3dcbf..367854ac 100644
--- a/lib/arch/CArchSystemUnix.h
+++ b/lib/arch/CArchSystemUnix.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CARCHSYSTEMUNIX_H
diff --git a/lib/arch/CArchSystemWindows.cpp b/lib/arch/CArchSystemWindows.cpp
index bd1f9521..9fd25120 100644
--- a/lib/arch/CArchSystemWindows.cpp
+++ b/lib/arch/CArchSystemWindows.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#define WIN32_LEAN_AND_MEAN
diff --git a/lib/arch/CArchSystemWindows.h b/lib/arch/CArchSystemWindows.h
index c40868a8..2df0c1c0 100644
--- a/lib/arch/CArchSystemWindows.h
+++ b/lib/arch/CArchSystemWindows.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CARCHSYSTEMWINDOWS_H
diff --git a/lib/arch/CArchTaskBarWindows.cpp b/lib/arch/CArchTaskBarWindows.cpp
index 8b0f6e8f..b9fdc06c 100644
--- a/lib/arch/CArchTaskBarWindows.cpp
+++ b/lib/arch/CArchTaskBarWindows.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2003 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CArchTaskBarWindows.h"
diff --git a/lib/arch/CArchTaskBarWindows.h b/lib/arch/CArchTaskBarWindows.h
index 82aefcb2..89561711 100644
--- a/lib/arch/CArchTaskBarWindows.h
+++ b/lib/arch/CArchTaskBarWindows.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2003 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CARCHTASKBARWINDOWS_H
diff --git a/lib/arch/CArchTaskBarXWindows.cpp b/lib/arch/CArchTaskBarXWindows.cpp
index 075c7cba..76c247d2 100644
--- a/lib/arch/CArchTaskBarXWindows.cpp
+++ b/lib/arch/CArchTaskBarXWindows.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2003 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CArchTaskBarXWindows.h"
diff --git a/lib/arch/CArchTaskBarXWindows.h b/lib/arch/CArchTaskBarXWindows.h
index 0b74a817..214d0bbe 100644
--- a/lib/arch/CArchTaskBarXWindows.h
+++ b/lib/arch/CArchTaskBarXWindows.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2003 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CARCHTASKBARXWINDOWS_H
diff --git a/lib/arch/CArchTimeUnix.cpp b/lib/arch/CArchTimeUnix.cpp
index 49506bad..e7c7ef13 100644
--- a/lib/arch/CArchTimeUnix.cpp
+++ b/lib/arch/CArchTimeUnix.cpp
@@ -1,15 +1,19 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
- * This package is free software you can redistribute it and/or
+ * 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.
*
* This package is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY without even the implied warranty of
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CArchTimeUnix.h"
diff --git a/lib/arch/CArchTimeUnix.h b/lib/arch/CArchTimeUnix.h
index 78c6ff6f..162d8ac9 100644
--- a/lib/arch/CArchTimeUnix.h
+++ b/lib/arch/CArchTimeUnix.h
@@ -1,15 +1,19 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
- * This package is free software you can redistribute it and/or
+ * 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.
*
* This package is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY without even the implied warranty of
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CARCHTIMEUNIX_H
diff --git a/lib/arch/CArchTimeWindows.cpp b/lib/arch/CArchTimeWindows.cpp
index 57aee290..29efc094 100644
--- a/lib/arch/CArchTimeWindows.cpp
+++ b/lib/arch/CArchTimeWindows.cpp
@@ -1,15 +1,19 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
- * This package is free software you can redistribute it and/or
+ * 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.
*
* This package is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY without even the implied warranty of
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
// avoid getting a lot a crap from mmsystem.h that we don't need
diff --git a/lib/arch/CArchTimeWindows.h b/lib/arch/CArchTimeWindows.h
index fb9b1e9f..cf8e78d6 100644
--- a/lib/arch/CArchTimeWindows.h
+++ b/lib/arch/CArchTimeWindows.h
@@ -1,15 +1,19 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
- * This package is free software you can redistribute it and/or
+ * 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.
*
* This package is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY without even the implied warranty of
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CARCHTIMEWINDOWS_H
diff --git a/lib/arch/CMultibyte.cpp b/lib/arch/CMultibyte.cpp
index 81999ed9..acf3c9ff 100644
--- a/lib/arch/CMultibyte.cpp
+++ b/lib/arch/CMultibyte.cpp
@@ -1,15 +1,19 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
- * This package is free software you can redistribute it and/or
+ * 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.
*
* This package is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY without even the implied warranty of
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CMULTIBYTE_H
diff --git a/lib/arch/IArchAppUtil.h b/lib/arch/IArchAppUtil.h
index 028e4ce7..2617d323 100644
--- a/lib/arch/IArchAppUtil.h
+++ b/lib/arch/IArchAppUtil.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#pragma once
diff --git a/lib/arch/IArchConsole.h b/lib/arch/IArchConsole.h
index 76e78853..2b09bbca 100644
--- a/lib/arch/IArchConsole.h
+++ b/lib/arch/IArchConsole.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef IARCHCONSOLE_H
diff --git a/lib/arch/IArchDaemon.h b/lib/arch/IArchDaemon.h
index ba6b049b..a32de219 100644
--- a/lib/arch/IArchDaemon.h
+++ b/lib/arch/IArchDaemon.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef IARCHDAEMON_H
diff --git a/lib/arch/IArchFile.h b/lib/arch/IArchFile.h
index 8594053d..e444832b 100644
--- a/lib/arch/IArchFile.h
+++ b/lib/arch/IArchFile.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef IARCHFILE_H
diff --git a/lib/arch/IArchLog.h b/lib/arch/IArchLog.h
index 7655ff95..1e344104 100644
--- a/lib/arch/IArchLog.h
+++ b/lib/arch/IArchLog.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef IARCHLOG_H
diff --git a/lib/arch/IArchMultithread.h b/lib/arch/IArchMultithread.h
index b7b72293..dffae792 100644
--- a/lib/arch/IArchMultithread.h
+++ b/lib/arch/IArchMultithread.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef IARCHMULTITHREAD_H
diff --git a/lib/arch/IArchNetwork.h b/lib/arch/IArchNetwork.h
index 007fb442..b80c1ee3 100644
--- a/lib/arch/IArchNetwork.h
+++ b/lib/arch/IArchNetwork.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef IARCHNETWORK_H
diff --git a/lib/arch/IArchSleep.h b/lib/arch/IArchSleep.h
index 95a2852c..74bd8887 100644
--- a/lib/arch/IArchSleep.h
+++ b/lib/arch/IArchSleep.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef IARCHSLEEP_H
diff --git a/lib/arch/IArchString.h b/lib/arch/IArchString.h
index 703d64b1..e44e42f1 100644
--- a/lib/arch/IArchString.h
+++ b/lib/arch/IArchString.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef IARCHSTRING_H
diff --git a/lib/arch/IArchSystem.h b/lib/arch/IArchSystem.h
index dcea106b..d951df1b 100644
--- a/lib/arch/IArchSystem.h
+++ b/lib/arch/IArchSystem.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef IARCHSYSTEM_H
diff --git a/lib/arch/IArchTaskBar.h b/lib/arch/IArchTaskBar.h
index e9471566..1107b5fc 100644
--- a/lib/arch/IArchTaskBar.h
+++ b/lib/arch/IArchTaskBar.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2003 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef IARCHTASKBAR_H
diff --git a/lib/arch/IArchTaskBarReceiver.h b/lib/arch/IArchTaskBarReceiver.h
index 9f6730d6..1114397b 100644
--- a/lib/arch/IArchTaskBarReceiver.h
+++ b/lib/arch/IArchTaskBarReceiver.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2003 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef IARCHTASKBARRECEIVER_H
diff --git a/lib/arch/IArchTime.h b/lib/arch/IArchTime.h
index dade64bb..f5873c2e 100644
--- a/lib/arch/IArchTime.h
+++ b/lib/arch/IArchTime.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef IARCHTIME_H
diff --git a/lib/arch/XArch.cpp b/lib/arch/XArch.cpp
index 9dce5283..3874419c 100644
--- a/lib/arch/XArch.cpp
+++ b/lib/arch/XArch.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "XArch.h"
diff --git a/lib/arch/XArch.h b/lib/arch/XArch.h
index 75083649..1c999f9c 100644
--- a/lib/arch/XArch.h
+++ b/lib/arch/XArch.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef XARCH_H
diff --git a/lib/arch/XArchUnix.cpp b/lib/arch/XArchUnix.cpp
index 6779f3a5..93c3e3f1 100644
--- a/lib/arch/XArchUnix.cpp
+++ b/lib/arch/XArchUnix.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "XArchUnix.h"
diff --git a/lib/arch/XArchUnix.h b/lib/arch/XArchUnix.h
index 19e0df4c..02e6e486 100644
--- a/lib/arch/XArchUnix.h
+++ b/lib/arch/XArchUnix.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef XARCHUNIX_H
diff --git a/lib/arch/XArchWindows.cpp b/lib/arch/XArchWindows.cpp
index eebd6449..05ea69e5 100644
--- a/lib/arch/XArchWindows.cpp
+++ b/lib/arch/XArchWindows.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "XArchWindows.h"
diff --git a/lib/arch/XArchWindows.h b/lib/arch/XArchWindows.h
index 56c24007..c94a1f9f 100644
--- a/lib/arch/XArchWindows.h
+++ b/lib/arch/XArchWindows.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef XARCHWINDOWS_H
diff --git a/lib/arch/vsnprintf.cpp b/lib/arch/vsnprintf.cpp
index 10800ec7..8a33f6b1 100644
--- a/lib/arch/vsnprintf.cpp
+++ b/lib/arch/vsnprintf.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#if HAVE_VSNPRINTF
diff --git a/lib/base/CEvent.cpp b/lib/base/CEvent.cpp
index bfdf88ed..0cdc8bd4 100644
--- a/lib/base/CEvent.cpp
+++ b/lib/base/CEvent.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CEvent.h"
diff --git a/lib/base/CEvent.h b/lib/base/CEvent.h
index 8b637cef..3be3160d 100644
--- a/lib/base/CEvent.h
+++ b/lib/base/CEvent.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CEVENT_H
diff --git a/lib/base/CEventQueue.cpp b/lib/base/CEventQueue.cpp
index d0a93391..8a1af9a4 100644
--- a/lib/base/CEventQueue.cpp
+++ b/lib/base/CEventQueue.cpp
@@ -1,5 +1,6 @@
-;/*
- * synergy -- mouse and keyboard sharing utility
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CEventQueue.h"
diff --git a/lib/base/CEventQueue.h b/lib/base/CEventQueue.h
index a63c7b16..91323630 100644
--- a/lib/base/CEventQueue.h
+++ b/lib/base/CEventQueue.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CEVENTQUEUE_H
diff --git a/lib/base/CFunctionEventJob.cpp b/lib/base/CFunctionEventJob.cpp
index 5afdc988..8c1d06b9 100644
--- a/lib/base/CFunctionEventJob.cpp
+++ b/lib/base/CFunctionEventJob.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CFunctionEventJob.h"
diff --git a/lib/base/CFunctionEventJob.h b/lib/base/CFunctionEventJob.h
index 517b9c45..23a7e675 100644
--- a/lib/base/CFunctionEventJob.h
+++ b/lib/base/CFunctionEventJob.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CFUNCTIONEVENTJOB_H
diff --git a/lib/base/CFunctionJob.cpp b/lib/base/CFunctionJob.cpp
index bc16c509..824abf32 100644
--- a/lib/base/CFunctionJob.cpp
+++ b/lib/base/CFunctionJob.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CFunctionJob.h"
diff --git a/lib/base/CFunctionJob.h b/lib/base/CFunctionJob.h
index e30bbfa2..a5707d03 100644
--- a/lib/base/CFunctionJob.h
+++ b/lib/base/CFunctionJob.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CFUNCTIONJOB_H
diff --git a/lib/base/CLog.cpp b/lib/base/CLog.cpp
index d598b1d3..453f6122 100644
--- a/lib/base/CLog.cpp
+++ b/lib/base/CLog.cpp
@@ -1,15 +1,19 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
- *
+ *
* 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.
- *
+ *
* This package is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CLog.h"
diff --git a/lib/base/CLog.h b/lib/base/CLog.h
index d766631b..b9b992ac 100644
--- a/lib/base/CLog.h
+++ b/lib/base/CLog.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CLOG_H
diff --git a/lib/base/CPriorityQueue.h b/lib/base/CPriorityQueue.h
index 29129e31..447d673b 100644
--- a/lib/base/CPriorityQueue.h
+++ b/lib/base/CPriorityQueue.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2003 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CPRIORITYQUEUE_H
diff --git a/lib/base/CSimpleEventQueueBuffer.cpp b/lib/base/CSimpleEventQueueBuffer.cpp
index 8f2dbd14..6550a441 100644
--- a/lib/base/CSimpleEventQueueBuffer.cpp
+++ b/lib/base/CSimpleEventQueueBuffer.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CSimpleEventQueueBuffer.h"
diff --git a/lib/base/CSimpleEventQueueBuffer.h b/lib/base/CSimpleEventQueueBuffer.h
index c395fabd..3645aa35 100644
--- a/lib/base/CSimpleEventQueueBuffer.h
+++ b/lib/base/CSimpleEventQueueBuffer.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CSIMPLEEVENTQUEUEBUFFER_H
diff --git a/lib/base/CStopwatch.cpp b/lib/base/CStopwatch.cpp
index 89edce2b..ff786ecb 100644
--- a/lib/base/CStopwatch.cpp
+++ b/lib/base/CStopwatch.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CStopwatch.h"
diff --git a/lib/base/CStopwatch.h b/lib/base/CStopwatch.h
index e6a34719..4259f199 100644
--- a/lib/base/CStopwatch.h
+++ b/lib/base/CStopwatch.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CSTOPWATCH_H
diff --git a/lib/base/CString.h b/lib/base/CString.h
index bc905009..d4f12d8a 100644
--- a/lib/base/CString.h
+++ b/lib/base/CString.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CSTRING_H
diff --git a/lib/base/CStringUtil.cpp b/lib/base/CStringUtil.cpp
index 0ef1df42..12b12afe 100644
--- a/lib/base/CStringUtil.cpp
+++ b/lib/base/CStringUtil.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CStringUtil.h"
diff --git a/lib/base/CStringUtil.h b/lib/base/CStringUtil.h
index 8ee86647..e35e3cdd 100644
--- a/lib/base/CStringUtil.h
+++ b/lib/base/CStringUtil.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CSTRINGUTIL_H
diff --git a/lib/base/CUnicode.cpp b/lib/base/CUnicode.cpp
index cd8ffb0d..9ad32489 100644
--- a/lib/base/CUnicode.cpp
+++ b/lib/base/CUnicode.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CUnicode.h"
diff --git a/lib/base/CUnicode.h b/lib/base/CUnicode.h
index 85afbfd9..3817873d 100644
--- a/lib/base/CUnicode.h
+++ b/lib/base/CUnicode.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CUNICODE_H
diff --git a/lib/base/IEventJob.h b/lib/base/IEventJob.h
index 01ef9a96..773ec361 100644
--- a/lib/base/IEventJob.h
+++ b/lib/base/IEventJob.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef IEVENTJOB_H
diff --git a/lib/base/IEventQueue.cpp b/lib/base/IEventQueue.cpp
index a10621f2..82f80ca8 100644
--- a/lib/base/IEventQueue.cpp
+++ b/lib/base/IEventQueue.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "IEventQueue.h"
diff --git a/lib/base/IEventQueue.h b/lib/base/IEventQueue.h
index 6f48f25c..33855c8e 100644
--- a/lib/base/IEventQueue.h
+++ b/lib/base/IEventQueue.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef IEVENTQUEUE_H
diff --git a/lib/base/IEventQueueBuffer.h b/lib/base/IEventQueueBuffer.h
index 1aff51a6..10603847 100644
--- a/lib/base/IEventQueueBuffer.h
+++ b/lib/base/IEventQueueBuffer.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef IEVENTQUEUEBUFFER_H
diff --git a/lib/base/IJob.h b/lib/base/IJob.h
index 30ef5f5a..c38518ee 100644
--- a/lib/base/IJob.h
+++ b/lib/base/IJob.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef IJOB_H
diff --git a/lib/base/ILogOutputter.h b/lib/base/ILogOutputter.h
index c75c643c..a8ea3508 100644
--- a/lib/base/ILogOutputter.h
+++ b/lib/base/ILogOutputter.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef ILOGOUTPUTTER_H
diff --git a/lib/base/LogOutputters.cpp b/lib/base/LogOutputters.cpp
index cde5802a..87060330 100644
--- a/lib/base/LogOutputters.cpp
+++ b/lib/base/LogOutputters.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "LogOutputters.h"
diff --git a/lib/base/LogOutputters.h b/lib/base/LogOutputters.h
index 01bae609..dbb359c0 100644
--- a/lib/base/LogOutputters.h
+++ b/lib/base/LogOutputters.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef LOGOUTPUTTERS_H
diff --git a/lib/base/TMethodEventJob.h b/lib/base/TMethodEventJob.h
index 15826be0..1b47779a 100644
--- a/lib/base/TMethodEventJob.h
+++ b/lib/base/TMethodEventJob.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CMETHODEVENTJOB_H
diff --git a/lib/base/TMethodJob.h b/lib/base/TMethodJob.h
index 54cd936b..93b807f1 100644
--- a/lib/base/TMethodJob.h
+++ b/lib/base/TMethodJob.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CMETHODJOB_H
diff --git a/lib/base/XBase.cpp b/lib/base/XBase.cpp
index 022be306..692d2fa0 100644
--- a/lib/base/XBase.cpp
+++ b/lib/base/XBase.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "XBase.h"
diff --git a/lib/base/XBase.h b/lib/base/XBase.h
index e9161d70..803f49ec 100644
--- a/lib/base/XBase.h
+++ b/lib/base/XBase.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef XBASE_H
diff --git a/lib/client/CClient.cpp b/lib/client/CClient.cpp
index a118cb6a..ef2c242a 100644
--- a/lib/client/CClient.cpp
+++ b/lib/client/CClient.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CClient.h"
diff --git a/lib/client/CClient.h b/lib/client/CClient.h
index 066fcc61..69525849 100644
--- a/lib/client/CClient.h
+++ b/lib/client/CClient.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CCLIENT_H
diff --git a/lib/client/CServerProxy.cpp b/lib/client/CServerProxy.cpp
index bcd9a8b3..de3fe864 100644
--- a/lib/client/CServerProxy.cpp
+++ b/lib/client/CServerProxy.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CServerProxy.h"
diff --git a/lib/client/CServerProxy.h b/lib/client/CServerProxy.h
index f6642696..7b90c8bf 100644
--- a/lib/client/CServerProxy.h
+++ b/lib/client/CServerProxy.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CSERVERPROXY_H
diff --git a/lib/common/BasicTypes.h b/lib/common/BasicTypes.h
index de42d401..e7beb77c 100644
--- a/lib/common/BasicTypes.h
+++ b/lib/common/BasicTypes.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef BASICTYPES_H
diff --git a/lib/common/IInterface.h b/lib/common/IInterface.h
index 97df31c2..9e354dcb 100644
--- a/lib/common/IInterface.h
+++ b/lib/common/IInterface.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef IINTERFACE_H
diff --git a/lib/common/MacOSXPrecomp.h b/lib/common/MacOSXPrecomp.h
index 64e7c90a..f1967517 100644
--- a/lib/common/MacOSXPrecomp.h
+++ b/lib/common/MacOSXPrecomp.h
@@ -1,4 +1,22 @@
-//
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2002 Chris Schoeneman
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
+ //
// Prefix header for all source files of the 'deleteme' target in the 'deleteme' project.
//
diff --git a/lib/common/Version.cpp b/lib/common/Version.cpp
index c8ff54d0..74d2f029 100644
--- a/lib/common/Version.cpp
+++ b/lib/common/Version.cpp
@@ -1,15 +1,19 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
- *
+ *
* 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.
- *
+ *
* This package is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "Version.h"
diff --git a/lib/common/Version.h b/lib/common/Version.h
index c5501c2a..ab3070bb 100644
--- a/lib/common/Version.h
+++ b/lib/common/Version.h
@@ -1,15 +1,19 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
- *
+ *
* 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.
- *
+ *
* This package is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef VERSION_H
diff --git a/lib/common/common.h b/lib/common/common.h
index a470bbb5..f65ca28a 100644
--- a/lib/common/common.h
+++ b/lib/common/common.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef COMMON_H
diff --git a/lib/common/stdbitset.h b/lib/common/stdbitset.h
index 529772ca..0513fc91 100644
--- a/lib/common/stdbitset.h
+++ b/lib/common/stdbitset.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "stdpre.h"
diff --git a/lib/common/stddeque.h b/lib/common/stddeque.h
index 06bdafd1..3418370e 100644
--- a/lib/common/stddeque.h
+++ b/lib/common/stddeque.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "stdpre.h"
diff --git a/lib/common/stdfstream.h b/lib/common/stdfstream.h
index 9d1f5aa6..1dd4a73e 100644
--- a/lib/common/stdfstream.h
+++ b/lib/common/stdfstream.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "stdpre.h"
diff --git a/lib/common/stdistream.h b/lib/common/stdistream.h
index 33667398..cacdf46c 100644
--- a/lib/common/stdistream.h
+++ b/lib/common/stdistream.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "stdpre.h"
diff --git a/lib/common/stdlist.h b/lib/common/stdlist.h
index 6f0df8e8..94d24f40 100644
--- a/lib/common/stdlist.h
+++ b/lib/common/stdlist.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "stdpre.h"
diff --git a/lib/common/stdmap.h b/lib/common/stdmap.h
index da501615..a667a937 100644
--- a/lib/common/stdmap.h
+++ b/lib/common/stdmap.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "stdpre.h"
diff --git a/lib/common/stdostream.h b/lib/common/stdostream.h
index 48e89862..a80b74a3 100644
--- a/lib/common/stdostream.h
+++ b/lib/common/stdostream.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "stdpre.h"
diff --git a/lib/common/stdpost.h b/lib/common/stdpost.h
index 0f06b74a..b5e0e9e5 100644
--- a/lib/common/stdpost.h
+++ b/lib/common/stdpost.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#if defined(_MSC_VER)
diff --git a/lib/common/stdpre.h b/lib/common/stdpre.h
index 10fa7d5d..8d1c1d70 100644
--- a/lib/common/stdpre.h
+++ b/lib/common/stdpre.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#if defined(_MSC_VER)
diff --git a/lib/common/stdset.h b/lib/common/stdset.h
index aeb491b6..5b8e6532 100644
--- a/lib/common/stdset.h
+++ b/lib/common/stdset.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "stdpre.h"
diff --git a/lib/common/stdsstream.h b/lib/common/stdsstream.h
index 45b28124..a5bef02b 100644
--- a/lib/common/stdsstream.h
+++ b/lib/common/stdsstream.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "stdpre.h"
diff --git a/lib/common/stdstring.h b/lib/common/stdstring.h
index 3d83c03c..75cc41f0 100644
--- a/lib/common/stdstring.h
+++ b/lib/common/stdstring.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "stdpre.h"
diff --git a/lib/common/stdvector.h b/lib/common/stdvector.h
index 1056bb46..198757ee 100644
--- a/lib/common/stdvector.h
+++ b/lib/common/stdvector.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "stdpre.h"
diff --git a/lib/io/CStreamBuffer.cpp b/lib/io/CStreamBuffer.cpp
index 811cbe82..5db4b9e0 100644
--- a/lib/io/CStreamBuffer.cpp
+++ b/lib/io/CStreamBuffer.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CStreamBuffer.h"
diff --git a/lib/io/CStreamBuffer.h b/lib/io/CStreamBuffer.h
index fafcc72b..760b567c 100644
--- a/lib/io/CStreamBuffer.h
+++ b/lib/io/CStreamBuffer.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CSTREAMBUFFER_H
diff --git a/lib/io/CStreamFilter.cpp b/lib/io/CStreamFilter.cpp
index 312b0dfd..00cf633f 100644
--- a/lib/io/CStreamFilter.cpp
+++ b/lib/io/CStreamFilter.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CStreamFilter.h"
diff --git a/lib/io/CStreamFilter.h b/lib/io/CStreamFilter.h
index 4dc87094..47517e85 100644
--- a/lib/io/CStreamFilter.h
+++ b/lib/io/CStreamFilter.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CSTREAMFILTER_H
diff --git a/lib/io/IStream.cpp b/lib/io/IStream.cpp
index aec65b61..8e207efd 100644
--- a/lib/io/IStream.cpp
+++ b/lib/io/IStream.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "IStream.h"
diff --git a/lib/io/IStream.h b/lib/io/IStream.h
index cb5b54c9..65fa5ea3 100644
--- a/lib/io/IStream.h
+++ b/lib/io/IStream.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef ISTREAM_H
diff --git a/lib/io/IStreamFilterFactory.h b/lib/io/IStreamFilterFactory.h
index 6e6c86ef..851b8171 100644
--- a/lib/io/IStreamFilterFactory.h
+++ b/lib/io/IStreamFilterFactory.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef ISTREAMFILTERFACTORY_H
diff --git a/lib/io/XIO.cpp b/lib/io/XIO.cpp
index b7101a4d..4a2fa2d2 100644
--- a/lib/io/XIO.cpp
+++ b/lib/io/XIO.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "XIO.h"
diff --git a/lib/io/XIO.h b/lib/io/XIO.h
index cc41ef40..b95f053b 100644
--- a/lib/io/XIO.h
+++ b/lib/io/XIO.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef XIO_H
diff --git a/lib/mt/CCondVar.cpp b/lib/mt/CCondVar.cpp
index d13aedfd..4f2da943 100644
--- a/lib/mt/CCondVar.cpp
+++ b/lib/mt/CCondVar.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CCondVar.h"
diff --git a/lib/mt/CCondVar.h b/lib/mt/CCondVar.h
index a04102c4..7f7c4a81 100644
--- a/lib/mt/CCondVar.h
+++ b/lib/mt/CCondVar.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CCONDVAR_H
diff --git a/lib/mt/CLock.cpp b/lib/mt/CLock.cpp
index c943395b..38a3475e 100644
--- a/lib/mt/CLock.cpp
+++ b/lib/mt/CLock.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CLock.h"
diff --git a/lib/mt/CLock.h b/lib/mt/CLock.h
index f00e0cd1..533cbfaf 100644
--- a/lib/mt/CLock.h
+++ b/lib/mt/CLock.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CLOCK_H
diff --git a/lib/mt/CMutex.cpp b/lib/mt/CMutex.cpp
index 0d2bab3c..fea23da5 100644
--- a/lib/mt/CMutex.cpp
+++ b/lib/mt/CMutex.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CMutex.h"
diff --git a/lib/mt/CMutex.h b/lib/mt/CMutex.h
index c11eeee3..6773ecf8 100644
--- a/lib/mt/CMutex.h
+++ b/lib/mt/CMutex.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CMUTEX_H
diff --git a/lib/mt/CThread.cpp b/lib/mt/CThread.cpp
index 195b7b67..806a650b 100644
--- a/lib/mt/CThread.cpp
+++ b/lib/mt/CThread.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CThread.h"
diff --git a/lib/mt/CThread.h b/lib/mt/CThread.h
index 896d3778..2f0484c3 100644
--- a/lib/mt/CThread.h
+++ b/lib/mt/CThread.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CTHREAD_H
diff --git a/lib/mt/XMT.cpp b/lib/mt/XMT.cpp
index b10d2d79..991a569f 100644
--- a/lib/mt/XMT.cpp
+++ b/lib/mt/XMT.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "XMT.h"
diff --git a/lib/mt/XMT.h b/lib/mt/XMT.h
index f66428ea..5dfbe1af 100644
--- a/lib/mt/XMT.h
+++ b/lib/mt/XMT.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef XMT_H
diff --git a/lib/mt/XThread.h b/lib/mt/XThread.h
index 30dff1da..e36840d9 100644
--- a/lib/mt/XThread.h
+++ b/lib/mt/XThread.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef XTHREAD_H
diff --git a/lib/net/CNetworkAddress.cpp b/lib/net/CNetworkAddress.cpp
index 7daeed55..69b2a33d 100644
--- a/lib/net/CNetworkAddress.cpp
+++ b/lib/net/CNetworkAddress.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CNetworkAddress.h"
diff --git a/lib/net/CNetworkAddress.h b/lib/net/CNetworkAddress.h
index d29b93b1..a4d2e8aa 100644
--- a/lib/net/CNetworkAddress.h
+++ b/lib/net/CNetworkAddress.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CNETWORKADDRESS_H
diff --git a/lib/net/CSocketMultiplexer.cpp b/lib/net/CSocketMultiplexer.cpp
index faeba423..ab3efd4a 100644
--- a/lib/net/CSocketMultiplexer.cpp
+++ b/lib/net/CSocketMultiplexer.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CSocketMultiplexer.h"
diff --git a/lib/net/CSocketMultiplexer.h b/lib/net/CSocketMultiplexer.h
index bb96ca70..2ae389bc 100644
--- a/lib/net/CSocketMultiplexer.h
+++ b/lib/net/CSocketMultiplexer.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CSOCKETMULTIPLEXER_H
diff --git a/lib/net/CTCPListenSocket.cpp b/lib/net/CTCPListenSocket.cpp
index 62c43a83..526939a4 100644
--- a/lib/net/CTCPListenSocket.cpp
+++ b/lib/net/CTCPListenSocket.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CTCPListenSocket.h"
diff --git a/lib/net/CTCPListenSocket.h b/lib/net/CTCPListenSocket.h
index 5321b8db..b0b1ebaa 100644
--- a/lib/net/CTCPListenSocket.h
+++ b/lib/net/CTCPListenSocket.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CTCPLISTENSOCKET_H
diff --git a/lib/net/CTCPSocket.cpp b/lib/net/CTCPSocket.cpp
index 2b88f7a2..4311b27b 100644
--- a/lib/net/CTCPSocket.cpp
+++ b/lib/net/CTCPSocket.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CTCPSocket.h"
diff --git a/lib/net/CTCPSocket.h b/lib/net/CTCPSocket.h
index aa1df8c1..a078024e 100644
--- a/lib/net/CTCPSocket.h
+++ b/lib/net/CTCPSocket.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CTCPSOCKET_H
diff --git a/lib/net/CTCPSocketFactory.cpp b/lib/net/CTCPSocketFactory.cpp
index f590efa0..54a0f239 100644
--- a/lib/net/CTCPSocketFactory.cpp
+++ b/lib/net/CTCPSocketFactory.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CTCPSocketFactory.h"
diff --git a/lib/net/CTCPSocketFactory.h b/lib/net/CTCPSocketFactory.h
index 2b946d19..cef3e5ed 100644
--- a/lib/net/CTCPSocketFactory.h
+++ b/lib/net/CTCPSocketFactory.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CTCPSOCKETFACTORY_H
diff --git a/lib/net/IDataSocket.cpp b/lib/net/IDataSocket.cpp
index dc4b08ed..81966a60 100644
--- a/lib/net/IDataSocket.cpp
+++ b/lib/net/IDataSocket.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "IDataSocket.h"
diff --git a/lib/net/IDataSocket.h b/lib/net/IDataSocket.h
index 21bef9b1..76760683 100644
--- a/lib/net/IDataSocket.h
+++ b/lib/net/IDataSocket.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef IDATASOCKET_H
diff --git a/lib/net/IListenSocket.cpp b/lib/net/IListenSocket.cpp
index 20dbc9a4..14338f8c 100644
--- a/lib/net/IListenSocket.cpp
+++ b/lib/net/IListenSocket.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "IListenSocket.h"
diff --git a/lib/net/IListenSocket.h b/lib/net/IListenSocket.h
index 894234f4..3152ce8d 100644
--- a/lib/net/IListenSocket.h
+++ b/lib/net/IListenSocket.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef ILISTENSOCKET_H
diff --git a/lib/net/ISocket.cpp b/lib/net/ISocket.cpp
index a9aaf1ac..a8d13194 100644
--- a/lib/net/ISocket.cpp
+++ b/lib/net/ISocket.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "ISocket.h"
diff --git a/lib/net/ISocket.h b/lib/net/ISocket.h
index 4452e023..43108252 100644
--- a/lib/net/ISocket.h
+++ b/lib/net/ISocket.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef ISOCKET_H
diff --git a/lib/net/ISocketFactory.h b/lib/net/ISocketFactory.h
index dbf9ae26..41f56124 100644
--- a/lib/net/ISocketFactory.h
+++ b/lib/net/ISocketFactory.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef ISOCKETFACTORY_H
diff --git a/lib/net/ISocketMultiplexerJob.h b/lib/net/ISocketMultiplexerJob.h
index ac722326..9394c0b3 100644
--- a/lib/net/ISocketMultiplexerJob.h
+++ b/lib/net/ISocketMultiplexerJob.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef ISOCKETMULTIPLEXERJOB_H
diff --git a/lib/net/TSocketMultiplexerMethodJob.h b/lib/net/TSocketMultiplexerMethodJob.h
index 992885c4..1a8fdc33 100644
--- a/lib/net/TSocketMultiplexerMethodJob.h
+++ b/lib/net/TSocketMultiplexerMethodJob.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef TSOCKERMULTIPLEXERMETHODJOB_H
diff --git a/lib/net/XSocket.cpp b/lib/net/XSocket.cpp
index 8471538a..38e46090 100644
--- a/lib/net/XSocket.cpp
+++ b/lib/net/XSocket.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "XSocket.h"
diff --git a/lib/net/XSocket.h b/lib/net/XSocket.h
index f84285b9..27075dc4 100644
--- a/lib/net/XSocket.h
+++ b/lib/net/XSocket.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef XSOCKET_H
diff --git a/lib/platform/CMSWindowsClipboard.cpp b/lib/platform/CMSWindowsClipboard.cpp
index 7df9db9f..e95689c2 100644
--- a/lib/platform/CMSWindowsClipboard.cpp
+++ b/lib/platform/CMSWindowsClipboard.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CMSWindowsClipboard.h"
diff --git a/lib/platform/CMSWindowsClipboard.h b/lib/platform/CMSWindowsClipboard.h
index e9b59fb9..40440065 100644
--- a/lib/platform/CMSWindowsClipboard.h
+++ b/lib/platform/CMSWindowsClipboard.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CMSWINDOWSCLIPBOARD_H
diff --git a/lib/platform/CMSWindowsClipboardAnyTextConverter.cpp b/lib/platform/CMSWindowsClipboardAnyTextConverter.cpp
index 77832f13..92ba55b4 100644
--- a/lib/platform/CMSWindowsClipboardAnyTextConverter.cpp
+++ b/lib/platform/CMSWindowsClipboardAnyTextConverter.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CMSWindowsClipboardAnyTextConverter.h"
diff --git a/lib/platform/CMSWindowsClipboardAnyTextConverter.h b/lib/platform/CMSWindowsClipboardAnyTextConverter.h
index 254099f2..9a3abcac 100644
--- a/lib/platform/CMSWindowsClipboardAnyTextConverter.h
+++ b/lib/platform/CMSWindowsClipboardAnyTextConverter.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CMSWINDOWSCLIPBOARDANYTEXTCONVERTER_H
diff --git a/lib/platform/CMSWindowsClipboardBitmapConverter.cpp b/lib/platform/CMSWindowsClipboardBitmapConverter.cpp
index f7771aa9..9605ab0b 100644
--- a/lib/platform/CMSWindowsClipboardBitmapConverter.cpp
+++ b/lib/platform/CMSWindowsClipboardBitmapConverter.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CMSWindowsClipboardBitmapConverter.h"
diff --git a/lib/platform/CMSWindowsClipboardBitmapConverter.h b/lib/platform/CMSWindowsClipboardBitmapConverter.h
index 6ddd7ce8..3545b70c 100644
--- a/lib/platform/CMSWindowsClipboardBitmapConverter.h
+++ b/lib/platform/CMSWindowsClipboardBitmapConverter.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CMSWINDOWSCLIPBOARDBITMAPCONVERTER_H
diff --git a/lib/platform/CMSWindowsClipboardHTMLConverter.cpp b/lib/platform/CMSWindowsClipboardHTMLConverter.cpp
index 779122f3..09f703c1 100644
--- a/lib/platform/CMSWindowsClipboardHTMLConverter.cpp
+++ b/lib/platform/CMSWindowsClipboardHTMLConverter.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CMSWindowsClipboardHTMLConverter.h"
diff --git a/lib/platform/CMSWindowsClipboardHTMLConverter.h b/lib/platform/CMSWindowsClipboardHTMLConverter.h
index 02cd8f88..cba2a1ee 100644
--- a/lib/platform/CMSWindowsClipboardHTMLConverter.h
+++ b/lib/platform/CMSWindowsClipboardHTMLConverter.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CMSWINDOWSCLIPBOARDHTMLCONVERTER_H
diff --git a/lib/platform/CMSWindowsClipboardTextConverter.cpp b/lib/platform/CMSWindowsClipboardTextConverter.cpp
index a735094a..72f560d5 100644
--- a/lib/platform/CMSWindowsClipboardTextConverter.cpp
+++ b/lib/platform/CMSWindowsClipboardTextConverter.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CMSWindowsClipboardTextConverter.h"
diff --git a/lib/platform/CMSWindowsClipboardTextConverter.h b/lib/platform/CMSWindowsClipboardTextConverter.h
index 6f00d475..75672f14 100644
--- a/lib/platform/CMSWindowsClipboardTextConverter.h
+++ b/lib/platform/CMSWindowsClipboardTextConverter.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CMSWINDOWSCLIPBOARDTEXTCONVERTER_H
diff --git a/lib/platform/CMSWindowsClipboardUTF16Converter.cpp b/lib/platform/CMSWindowsClipboardUTF16Converter.cpp
index 81b85c60..3a3591c8 100644
--- a/lib/platform/CMSWindowsClipboardUTF16Converter.cpp
+++ b/lib/platform/CMSWindowsClipboardUTF16Converter.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CMSWindowsClipboardUTF16Converter.h"
diff --git a/lib/platform/CMSWindowsClipboardUTF16Converter.h b/lib/platform/CMSWindowsClipboardUTF16Converter.h
index 51f477fa..32a4e353 100644
--- a/lib/platform/CMSWindowsClipboardUTF16Converter.h
+++ b/lib/platform/CMSWindowsClipboardUTF16Converter.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CMSWINDOWSCLIPBOARDUTF16CONVERTER_H
diff --git a/lib/platform/CMSWindowsDesks.cpp b/lib/platform/CMSWindowsDesks.cpp
index e1552a2c..0cabac2a 100644
--- a/lib/platform/CMSWindowsDesks.cpp
+++ b/lib/platform/CMSWindowsDesks.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CMSWindowsDesks.h"
diff --git a/lib/platform/CMSWindowsDesks.h b/lib/platform/CMSWindowsDesks.h
index 1771d576..f5264115 100644
--- a/lib/platform/CMSWindowsDesks.h
+++ b/lib/platform/CMSWindowsDesks.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CMSWINDOWSDESKS_H
diff --git a/lib/platform/CMSWindowsEventQueueBuffer.cpp b/lib/platform/CMSWindowsEventQueueBuffer.cpp
index 5bab2855..a499946a 100644
--- a/lib/platform/CMSWindowsEventQueueBuffer.cpp
+++ b/lib/platform/CMSWindowsEventQueueBuffer.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CMSWindowsEventQueueBuffer.h"
diff --git a/lib/platform/CMSWindowsEventQueueBuffer.h b/lib/platform/CMSWindowsEventQueueBuffer.h
index 28d8a2f6..575f83db 100644
--- a/lib/platform/CMSWindowsEventQueueBuffer.h
+++ b/lib/platform/CMSWindowsEventQueueBuffer.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CMSWINDOWSEVENTQUEUEBUFFER_H
diff --git a/lib/platform/CMSWindowsKeyState.cpp b/lib/platform/CMSWindowsKeyState.cpp
index e675a4b8..81760220 100644
--- a/lib/platform/CMSWindowsKeyState.cpp
+++ b/lib/platform/CMSWindowsKeyState.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2003 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CMSWindowsKeyState.h"
diff --git a/lib/platform/CMSWindowsKeyState.h b/lib/platform/CMSWindowsKeyState.h
index d8320a58..da59a799 100644
--- a/lib/platform/CMSWindowsKeyState.h
+++ b/lib/platform/CMSWindowsKeyState.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2003 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CMSWINDOWSKEYSTATE_H
diff --git a/lib/platform/CMSWindowsRelauncher.cpp b/lib/platform/CMSWindowsRelauncher.cpp
index 8341021e..c1cda980 100644
--- a/lib/platform/CMSWindowsRelauncher.cpp
+++ b/lib/platform/CMSWindowsRelauncher.cpp
@@ -1,3 +1,20 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2010 The Synergy+ Project
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#include "CMSWindowsRelauncher.h"
#include "CThread.h"
#include "TMethodJob.h"
diff --git a/lib/platform/CMSWindowsRelauncher.h b/lib/platform/CMSWindowsRelauncher.h
index 895ef2b9..6577a276 100644
--- a/lib/platform/CMSWindowsRelauncher.h
+++ b/lib/platform/CMSWindowsRelauncher.h
@@ -1,3 +1,20 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2010 The Synergy+ Project
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
#pragma once
#define WIN32_LEAN_AND_MEAN
diff --git a/lib/platform/CMSWindowsScreen.cpp b/lib/platform/CMSWindowsScreen.cpp
index 87162feb..fc1568fc 100644
--- a/lib/platform/CMSWindowsScreen.cpp
+++ b/lib/platform/CMSWindowsScreen.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CMSWindowsScreen.h"
diff --git a/lib/platform/CMSWindowsScreen.h b/lib/platform/CMSWindowsScreen.h
index 6d29bf96..43c28a2b 100644
--- a/lib/platform/CMSWindowsScreen.h
+++ b/lib/platform/CMSWindowsScreen.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CMSWINDOWSSCREEN_H
diff --git a/lib/platform/CMSWindowsScreenSaver.cpp b/lib/platform/CMSWindowsScreenSaver.cpp
index 7217338f..51aef2e7 100644
--- a/lib/platform/CMSWindowsScreenSaver.cpp
+++ b/lib/platform/CMSWindowsScreenSaver.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CMSWindowsScreenSaver.h"
diff --git a/lib/platform/CMSWindowsScreenSaver.h b/lib/platform/CMSWindowsScreenSaver.h
index bb43c703..257b6a8d 100644
--- a/lib/platform/CMSWindowsScreenSaver.h
+++ b/lib/platform/CMSWindowsScreenSaver.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CMSWINDOWSSCREENSAVER_H
diff --git a/lib/platform/CMSWindowsUtil.cpp b/lib/platform/CMSWindowsUtil.cpp
index 4b3e3f4c..c6982e4b 100644
--- a/lib/platform/CMSWindowsUtil.cpp
+++ b/lib/platform/CMSWindowsUtil.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CMSWindowsUtil.h"
diff --git a/lib/platform/CMSWindowsUtil.h b/lib/platform/CMSWindowsUtil.h
index 5c4d14f5..d8b8f823 100644
--- a/lib/platform/CMSWindowsUtil.h
+++ b/lib/platform/CMSWindowsUtil.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CMSWINDOWSUTIL_H
diff --git a/lib/platform/COSXClipboard.cpp b/lib/platform/COSXClipboard.cpp
index bdf941b0..174af7d3 100644
--- a/lib/platform/COSXClipboard.cpp
+++ b/lib/platform/COSXClipboard.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CClipboard.h"
diff --git a/lib/platform/COSXClipboard.h b/lib/platform/COSXClipboard.h
index 76902b3c..32f387a0 100644
--- a/lib/platform/COSXClipboard.h
+++ b/lib/platform/COSXClipboard.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef COSXCLIPBOARD_H
diff --git a/lib/platform/COSXClipboardAnyTextConverter.cpp b/lib/platform/COSXClipboardAnyTextConverter.cpp
index 67fc3029..1bd99350 100644
--- a/lib/platform/COSXClipboardAnyTextConverter.cpp
+++ b/lib/platform/COSXClipboardAnyTextConverter.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "COSXClipboardAnyTextConverter.h"
diff --git a/lib/platform/COSXClipboardAnyTextConverter.h b/lib/platform/COSXClipboardAnyTextConverter.h
index fe2eb9bf..79444211 100644
--- a/lib/platform/COSXClipboardAnyTextConverter.h
+++ b/lib/platform/COSXClipboardAnyTextConverter.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef COSXCLIPBOARDANYTEXTCONVERTER_H
diff --git a/lib/platform/COSXClipboardTextConverter.cpp b/lib/platform/COSXClipboardTextConverter.cpp
index 03c3a4f3..7a798afd 100644
--- a/lib/platform/COSXClipboardTextConverter.cpp
+++ b/lib/platform/COSXClipboardTextConverter.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "COSXClipboardTextConverter.h"
diff --git a/lib/platform/COSXClipboardTextConverter.h b/lib/platform/COSXClipboardTextConverter.h
index d71a0923..805d1bd9 100644
--- a/lib/platform/COSXClipboardTextConverter.h
+++ b/lib/platform/COSXClipboardTextConverter.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef COSXCLIPBOARDTEXTCONVERTER_H
diff --git a/lib/platform/COSXClipboardUTF16Converter.cpp b/lib/platform/COSXClipboardUTF16Converter.cpp
index 908f91b6..0f85419a 100644
--- a/lib/platform/COSXClipboardUTF16Converter.cpp
+++ b/lib/platform/COSXClipboardUTF16Converter.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "COSXClipboardUTF16Converter.h"
diff --git a/lib/platform/COSXClipboardUTF16Converter.h b/lib/platform/COSXClipboardUTF16Converter.h
index 9a114b3b..1d9ff690 100644
--- a/lib/platform/COSXClipboardUTF16Converter.h
+++ b/lib/platform/COSXClipboardUTF16Converter.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef COSXCLIPBOARDUTF16CONVERTER_H
diff --git a/lib/platform/COSXEventQueueBuffer.cpp b/lib/platform/COSXEventQueueBuffer.cpp
index 5bd0d747..7adf489d 100644
--- a/lib/platform/COSXEventQueueBuffer.cpp
+++ b/lib/platform/COSXEventQueueBuffer.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "COSXEventQueueBuffer.h"
diff --git a/lib/platform/COSXEventQueueBuffer.h b/lib/platform/COSXEventQueueBuffer.h
index 2160b410..a949f1b0 100644
--- a/lib/platform/COSXEventQueueBuffer.h
+++ b/lib/platform/COSXEventQueueBuffer.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef COSXEVENTQUEUEBUFFER_H
diff --git a/lib/platform/COSXKeyState.cpp b/lib/platform/COSXKeyState.cpp
index 4ac5cb18..8429a820 100644
--- a/lib/platform/COSXKeyState.cpp
+++ b/lib/platform/COSXKeyState.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "COSXKeyState.h"
diff --git a/lib/platform/COSXKeyState.h b/lib/platform/COSXKeyState.h
index 3066131f..cf9e1d17 100644
--- a/lib/platform/COSXKeyState.h
+++ b/lib/platform/COSXKeyState.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef COSXKEYSTATE_H
diff --git a/lib/platform/COSXScreen.cpp b/lib/platform/COSXScreen.cpp
index cf575f18..e3732810 100644
--- a/lib/platform/COSXScreen.cpp
+++ b/lib/platform/COSXScreen.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "COSXScreen.h"
diff --git a/lib/platform/COSXScreen.h b/lib/platform/COSXScreen.h
index 14e1076b..fe6ddea4 100644
--- a/lib/platform/COSXScreen.h
+++ b/lib/platform/COSXScreen.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef COSXSCREEN_H
diff --git a/lib/platform/COSXScreenSaver.cpp b/lib/platform/COSXScreenSaver.cpp
index 9cc6a678..5019d6e3 100644
--- a/lib/platform/COSXScreenSaver.cpp
+++ b/lib/platform/COSXScreenSaver.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#import "COSXScreenSaver.h"
diff --git a/lib/platform/COSXScreenSaver.h b/lib/platform/COSXScreenSaver.h
index 40c4e742..842965bd 100644
--- a/lib/platform/COSXScreenSaver.h
+++ b/lib/platform/COSXScreenSaver.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef COSXSCREENSAVER_H
diff --git a/lib/platform/COSXScreenSaverUtil.h b/lib/platform/COSXScreenSaverUtil.h
index d4124ab3..7d184f5a 100644
--- a/lib/platform/COSXScreenSaverUtil.h
+++ b/lib/platform/COSXScreenSaverUtil.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef COSXSCREENSAVERUTIL_H
diff --git a/lib/platform/CSynergyHook.cpp b/lib/platform/CSynergyHook.cpp
index 1905be5f..550fe05a 100644
--- a/lib/platform/CSynergyHook.cpp
+++ b/lib/platform/CSynergyHook.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CSynergyHook.h"
diff --git a/lib/platform/CSynergyHook.h b/lib/platform/CSynergyHook.h
index 792a5ad2..a8f79d51 100644
--- a/lib/platform/CSynergyHook.h
+++ b/lib/platform/CSynergyHook.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CSYNERGYHOOK_H
diff --git a/lib/platform/CXWindowsClipboard.cpp b/lib/platform/CXWindowsClipboard.cpp
index 33252af9..5e27742a 100644
--- a/lib/platform/CXWindowsClipboard.cpp
+++ b/lib/platform/CXWindowsClipboard.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CXWindowsClipboard.h"
diff --git a/lib/platform/CXWindowsClipboard.h b/lib/platform/CXWindowsClipboard.h
index b36a6c8d..eb92c52d 100644
--- a/lib/platform/CXWindowsClipboard.h
+++ b/lib/platform/CXWindowsClipboard.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CXWINDOWSCLIPBOARD_H
diff --git a/lib/platform/CXWindowsClipboardAnyBitmapConverter.cpp b/lib/platform/CXWindowsClipboardAnyBitmapConverter.cpp
index ab6afae2..945c2a66 100644
--- a/lib/platform/CXWindowsClipboardAnyBitmapConverter.cpp
+++ b/lib/platform/CXWindowsClipboardAnyBitmapConverter.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CXWindowsClipboardAnyBitmapConverter.h"
diff --git a/lib/platform/CXWindowsClipboardAnyBitmapConverter.h b/lib/platform/CXWindowsClipboardAnyBitmapConverter.h
index 6a153422..59355bd2 100644
--- a/lib/platform/CXWindowsClipboardAnyBitmapConverter.h
+++ b/lib/platform/CXWindowsClipboardAnyBitmapConverter.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CXWINDOWSCLIPBOARDANYBITMAPCONVERTER_H
diff --git a/lib/platform/CXWindowsClipboardBMPConverter.cpp b/lib/platform/CXWindowsClipboardBMPConverter.cpp
index 747d6850..5aa2794c 100644
--- a/lib/platform/CXWindowsClipboardBMPConverter.cpp
+++ b/lib/platform/CXWindowsClipboardBMPConverter.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CXWindowsClipboardBMPConverter.h"
diff --git a/lib/platform/CXWindowsClipboardBMPConverter.h b/lib/platform/CXWindowsClipboardBMPConverter.h
index a7d44549..8bf1525b 100644
--- a/lib/platform/CXWindowsClipboardBMPConverter.h
+++ b/lib/platform/CXWindowsClipboardBMPConverter.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CXWINDOWSCLIPBOARDBMPCONVERTER_H
diff --git a/lib/platform/CXWindowsClipboardHTMLConverter.cpp b/lib/platform/CXWindowsClipboardHTMLConverter.cpp
index fafca54e..06e34f2e 100644
--- a/lib/platform/CXWindowsClipboardHTMLConverter.cpp
+++ b/lib/platform/CXWindowsClipboardHTMLConverter.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CXWindowsClipboardHTMLConverter.h"
diff --git a/lib/platform/CXWindowsClipboardHTMLConverter.h b/lib/platform/CXWindowsClipboardHTMLConverter.h
index 7f761f20..423311e0 100644
--- a/lib/platform/CXWindowsClipboardHTMLConverter.h
+++ b/lib/platform/CXWindowsClipboardHTMLConverter.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CXWINDOWSCLIPBOARDHTMLCONVERTER_H
diff --git a/lib/platform/CXWindowsClipboardTextConverter.cpp b/lib/platform/CXWindowsClipboardTextConverter.cpp
index bd1a520c..73fafaae 100644
--- a/lib/platform/CXWindowsClipboardTextConverter.cpp
+++ b/lib/platform/CXWindowsClipboardTextConverter.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CXWindowsClipboardTextConverter.h"
diff --git a/lib/platform/CXWindowsClipboardTextConverter.h b/lib/platform/CXWindowsClipboardTextConverter.h
index 3840b7df..332e454c 100644
--- a/lib/platform/CXWindowsClipboardTextConverter.h
+++ b/lib/platform/CXWindowsClipboardTextConverter.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CXWINDOWSCLIPBOARDTEXTCONVERTER_H
diff --git a/lib/platform/CXWindowsClipboardUCS2Converter.cpp b/lib/platform/CXWindowsClipboardUCS2Converter.cpp
index 86b8d13f..fe00722f 100644
--- a/lib/platform/CXWindowsClipboardUCS2Converter.cpp
+++ b/lib/platform/CXWindowsClipboardUCS2Converter.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CXWindowsClipboardUCS2Converter.h"
diff --git a/lib/platform/CXWindowsClipboardUCS2Converter.h b/lib/platform/CXWindowsClipboardUCS2Converter.h
index e848e302..dd2379f2 100644
--- a/lib/platform/CXWindowsClipboardUCS2Converter.h
+++ b/lib/platform/CXWindowsClipboardUCS2Converter.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CXWINDOWSCLIPBOARDUCS2CONVERTER_H
diff --git a/lib/platform/CXWindowsClipboardUTF8Converter.cpp b/lib/platform/CXWindowsClipboardUTF8Converter.cpp
index 7edc850f..e89adb94 100644
--- a/lib/platform/CXWindowsClipboardUTF8Converter.cpp
+++ b/lib/platform/CXWindowsClipboardUTF8Converter.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CXWindowsClipboardUTF8Converter.h"
diff --git a/lib/platform/CXWindowsClipboardUTF8Converter.h b/lib/platform/CXWindowsClipboardUTF8Converter.h
index 5ac8b153..fc0af432 100644
--- a/lib/platform/CXWindowsClipboardUTF8Converter.h
+++ b/lib/platform/CXWindowsClipboardUTF8Converter.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CXWINDOWSCLIPBOARDUTF8CONVERTER_H
diff --git a/lib/platform/CXWindowsEventQueueBuffer.cpp b/lib/platform/CXWindowsEventQueueBuffer.cpp
index 995d5020..225d0d10 100644
--- a/lib/platform/CXWindowsEventQueueBuffer.cpp
+++ b/lib/platform/CXWindowsEventQueueBuffer.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CXWindowsEventQueueBuffer.h"
diff --git a/lib/platform/CXWindowsEventQueueBuffer.h b/lib/platform/CXWindowsEventQueueBuffer.h
index a1737b5e..70bc0a3a 100644
--- a/lib/platform/CXWindowsEventQueueBuffer.h
+++ b/lib/platform/CXWindowsEventQueueBuffer.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CXWINDOWSEVENTQUEUEBUFFER_H
diff --git a/lib/platform/CXWindowsKeyState.cpp b/lib/platform/CXWindowsKeyState.cpp
index 7e69cd94..f5f2d076 100644
--- a/lib/platform/CXWindowsKeyState.cpp
+++ b/lib/platform/CXWindowsKeyState.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2003 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CXWindowsKeyState.h"
diff --git a/lib/platform/CXWindowsKeyState.h b/lib/platform/CXWindowsKeyState.h
index 02ed4520..b2cfa45b 100644
--- a/lib/platform/CXWindowsKeyState.h
+++ b/lib/platform/CXWindowsKeyState.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2003 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CXWINDOWSKEYSTATE_H
diff --git a/lib/platform/CXWindowsScreen.cpp b/lib/platform/CXWindowsScreen.cpp
index eda9927a..f5acec64 100644
--- a/lib/platform/CXWindowsScreen.cpp
+++ b/lib/platform/CXWindowsScreen.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CXWindowsScreen.h"
diff --git a/lib/platform/CXWindowsScreen.h b/lib/platform/CXWindowsScreen.h
index 4c7348a9..1a3988c1 100644
--- a/lib/platform/CXWindowsScreen.h
+++ b/lib/platform/CXWindowsScreen.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CXWINDOWSSCREEN_H
diff --git a/lib/platform/CXWindowsScreenSaver.cpp b/lib/platform/CXWindowsScreenSaver.cpp
index 65af34e1..7612c136 100644
--- a/lib/platform/CXWindowsScreenSaver.cpp
+++ b/lib/platform/CXWindowsScreenSaver.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CXWindowsScreenSaver.h"
diff --git a/lib/platform/CXWindowsScreenSaver.h b/lib/platform/CXWindowsScreenSaver.h
index 991b20e1..3e9205c6 100644
--- a/lib/platform/CXWindowsScreenSaver.h
+++ b/lib/platform/CXWindowsScreenSaver.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CXWINDOWSSCREENSAVER_H
diff --git a/lib/platform/CXWindowsUtil.cpp b/lib/platform/CXWindowsUtil.cpp
index edf21be0..eb958a46 100644
--- a/lib/platform/CXWindowsUtil.cpp
+++ b/lib/platform/CXWindowsUtil.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CXWindowsUtil.h"
diff --git a/lib/platform/CXWindowsUtil.h b/lib/platform/CXWindowsUtil.h
index a9049ef6..40eda4a6 100644
--- a/lib/platform/CXWindowsUtil.h
+++ b/lib/platform/CXWindowsUtil.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CXWINDOWSUTIL_H
diff --git a/lib/platform/OSXScreenSaverControl.h b/lib/platform/OSXScreenSaverControl.h
index 75aecb17..0e7bf1f5 100644
--- a/lib/platform/OSXScreenSaverControl.h
+++ b/lib/platform/OSXScreenSaverControl.h
@@ -1,3 +1,20 @@
+/*
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
// ScreenSaver.framework private API
// Class dumping by Alex Harper http://www.ragingmenace.com/
diff --git a/lib/server/CBaseClientProxy.cpp b/lib/server/CBaseClientProxy.cpp
index 0f049e35..5c07d6d6 100644
--- a/lib/server/CBaseClientProxy.cpp
+++ b/lib/server/CBaseClientProxy.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2006 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CBaseClientProxy.h"
diff --git a/lib/server/CBaseClientProxy.h b/lib/server/CBaseClientProxy.h
index e9cceca4..717a75d0 100644
--- a/lib/server/CBaseClientProxy.h
+++ b/lib/server/CBaseClientProxy.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CBASECLIENTPROXY_H
diff --git a/lib/server/CClientListener.cpp b/lib/server/CClientListener.cpp
index 803f44a0..dd0fe8e0 100644
--- a/lib/server/CClientListener.cpp
+++ b/lib/server/CClientListener.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CClientListener.h"
diff --git a/lib/server/CClientListener.h b/lib/server/CClientListener.h
index e5302e69..95d3e83d 100644
--- a/lib/server/CClientListener.h
+++ b/lib/server/CClientListener.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CCLIENTLISTENER_H
diff --git a/lib/server/CClientProxy.cpp b/lib/server/CClientProxy.cpp
index 715126d5..700debbf 100644
--- a/lib/server/CClientProxy.cpp
+++ b/lib/server/CClientProxy.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CClientProxy.h"
diff --git a/lib/server/CClientProxy.h b/lib/server/CClientProxy.h
index 51ad014b..71a2f9da 100644
--- a/lib/server/CClientProxy.h
+++ b/lib/server/CClientProxy.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CCLIENTPROXY_H
diff --git a/lib/server/CClientProxy1_0.cpp b/lib/server/CClientProxy1_0.cpp
index 5f4ffce1..78b7a7d8 100644
--- a/lib/server/CClientProxy1_0.cpp
+++ b/lib/server/CClientProxy1_0.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CClientProxy1_0.h"
diff --git a/lib/server/CClientProxy1_0.h b/lib/server/CClientProxy1_0.h
index 9ebfc18d..37cbd9c2 100644
--- a/lib/server/CClientProxy1_0.h
+++ b/lib/server/CClientProxy1_0.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CCLIENTPROXY1_0_H
diff --git a/lib/server/CClientProxy1_1.cpp b/lib/server/CClientProxy1_1.cpp
index ccce9305..3f2b9f90 100644
--- a/lib/server/CClientProxy1_1.cpp
+++ b/lib/server/CClientProxy1_1.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CClientProxy1_1.h"
diff --git a/lib/server/CClientProxy1_1.h b/lib/server/CClientProxy1_1.h
index 08764829..13b07c5c 100644
--- a/lib/server/CClientProxy1_1.h
+++ b/lib/server/CClientProxy1_1.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CCLIENTPROXY1_1_H
diff --git a/lib/server/CClientProxy1_2.cpp b/lib/server/CClientProxy1_2.cpp
index 29f0a56b..6d9e1370 100644
--- a/lib/server/CClientProxy1_2.cpp
+++ b/lib/server/CClientProxy1_2.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CClientProxy1_2.h"
diff --git a/lib/server/CClientProxy1_2.h b/lib/server/CClientProxy1_2.h
index 3f8bb0e3..cbc78752 100644
--- a/lib/server/CClientProxy1_2.h
+++ b/lib/server/CClientProxy1_2.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CCLIENTPROXY1_2_H
diff --git a/lib/server/CClientProxy1_3.cpp b/lib/server/CClientProxy1_3.cpp
index 6765d2f8..60b6d9a6 100644
--- a/lib/server/CClientProxy1_3.cpp
+++ b/lib/server/CClientProxy1_3.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2006 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CClientProxy1_3.h"
diff --git a/lib/server/CClientProxy1_3.h b/lib/server/CClientProxy1_3.h
index 681094b6..63b6e546 100644
--- a/lib/server/CClientProxy1_3.h
+++ b/lib/server/CClientProxy1_3.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2006 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CCLIENTPROXY1_3_H
diff --git a/lib/server/CClientProxyUnknown.cpp b/lib/server/CClientProxyUnknown.cpp
index 51a25efa..3b77eea1 100644
--- a/lib/server/CClientProxyUnknown.cpp
+++ b/lib/server/CClientProxyUnknown.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CClientProxyUnknown.h"
diff --git a/lib/server/CClientProxyUnknown.h b/lib/server/CClientProxyUnknown.h
index 140a1aee..4841a204 100644
--- a/lib/server/CClientProxyUnknown.h
+++ b/lib/server/CClientProxyUnknown.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CCLIENTPROXYUNKNOWN_H
diff --git a/lib/server/CConfig.cpp b/lib/server/CConfig.cpp
index b58460cf..648d5d6c 100644
--- a/lib/server/CConfig.cpp
+++ b/lib/server/CConfig.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CConfig.h"
diff --git a/lib/server/CConfig.h b/lib/server/CConfig.h
index c0d2faa8..ec083e74 100644
--- a/lib/server/CConfig.h
+++ b/lib/server/CConfig.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CCONFIG_H
diff --git a/lib/server/CInputFilter.cpp b/lib/server/CInputFilter.cpp
index 12c43b05..6ee44fc7 100644
--- a/lib/server/CInputFilter.cpp
+++ b/lib/server/CInputFilter.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2005 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CInputFilter.h"
diff --git a/lib/server/CInputFilter.h b/lib/server/CInputFilter.h
index 571ec82b..5d9883bf 100644
--- a/lib/server/CInputFilter.h
+++ b/lib/server/CInputFilter.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2005 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CINPUTFILTER_H
diff --git a/lib/server/CPrimaryClient.cpp b/lib/server/CPrimaryClient.cpp
index 03146655..849044fe 100644
--- a/lib/server/CPrimaryClient.cpp
+++ b/lib/server/CPrimaryClient.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CPrimaryClient.h"
diff --git a/lib/server/CPrimaryClient.h b/lib/server/CPrimaryClient.h
index e768a21d..4f3bc7bf 100644
--- a/lib/server/CPrimaryClient.h
+++ b/lib/server/CPrimaryClient.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CPRIMARYCLIENT_H
diff --git a/lib/server/CServer.cpp b/lib/server/CServer.cpp
index 7907b662..fbad5f54 100644
--- a/lib/server/CServer.cpp
+++ b/lib/server/CServer.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CServer.h"
diff --git a/lib/server/CServer.h b/lib/server/CServer.h
index 03171bf5..9ff88842 100644
--- a/lib/server/CServer.h
+++ b/lib/server/CServer.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CSERVER_H
diff --git a/lib/synergy/CApp.cpp b/lib/synergy/CApp.cpp
index c666cc52..95d6957e 100644
--- a/lib/synergy/CApp.cpp
+++ b/lib/synergy/CApp.cpp
@@ -1,16 +1,20 @@
/*
-* synergy -- mouse and keyboard sharing utility
-* Copyright (C) 2002 Chris Schoeneman
-*
-* 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.
-*
-* This package is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU General Public License for more details.
-*/
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2002 Chris Schoeneman
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
#include "CApp.h"
#include "CLog.h"
diff --git a/lib/synergy/CApp.h b/lib/synergy/CApp.h
index c2769f14..5d21cb9f 100644
--- a/lib/synergy/CApp.h
+++ b/lib/synergy/CApp.h
@@ -1,16 +1,20 @@
/*
-* synergy -- mouse and keyboard sharing utility
-* Copyright (C) 2002 Chris Schoeneman
-*
-* 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.
-*
-* This package is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU General Public License for more details.
-*/
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2002 Chris Schoeneman
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
#pragma once
diff --git a/lib/synergy/CClientApp.cpp b/lib/synergy/CClientApp.cpp
index 07e432b4..28a0da5d 100644
--- a/lib/synergy/CClientApp.cpp
+++ b/lib/synergy/CClientApp.cpp
@@ -1,16 +1,20 @@
/*
-* synergy -- mouse and keyboard sharing utility
-* Copyright (C) 2002 Chris Schoeneman
-*
-* 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.
-*
-* This package is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU General Public License for more details.
-*/
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2002 Chris Schoeneman
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
#include "CClientApp.h"
#include "CLog.h"
diff --git a/lib/synergy/CClientApp.h b/lib/synergy/CClientApp.h
index e7ddccf1..89fbe67b 100644
--- a/lib/synergy/CClientApp.h
+++ b/lib/synergy/CClientApp.h
@@ -1,16 +1,20 @@
/*
-* synergy -- mouse and keyboard sharing utility
-* Copyright (C) 2002 Chris Schoeneman
-*
-* 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.
-*
-* This package is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU General Public License for more details.
-*/
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2002 Chris Schoeneman
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
#pragma once
diff --git a/lib/synergy/CClientTaskBarReceiver.cpp b/lib/synergy/CClientTaskBarReceiver.cpp
index 025b43f6..cfe8a221 100644
--- a/lib/synergy/CClientTaskBarReceiver.cpp
+++ b/lib/synergy/CClientTaskBarReceiver.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2003 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CClientTaskBarReceiver.h"
diff --git a/lib/synergy/CClientTaskBarReceiver.h b/lib/synergy/CClientTaskBarReceiver.h
index 5d2d6a87..644144d4 100644
--- a/lib/synergy/CClientTaskBarReceiver.h
+++ b/lib/synergy/CClientTaskBarReceiver.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2003 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CCLIENTTASKBARRECEIVER_H
diff --git a/lib/synergy/CClipboard.cpp b/lib/synergy/CClipboard.cpp
index d0388a01..b485c2a2 100644
--- a/lib/synergy/CClipboard.cpp
+++ b/lib/synergy/CClipboard.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CClipboard.h"
diff --git a/lib/synergy/CClipboard.h b/lib/synergy/CClipboard.h
index f8d10aff..7423561e 100644
--- a/lib/synergy/CClipboard.h
+++ b/lib/synergy/CClipboard.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CCLIPBOARD_H
diff --git a/lib/synergy/CKeyMap.cpp b/lib/synergy/CKeyMap.cpp
index 38effdaf..a31e930e 100644
--- a/lib/synergy/CKeyMap.cpp
+++ b/lib/synergy/CKeyMap.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2005 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CKeyMap.h"
diff --git a/lib/synergy/CKeyMap.h b/lib/synergy/CKeyMap.h
index 7f34113b..04381138 100644
--- a/lib/synergy/CKeyMap.h
+++ b/lib/synergy/CKeyMap.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2005 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CKEYMAP_H
diff --git a/lib/synergy/CKeyState.cpp b/lib/synergy/CKeyState.cpp
index 496f614c..cf438eb3 100644
--- a/lib/synergy/CKeyState.cpp
+++ b/lib/synergy/CKeyState.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CKeyState.h"
diff --git a/lib/synergy/CKeyState.h b/lib/synergy/CKeyState.h
index 6bfd9d8b..e179d82e 100644
--- a/lib/synergy/CKeyState.h
+++ b/lib/synergy/CKeyState.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CKEYSTATE_H
diff --git a/lib/synergy/CPacketStreamFilter.cpp b/lib/synergy/CPacketStreamFilter.cpp
index 13294021..25c425ed 100644
--- a/lib/synergy/CPacketStreamFilter.cpp
+++ b/lib/synergy/CPacketStreamFilter.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CPacketStreamFilter.h"
diff --git a/lib/synergy/CPacketStreamFilter.h b/lib/synergy/CPacketStreamFilter.h
index 93ddd8fa..0dded74f 100644
--- a/lib/synergy/CPacketStreamFilter.h
+++ b/lib/synergy/CPacketStreamFilter.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CPACKETSTREAMFILTER_H
diff --git a/lib/synergy/CPlatformScreen.cpp b/lib/synergy/CPlatformScreen.cpp
index ca33d5a9..12936830 100644
--- a/lib/synergy/CPlatformScreen.cpp
+++ b/lib/synergy/CPlatformScreen.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CPlatformScreen.h"
diff --git a/lib/synergy/CPlatformScreen.h b/lib/synergy/CPlatformScreen.h
index 2e5c87f1..ff07ed1e 100644
--- a/lib/synergy/CPlatformScreen.h
+++ b/lib/synergy/CPlatformScreen.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CPLATFORMSCREEN_H
diff --git a/lib/synergy/CProtocolUtil.cpp b/lib/synergy/CProtocolUtil.cpp
index 786547d7..dad31320 100644
--- a/lib/synergy/CProtocolUtil.cpp
+++ b/lib/synergy/CProtocolUtil.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CProtocolUtil.h"
diff --git a/lib/synergy/CProtocolUtil.h b/lib/synergy/CProtocolUtil.h
index d4019b0b..443456ff 100644
--- a/lib/synergy/CProtocolUtil.h
+++ b/lib/synergy/CProtocolUtil.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CPROTOCOLUTIL_H
diff --git a/lib/synergy/CScreen.cpp b/lib/synergy/CScreen.cpp
index 5436588b..907b5aba 100644
--- a/lib/synergy/CScreen.cpp
+++ b/lib/synergy/CScreen.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2003 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CScreen.h"
diff --git a/lib/synergy/CScreen.h b/lib/synergy/CScreen.h
index 4d216f8b..6f6a363d 100644
--- a/lib/synergy/CScreen.h
+++ b/lib/synergy/CScreen.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CSCREEN_H
diff --git a/lib/synergy/CServerApp.cpp b/lib/synergy/CServerApp.cpp
index 3d481000..d3b16ecd 100644
--- a/lib/synergy/CServerApp.cpp
+++ b/lib/synergy/CServerApp.cpp
@@ -1,16 +1,20 @@
/*
-* synergy -- mouse and keyboard sharing utility
-* Copyright (C) 2002 Chris Schoeneman
-*
-* 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.
-*
-* This package is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU General Public License for more details.
-*/
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2002 Chris Schoeneman
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
#include "CServerApp.h"
#include "CLog.h"
diff --git a/lib/synergy/CServerApp.h b/lib/synergy/CServerApp.h
index 5134423b..1b018cea 100644
--- a/lib/synergy/CServerApp.h
+++ b/lib/synergy/CServerApp.h
@@ -1,16 +1,20 @@
/*
-* synergy -- mouse and keyboard sharing utility
-* Copyright (C) 2002 Chris Schoeneman
-*
-* 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.
-*
-* This package is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU General Public License for more details.
-*/
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
+ * Copyright (C) 2002 Chris Schoeneman
+ *
+ * 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.
+ *
+ * This package is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
#pragma once
diff --git a/lib/synergy/CServerTaskBarReceiver.cpp b/lib/synergy/CServerTaskBarReceiver.cpp
index 632c9a8d..fee615e0 100644
--- a/lib/synergy/CServerTaskBarReceiver.cpp
+++ b/lib/synergy/CServerTaskBarReceiver.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2003 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "CServerTaskBarReceiver.h"
diff --git a/lib/synergy/CServerTaskBarReceiver.h b/lib/synergy/CServerTaskBarReceiver.h
index 66b15534..5492880b 100644
--- a/lib/synergy/CServerTaskBarReceiver.h
+++ b/lib/synergy/CServerTaskBarReceiver.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2003 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CSERVERTASKBARRECEIVER_H
diff --git a/lib/synergy/ClipboardTypes.h b/lib/synergy/ClipboardTypes.h
index a638e821..9db2719d 100644
--- a/lib/synergy/ClipboardTypes.h
+++ b/lib/synergy/ClipboardTypes.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef CLIPBOARDTYPES_H
diff --git a/lib/synergy/IClient.h b/lib/synergy/IClient.h
index 81cbf06a..4a632182 100644
--- a/lib/synergy/IClient.h
+++ b/lib/synergy/IClient.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef ICLIENT_H
diff --git a/lib/synergy/IClipboard.cpp b/lib/synergy/IClipboard.cpp
index a59cc97b..93d683d5 100644
--- a/lib/synergy/IClipboard.cpp
+++ b/lib/synergy/IClipboard.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "IClipboard.h"
diff --git a/lib/synergy/IClipboard.h b/lib/synergy/IClipboard.h
index c883da8a..ae1b6c99 100644
--- a/lib/synergy/IClipboard.h
+++ b/lib/synergy/IClipboard.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef ICLIPBOARD_H
diff --git a/lib/synergy/IKeyState.cpp b/lib/synergy/IKeyState.cpp
index 9e5d8d87..b79a0abb 100644
--- a/lib/synergy/IKeyState.cpp
+++ b/lib/synergy/IKeyState.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "IKeyState.h"
diff --git a/lib/synergy/IKeyState.h b/lib/synergy/IKeyState.h
index 2b282487..f735b65d 100644
--- a/lib/synergy/IKeyState.h
+++ b/lib/synergy/IKeyState.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2003 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef IKEYSTATE_H
diff --git a/lib/synergy/INode.h b/lib/synergy/INode.h
index de4ecbd9..ebd066df 100644
--- a/lib/synergy/INode.h
+++ b/lib/synergy/INode.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "IInterface.h"
diff --git a/lib/synergy/IPlatformScreen.h b/lib/synergy/IPlatformScreen.h
index b4d1b785..3660486f 100644
--- a/lib/synergy/IPlatformScreen.h
+++ b/lib/synergy/IPlatformScreen.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef IPLATFORMSCREEN_H
diff --git a/lib/synergy/IPrimaryScreen.cpp b/lib/synergy/IPrimaryScreen.cpp
index 21d16b69..a288800e 100644
--- a/lib/synergy/IPrimaryScreen.cpp
+++ b/lib/synergy/IPrimaryScreen.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "IPrimaryScreen.h"
diff --git a/lib/synergy/IPrimaryScreen.h b/lib/synergy/IPrimaryScreen.h
index 93166d23..cac38554 100644
--- a/lib/synergy/IPrimaryScreen.h
+++ b/lib/synergy/IPrimaryScreen.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2003 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef IPRIMARYSCREEN_H
diff --git a/lib/synergy/IScreen.cpp b/lib/synergy/IScreen.cpp
index 3095b9d4..e1a0d036 100644
--- a/lib/synergy/IScreen.cpp
+++ b/lib/synergy/IScreen.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "IScreen.h"
diff --git a/lib/synergy/IScreen.h b/lib/synergy/IScreen.h
index e1f94d59..004c8b40 100644
--- a/lib/synergy/IScreen.h
+++ b/lib/synergy/IScreen.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2003 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef ISCREEN_H
diff --git a/lib/synergy/IScreenSaver.h b/lib/synergy/IScreenSaver.h
index 9076b309..0ce5be6e 100644
--- a/lib/synergy/IScreenSaver.h
+++ b/lib/synergy/IScreenSaver.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef ISCREENSAVER_H
diff --git a/lib/synergy/ISecondaryScreen.h b/lib/synergy/ISecondaryScreen.h
index 5b3a150d..5165b23a 100644
--- a/lib/synergy/ISecondaryScreen.h
+++ b/lib/synergy/ISecondaryScreen.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2003 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef ISECONDARYSCREEN_H
diff --git a/lib/synergy/KeyTypes.cpp b/lib/synergy/KeyTypes.cpp
index b483745d..13e2d745 100644
--- a/lib/synergy/KeyTypes.cpp
+++ b/lib/synergy/KeyTypes.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "KeyTypes.h"
diff --git a/lib/synergy/KeyTypes.h b/lib/synergy/KeyTypes.h
index c8b4f6b8..f5aaf343 100644
--- a/lib/synergy/KeyTypes.h
+++ b/lib/synergy/KeyTypes.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef KEYTYPES_H
diff --git a/lib/synergy/MouseTypes.h b/lib/synergy/MouseTypes.h
index e83cfb6f..2b70e168 100644
--- a/lib/synergy/MouseTypes.h
+++ b/lib/synergy/MouseTypes.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef MOUSETYPES_H
diff --git a/lib/synergy/OptionTypes.h b/lib/synergy/OptionTypes.h
index 00352b2f..67597cce 100644
--- a/lib/synergy/OptionTypes.h
+++ b/lib/synergy/OptionTypes.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef OPTIONTYPES_H
diff --git a/lib/synergy/ProtocolTypes.cpp b/lib/synergy/ProtocolTypes.cpp
index 441b2f33..57c7f0a7 100644
--- a/lib/synergy/ProtocolTypes.cpp
+++ b/lib/synergy/ProtocolTypes.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "ProtocolTypes.h"
diff --git a/lib/synergy/ProtocolTypes.h b/lib/synergy/ProtocolTypes.h
index c4d3c99d..ec2c2ed9 100644
--- a/lib/synergy/ProtocolTypes.h
+++ b/lib/synergy/ProtocolTypes.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef PROTOCOLTYPES_H
diff --git a/lib/synergy/XScreen.cpp b/lib/synergy/XScreen.cpp
index 8a694bfa..e50272e9 100644
--- a/lib/synergy/XScreen.cpp
+++ b/lib/synergy/XScreen.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "XScreen.h"
diff --git a/lib/synergy/XScreen.h b/lib/synergy/XScreen.h
index 9966e6cf..afa0158f 100644
--- a/lib/synergy/XScreen.h
+++ b/lib/synergy/XScreen.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef XSCREEN_H
diff --git a/lib/synergy/XSynergy.cpp b/lib/synergy/XSynergy.cpp
index 7a4f1a96..c4b97902 100644
--- a/lib/synergy/XSynergy.cpp
+++ b/lib/synergy/XSynergy.cpp
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#include "XSynergy.h"
diff --git a/lib/synergy/XSynergy.h b/lib/synergy/XSynergy.h
index 4dce6c2a..ea3ddd64 100644
--- a/lib/synergy/XSynergy.h
+++ b/lib/synergy/XSynergy.h
@@ -1,5 +1,6 @@
/*
- * synergy -- mouse and keyboard sharing utility
+ * synergy-plus -- mouse and keyboard sharing utility
+ * Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@@ -10,6 +11,9 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
*/
#ifndef XSYNERGY_H