From f6c3a9453bd3d2a76800a4166325c8936fd511e3 Mon Sep 17 00:00:00 2001 From: crs Date: Fri, 2 Aug 2002 19:57:46 +0000 Subject: [PATCH] added copyright to top of each file. --- Makefile.am | 12 ++++++++++++ acinclude.m4 | 12 ++++++++++++ cmd/Makefile.am | 12 ++++++++++++ cmd/synergy/Makefile.am | 12 ++++++++++++ cmd/synergy/resource.h | 14 ++++++++++++++ cmd/synergy/synergy.cpp | 14 ++++++++++++++ cmd/synergyd/Makefile.am | 12 ++++++++++++ cmd/synergyd/resource.h | 14 ++++++++++++++ cmd/synergyd/synergyd.cpp | 14 ++++++++++++++ configure.in | 12 ++++++++++++ dist/Makefile.am | 12 ++++++++++++ dist/rpm/Makefile.am | 12 ++++++++++++ lib/Makefile.am | 12 ++++++++++++ lib/base/BasicTypes.h | 14 ++++++++++++++ lib/base/CFunctionJob.cpp | 14 ++++++++++++++ lib/base/CFunctionJob.h | 14 ++++++++++++++ lib/base/CLog.cpp | 14 ++++++++++++++ lib/base/CLog.h | 14 ++++++++++++++ lib/base/CStopwatch.cpp | 14 ++++++++++++++ lib/base/CStopwatch.h | 14 ++++++++++++++ lib/base/CString.cpp | 14 ++++++++++++++ lib/base/CString.h | 14 ++++++++++++++ lib/base/CUnicode.cpp | 14 ++++++++++++++ lib/base/CUnicode.h | 14 ++++++++++++++ lib/base/IInterface.h | 14 ++++++++++++++ lib/base/IJob.h | 14 ++++++++++++++ lib/base/Makefile.am | 12 ++++++++++++ lib/base/TMethodJob.h | 14 ++++++++++++++ lib/base/Version.h | 14 ++++++++++++++ lib/base/XBase.cpp | 14 ++++++++++++++ lib/base/XBase.h | 14 ++++++++++++++ lib/base/common.h | 14 ++++++++++++++ lib/base/stdfstream.h | 14 ++++++++++++++ lib/base/stdistream.h | 14 ++++++++++++++ lib/base/stdlist.h | 14 ++++++++++++++ lib/base/stdmap.h | 14 ++++++++++++++ lib/base/stdostream.h | 14 ++++++++++++++ lib/base/stdpost.h | 14 ++++++++++++++ lib/base/stdpre.h | 14 ++++++++++++++ lib/base/stdset.h | 14 ++++++++++++++ lib/base/stdsstream.h | 14 ++++++++++++++ lib/base/stdvector.h | 14 ++++++++++++++ lib/client/CClient.cpp | 14 ++++++++++++++ lib/client/CClient.h | 14 ++++++++++++++ lib/client/CMSWindowsSecondaryScreen.cpp | 14 ++++++++++++++ lib/client/CMSWindowsSecondaryScreen.h | 14 ++++++++++++++ lib/client/CSecondaryScreen.cpp | 14 ++++++++++++++ lib/client/CSecondaryScreen.h | 14 ++++++++++++++ lib/client/CServerProxy.cpp | 14 ++++++++++++++ lib/client/CServerProxy.h | 14 ++++++++++++++ lib/client/CXWindowsSecondaryScreen.cpp | 14 ++++++++++++++ lib/client/CXWindowsSecondaryScreen.h | 14 ++++++++++++++ lib/client/ISecondaryScreenFactory.h | 14 ++++++++++++++ lib/client/Makefile.am | 12 ++++++++++++ lib/http/CHTTPProtocol.cpp | 14 ++++++++++++++ lib/http/CHTTPProtocol.h | 14 ++++++++++++++ lib/http/Makefile.am | 12 ++++++++++++ lib/http/XHTTP.cpp | 14 ++++++++++++++ lib/http/XHTTP.h | 14 ++++++++++++++ lib/io/CBufferedInputStream.cpp | 14 ++++++++++++++ lib/io/CBufferedInputStream.h | 14 ++++++++++++++ lib/io/CBufferedOutputStream.cpp | 14 ++++++++++++++ lib/io/CBufferedOutputStream.h | 14 ++++++++++++++ lib/io/CInputStreamFilter.cpp | 14 ++++++++++++++ lib/io/CInputStreamFilter.h | 14 ++++++++++++++ lib/io/COutputStreamFilter.cpp | 14 ++++++++++++++ lib/io/COutputStreamFilter.h | 14 ++++++++++++++ lib/io/CStreamBuffer.cpp | 14 ++++++++++++++ lib/io/CStreamBuffer.h | 14 ++++++++++++++ lib/io/IInputStream.h | 14 ++++++++++++++ lib/io/IOutputStream.h | 14 ++++++++++++++ lib/io/IStreamFilterFactory.h | 14 ++++++++++++++ lib/io/Makefile.am | 12 ++++++++++++ lib/io/XIO.cpp | 14 ++++++++++++++ lib/io/XIO.h | 14 ++++++++++++++ lib/mt/CCondVar.cpp | 14 ++++++++++++++ lib/mt/CCondVar.h | 14 ++++++++++++++ lib/mt/CLock.cpp | 14 ++++++++++++++ lib/mt/CLock.h | 14 ++++++++++++++ lib/mt/CMutex.cpp | 14 ++++++++++++++ lib/mt/CMutex.h | 14 ++++++++++++++ lib/mt/CThread.cpp | 14 ++++++++++++++ lib/mt/CThread.h | 14 ++++++++++++++ lib/mt/CThreadRep.cpp | 14 ++++++++++++++ lib/mt/CThreadRep.h | 14 ++++++++++++++ lib/mt/CTimerThread.cpp | 14 ++++++++++++++ lib/mt/CTimerThread.h | 14 ++++++++++++++ lib/mt/Makefile.am | 12 ++++++++++++ lib/mt/XThread.h | 14 ++++++++++++++ lib/net/CNetwork.cpp | 14 ++++++++++++++ lib/net/CNetwork.h | 14 ++++++++++++++ lib/net/CNetworkAddress.cpp | 14 ++++++++++++++ lib/net/CNetworkAddress.h | 14 ++++++++++++++ lib/net/CTCPListenSocket.cpp | 14 ++++++++++++++ lib/net/CTCPListenSocket.h | 14 ++++++++++++++ lib/net/CTCPSocket.cpp | 14 ++++++++++++++ lib/net/CTCPSocket.h | 14 ++++++++++++++ lib/net/CTCPSocketFactory.cpp | 14 ++++++++++++++ lib/net/CTCPSocketFactory.h | 14 ++++++++++++++ lib/net/IDataSocket.h | 14 ++++++++++++++ lib/net/IListenSocket.h | 14 ++++++++++++++ lib/net/ISocket.h | 14 ++++++++++++++ lib/net/ISocketFactory.h | 14 ++++++++++++++ lib/net/Makefile.am | 12 ++++++++++++ lib/net/XNetwork.cpp | 14 ++++++++++++++ lib/net/XNetwork.h | 14 ++++++++++++++ lib/net/XSocket.cpp | 14 ++++++++++++++ lib/net/XSocket.h | 14 ++++++++++++++ lib/platform/CMSWindowsClipboard.cpp | 14 ++++++++++++++ lib/platform/CMSWindowsClipboard.h | 14 ++++++++++++++ .../CMSWindowsClipboardAnyTextConverter.cpp | 14 ++++++++++++++ lib/platform/CMSWindowsClipboardAnyTextConverter.h | 14 ++++++++++++++ lib/platform/CMSWindowsClipboardTextConverter.cpp | 14 ++++++++++++++ lib/platform/CMSWindowsClipboardTextConverter.h | 14 ++++++++++++++ lib/platform/CMSWindowsClipboardUTF16Converter.cpp | 14 ++++++++++++++ lib/platform/CMSWindowsClipboardUTF16Converter.h | 14 ++++++++++++++ lib/platform/CMSWindowsScreen.cpp | 14 ++++++++++++++ lib/platform/CMSWindowsScreen.h | 14 ++++++++++++++ lib/platform/CMSWindowsScreenSaver.cpp | 14 ++++++++++++++ lib/platform/CMSWindowsScreenSaver.h | 14 ++++++++++++++ lib/platform/CPlatform.cpp | 14 ++++++++++++++ lib/platform/CPlatform.h | 14 ++++++++++++++ lib/platform/CSynergyHook.cpp | 14 ++++++++++++++ lib/platform/CSynergyHook.h | 14 ++++++++++++++ lib/platform/CUnixPlatform.cpp | 14 ++++++++++++++ lib/platform/CUnixPlatform.h | 14 ++++++++++++++ lib/platform/CWin32Platform.cpp | 14 ++++++++++++++ lib/platform/CWin32Platform.h | 14 ++++++++++++++ lib/platform/CXWindowsClipboard.cpp | 14 ++++++++++++++ lib/platform/CXWindowsClipboard.h | 14 ++++++++++++++ lib/platform/CXWindowsClipboardTextConverter.cpp | 14 ++++++++++++++ lib/platform/CXWindowsClipboardTextConverter.h | 14 ++++++++++++++ lib/platform/CXWindowsClipboardUCS2Converter.cpp | 14 ++++++++++++++ lib/platform/CXWindowsClipboardUCS2Converter.h | 14 ++++++++++++++ lib/platform/CXWindowsClipboardUTF8Converter.cpp | 14 ++++++++++++++ lib/platform/CXWindowsClipboardUTF8Converter.h | 14 ++++++++++++++ lib/platform/CXWindowsScreen.cpp | 14 ++++++++++++++ lib/platform/CXWindowsScreen.h | 14 ++++++++++++++ lib/platform/CXWindowsScreenSaver.cpp | 14 ++++++++++++++ lib/platform/CXWindowsScreenSaver.h | 14 ++++++++++++++ lib/platform/CXWindowsUtil.cpp | 14 ++++++++++++++ lib/platform/CXWindowsUtil.h | 14 ++++++++++++++ lib/platform/IMSWindowsScreenEventHandler.h | 14 ++++++++++++++ lib/platform/IPlatform.h | 14 ++++++++++++++ lib/platform/Makefile.am | 12 ++++++++++++ lib/server/CClientProxy.cpp | 14 ++++++++++++++ lib/server/CClientProxy.h | 14 ++++++++++++++ lib/server/CClientProxy1_0.cpp | 14 ++++++++++++++ lib/server/CClientProxy1_0.h | 14 ++++++++++++++ lib/server/CConfig.cpp | 14 ++++++++++++++ lib/server/CConfig.h | 14 ++++++++++++++ lib/server/CHTTPServer.cpp | 14 ++++++++++++++ lib/server/CHTTPServer.h | 14 ++++++++++++++ lib/server/CMSWindowsPrimaryScreen.cpp | 14 ++++++++++++++ lib/server/CMSWindowsPrimaryScreen.h | 14 ++++++++++++++ lib/server/CPrimaryClient.cpp | 14 ++++++++++++++ lib/server/CPrimaryClient.h | 14 ++++++++++++++ lib/server/CPrimaryScreen.cpp | 14 ++++++++++++++ lib/server/CPrimaryScreen.h | 14 ++++++++++++++ lib/server/CServer.cpp | 14 ++++++++++++++ lib/server/CServer.h | 14 ++++++++++++++ lib/server/CXWindowsPrimaryScreen.cpp | 14 ++++++++++++++ lib/server/CXWindowsPrimaryScreen.h | 14 ++++++++++++++ lib/server/IPrimaryScreenFactory.h | 14 ++++++++++++++ lib/server/Makefile.am | 12 ++++++++++++ lib/synergy/CClipboard.cpp | 14 ++++++++++++++ lib/synergy/CClipboard.h | 14 ++++++++++++++ lib/synergy/CInputPacketStream.cpp | 14 ++++++++++++++ lib/synergy/CInputPacketStream.h | 14 ++++++++++++++ lib/synergy/COutputPacketStream.cpp | 14 ++++++++++++++ lib/synergy/COutputPacketStream.h | 14 ++++++++++++++ lib/synergy/CProtocolUtil.cpp | 14 ++++++++++++++ lib/synergy/CProtocolUtil.h | 14 ++++++++++++++ lib/synergy/ClipboardTypes.h | 14 ++++++++++++++ lib/synergy/IClient.h | 14 ++++++++++++++ lib/synergy/IClipboard.h | 14 ++++++++++++++ lib/synergy/IPrimaryScreenReceiver.h | 14 ++++++++++++++ lib/synergy/IScreen.h | 14 ++++++++++++++ lib/synergy/IScreenEventHandler.h | 14 ++++++++++++++ lib/synergy/IScreenReceiver.h | 14 ++++++++++++++ lib/synergy/IScreenSaver.h | 14 ++++++++++++++ lib/synergy/IServer.h | 14 ++++++++++++++ lib/synergy/KeyTypes.h | 14 ++++++++++++++ lib/synergy/Makefile.am | 12 ++++++++++++ lib/synergy/MouseTypes.h | 14 ++++++++++++++ lib/synergy/ProtocolTypes.h | 14 ++++++++++++++ lib/synergy/XScreen.cpp | 14 ++++++++++++++ lib/synergy/XScreen.h | 14 ++++++++++++++ lib/synergy/XSynergy.cpp | 14 ++++++++++++++ lib/synergy/XSynergy.h | 14 ++++++++++++++ 190 files changed, 2624 insertions(+) diff --git a/Makefile.am b/Makefile.am index 5c654d549..d88626f9c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,15 @@ +# 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. + ## Process this file with automake to produce Makefile.in NULL = DEPTH = . diff --git a/acinclude.m4 b/acinclude.m4 index 4b02bee63..121a33802 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1,3 +1,15 @@ +dnl synergy -- mouse and keyboard sharing utility +dnl Copyright (C) 2002 Chris Schoeneman +dnl +dnl This package is free software; you can redistribute it and/or +dnl modify it under the terms of the GNU General Public License +dnl found in the file COPYING that should have accompanied this file. +dnl +dnl This package is distributed in the hope that it will be useful, +dnl but WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +dnl GNU General Public License for more details. + dnl The following macros are from http://www.gnu.org/software/ac-archive/ dnl which distributes them under the following license: dnl diff --git a/cmd/Makefile.am b/cmd/Makefile.am index ade290012..3fe790505 100644 --- a/cmd/Makefile.am +++ b/cmd/Makefile.am @@ -1,3 +1,15 @@ +# 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. + ## Process this file with automake to produce Makefile.in NULL = DEPTH = .. diff --git a/cmd/synergy/Makefile.am b/cmd/synergy/Makefile.am index 87df1dfc7..3b8c4499c 100644 --- a/cmd/synergy/Makefile.am +++ b/cmd/synergy/Makefile.am @@ -1,3 +1,15 @@ +# 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. + ## Process this file with automake to produce Makefile.in NULL = DEPTH = ../.. diff --git a/cmd/synergy/resource.h b/cmd/synergy/resource.h index 993c9edc3..33361a754 100644 --- a/cmd/synergy/resource.h +++ b/cmd/synergy/resource.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + //{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by client.rc diff --git a/cmd/synergy/synergy.cpp b/cmd/synergy/synergy.cpp index aeb206e33..f1bb35ed1 100644 --- a/cmd/synergy/synergy.cpp +++ b/cmd/synergy/synergy.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CClient.h" #include "ISecondaryScreenFactory.h" #include "CPlatform.h" diff --git a/cmd/synergyd/Makefile.am b/cmd/synergyd/Makefile.am index 287a620cb..a16ea9511 100644 --- a/cmd/synergyd/Makefile.am +++ b/cmd/synergyd/Makefile.am @@ -1,3 +1,15 @@ +# 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. + ## Process this file with automake to produce Makefile.in NULL = DEPTH = ../.. diff --git a/cmd/synergyd/resource.h b/cmd/synergyd/resource.h index 2b751aa34..2c43f29d3 100644 --- a/cmd/synergyd/resource.h +++ b/cmd/synergyd/resource.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + //{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by server.rc diff --git a/cmd/synergyd/synergyd.cpp b/cmd/synergyd/synergyd.cpp index 4a971071a..abdbed4d4 100644 --- a/cmd/synergyd/synergyd.cpp +++ b/cmd/synergyd/synergyd.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CServer.h" #include "CConfig.h" #include "IPrimaryScreenFactory.h" diff --git a/configure.in b/configure.in index 319838955..c938eda3b 100644 --- a/configure.in +++ b/configure.in @@ -1,3 +1,15 @@ +dnl synergy -- mouse and keyboard sharing utility +dnl Copyright (C) 2002 Chris Schoeneman +dnl +dnl This package is free software; you can redistribute it and/or +dnl modify it under the terms of the GNU General Public License +dnl found in the file COPYING that should have accompanied this file. +dnl +dnl This package is distributed in the hope that it will be useful, +dnl but WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +dnl GNU General Public License for more details. + dnl Process this file with autoconf to produce a configure script. dnl initialize diff --git a/dist/Makefile.am b/dist/Makefile.am index 75079e4b6..bf906cbfc 100644 --- a/dist/Makefile.am +++ b/dist/Makefile.am @@ -1,3 +1,15 @@ +# 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. + ## Process this file with automake to produce Makefile.in NULL = DEPTH = .. diff --git a/dist/rpm/Makefile.am b/dist/rpm/Makefile.am index b6716d33d..1f0c046ba 100644 --- a/dist/rpm/Makefile.am +++ b/dist/rpm/Makefile.am @@ -1,3 +1,15 @@ +# 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. + ## Process this file with automake to produce Makefile.in NULL = DEPTH = ../.. diff --git a/lib/Makefile.am b/lib/Makefile.am index c98329def..5b23e06b4 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,3 +1,15 @@ +# 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. + ## Process this file with automake to produce Makefile.in NULL = DEPTH = .. diff --git a/lib/base/BasicTypes.h b/lib/base/BasicTypes.h index 0a437caa9..c7176637c 100644 --- a/lib/base/BasicTypes.h +++ b/lib/base/BasicTypes.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef BASICTYPES_H #define BASICTYPES_H diff --git a/lib/base/CFunctionJob.cpp b/lib/base/CFunctionJob.cpp index 423f0a63b..bc16c5099 100644 --- a/lib/base/CFunctionJob.cpp +++ b/lib/base/CFunctionJob.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CFunctionJob.h" // diff --git a/lib/base/CFunctionJob.h b/lib/base/CFunctionJob.h index 311ceaf94..e30bbfa2c 100644 --- a/lib/base/CFunctionJob.h +++ b/lib/base/CFunctionJob.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CFUNCTIONJOB_H #define CFUNCTIONJOB_H diff --git a/lib/base/CLog.cpp b/lib/base/CLog.cpp index bbc55a8c8..0cc48f087 100644 --- a/lib/base/CLog.cpp +++ b/lib/base/CLog.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CLog.h" #include "CString.h" #include diff --git a/lib/base/CLog.h b/lib/base/CLog.h index 085016e22..e364e8ac3 100644 --- a/lib/base/CLog.h +++ b/lib/base/CLog.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CLOG_H #define CLOG_H diff --git a/lib/base/CStopwatch.cpp b/lib/base/CStopwatch.cpp index 99792d19c..02b99d77a 100644 --- a/lib/base/CStopwatch.cpp +++ b/lib/base/CStopwatch.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CStopwatch.h" // diff --git a/lib/base/CStopwatch.h b/lib/base/CStopwatch.h index 8817a67a1..e6a347190 100644 --- a/lib/base/CStopwatch.h +++ b/lib/base/CStopwatch.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CSTOPWATCH_H #define CSTOPWATCH_H diff --git a/lib/base/CString.cpp b/lib/base/CString.cpp index 8854df6d8..2aedb36e3 100644 --- a/lib/base/CString.cpp +++ b/lib/base/CString.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CString.h" #include "common.h" #include "stdvector.h" diff --git a/lib/base/CString.h b/lib/base/CString.h index 0f74cba58..7add626f7 100644 --- a/lib/base/CString.h +++ b/lib/base/CString.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CSTRING_H #define CSTRING_H diff --git a/lib/base/CUnicode.cpp b/lib/base/CUnicode.cpp index 1c17afdd5..383d23810 100644 --- a/lib/base/CUnicode.cpp +++ b/lib/base/CUnicode.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CUnicode.h" #include #include diff --git a/lib/base/CUnicode.h b/lib/base/CUnicode.h index aa6d07c38..43ee54701 100644 --- a/lib/base/CUnicode.h +++ b/lib/base/CUnicode.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CUNICODE_H #define CUNICODE_H diff --git a/lib/base/IInterface.h b/lib/base/IInterface.h index 4f85e1beb..97df31c28 100644 --- a/lib/base/IInterface.h +++ b/lib/base/IInterface.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef IINTERFACE_H #define IINTERFACE_H diff --git a/lib/base/IJob.h b/lib/base/IJob.h index b83c0d808..30ef5f5ac 100644 --- a/lib/base/IJob.h +++ b/lib/base/IJob.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef IJOB_H #define IJOB_H diff --git a/lib/base/Makefile.am b/lib/base/Makefile.am index e37143fb0..c02cf4605 100644 --- a/lib/base/Makefile.am +++ b/lib/base/Makefile.am @@ -1,3 +1,15 @@ +# 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. + ## Process this file with automake to produce Makefile.in NULL = DEPTH = ../.. diff --git a/lib/base/TMethodJob.h b/lib/base/TMethodJob.h index ef63e22e4..54cd936b1 100644 --- a/lib/base/TMethodJob.h +++ b/lib/base/TMethodJob.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CMETHODJOB_H #define CMETHODJOB_H diff --git a/lib/base/Version.h b/lib/base/Version.h index 34ce990b9..afaea6c58 100644 --- a/lib/base/Version.h +++ b/lib/base/Version.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef VERSION_H #define VERSION_H diff --git a/lib/base/XBase.cpp b/lib/base/XBase.cpp index 19a93a13e..0d1d5b324 100644 --- a/lib/base/XBase.cpp +++ b/lib/base/XBase.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "XBase.h" #include #include diff --git a/lib/base/XBase.h b/lib/base/XBase.h index a35a33bec..579e328e8 100644 --- a/lib/base/XBase.h +++ b/lib/base/XBase.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef XBASE_H #define XBASE_H diff --git a/lib/base/common.h b/lib/base/common.h index a03fd9c1a..9ba541bf2 100644 --- a/lib/base/common.h +++ b/lib/base/common.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef COMMON_H #define COMMON_H diff --git a/lib/base/stdfstream.h b/lib/base/stdfstream.h index 1b9db0655..9d1f5aa62 100644 --- a/lib/base/stdfstream.h +++ b/lib/base/stdfstream.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "stdpre.h" #include #include "stdpost.h" diff --git a/lib/base/stdistream.h b/lib/base/stdistream.h index d19ef6321..bd903578c 100644 --- a/lib/base/stdistream.h +++ b/lib/base/stdistream.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "stdpre.h" #if defined(HAVE_ISTREAM) #include diff --git a/lib/base/stdlist.h b/lib/base/stdlist.h index 98503b7bf..6f0df8e84 100644 --- a/lib/base/stdlist.h +++ b/lib/base/stdlist.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "stdpre.h" #include #include "stdpost.h" diff --git a/lib/base/stdmap.h b/lib/base/stdmap.h index a77f22b6e..da501615e 100644 --- a/lib/base/stdmap.h +++ b/lib/base/stdmap.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "stdpre.h" #include #include "stdpost.h" diff --git a/lib/base/stdostream.h b/lib/base/stdostream.h index b1c379148..e7496f5b4 100644 --- a/lib/base/stdostream.h +++ b/lib/base/stdostream.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "stdpre.h" #if defined(HAVE_OSTREAM) #include diff --git a/lib/base/stdpost.h b/lib/base/stdpost.h index 658cd5d50..0f06b74a8 100644 --- a/lib/base/stdpost.h +++ b/lib/base/stdpost.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #if defined(_MSC_VER) #pragma warning(pop) #endif diff --git a/lib/base/stdpre.h b/lib/base/stdpre.h index 172190ce9..10fa7d5da 100644 --- a/lib/base/stdpre.h +++ b/lib/base/stdpre.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #if defined(_MSC_VER) #pragma warning(disable: 4786) // identifier truncated #pragma warning(disable: 4514) // unreferenced inline diff --git a/lib/base/stdset.h b/lib/base/stdset.h index fc8185730..aeb491b6d 100644 --- a/lib/base/stdset.h +++ b/lib/base/stdset.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "stdpre.h" #include #include "stdpost.h" diff --git a/lib/base/stdsstream.h b/lib/base/stdsstream.h index b486dc622..1bd2b970e 100644 --- a/lib/base/stdsstream.h +++ b/lib/base/stdsstream.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "stdpre.h" #include #include "stdpost.h" diff --git a/lib/base/stdvector.h b/lib/base/stdvector.h index 8c7cd443c..1056bb466 100644 --- a/lib/base/stdvector.h +++ b/lib/base/stdvector.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "stdpre.h" #include #include "stdpost.h" diff --git a/lib/client/CClient.cpp b/lib/client/CClient.cpp index bb3a8b98f..b4c5cbdaf 100644 --- a/lib/client/CClient.cpp +++ b/lib/client/CClient.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CClient.h" #include "CServerProxy.h" #include "ISecondaryScreenFactory.h" diff --git a/lib/client/CClient.h b/lib/client/CClient.h index 61f0fe2bd..664eeb2a4 100644 --- a/lib/client/CClient.h +++ b/lib/client/CClient.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CCLIENT_H #define CCLIENT_H diff --git a/lib/client/CMSWindowsSecondaryScreen.cpp b/lib/client/CMSWindowsSecondaryScreen.cpp index 21b17bac8..442679778 100644 --- a/lib/client/CMSWindowsSecondaryScreen.cpp +++ b/lib/client/CMSWindowsSecondaryScreen.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CMSWindowsSecondaryScreen.h" #include "CMSWindowsScreen.h" #include "CPlatform.h" diff --git a/lib/client/CMSWindowsSecondaryScreen.h b/lib/client/CMSWindowsSecondaryScreen.h index b1d7575b5..a2b556c22 100644 --- a/lib/client/CMSWindowsSecondaryScreen.h +++ b/lib/client/CMSWindowsSecondaryScreen.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CMSWINDOWSSECONDARYSCREEN_H #define CMSWINDOWSSECONDARYSCREEN_H diff --git a/lib/client/CSecondaryScreen.cpp b/lib/client/CSecondaryScreen.cpp index 91ea7c652..dd2b9169d 100644 --- a/lib/client/CSecondaryScreen.cpp +++ b/lib/client/CSecondaryScreen.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CSecondaryScreen.h" #include "IScreen.h" #include "CLock.h" diff --git a/lib/client/CSecondaryScreen.h b/lib/client/CSecondaryScreen.h index 1ff70a299..20900ec3d 100644 --- a/lib/client/CSecondaryScreen.h +++ b/lib/client/CSecondaryScreen.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CSECONDARYSCREEN_H #define CSECONDARYSCREEN_H diff --git a/lib/client/CServerProxy.cpp b/lib/client/CServerProxy.cpp index 8436a62a1..44cb8e524 100644 --- a/lib/client/CServerProxy.cpp +++ b/lib/client/CServerProxy.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CServerProxy.h" #include "CProtocolUtil.h" #include "IClient.h" diff --git a/lib/client/CServerProxy.h b/lib/client/CServerProxy.h index 145da7f12..f67b72f68 100644 --- a/lib/client/CServerProxy.h +++ b/lib/client/CServerProxy.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CSERVERPROXY_H #define CSERVERPROXY_H diff --git a/lib/client/CXWindowsSecondaryScreen.cpp b/lib/client/CXWindowsSecondaryScreen.cpp index af5c6338a..364a234aa 100644 --- a/lib/client/CXWindowsSecondaryScreen.cpp +++ b/lib/client/CXWindowsSecondaryScreen.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CXWindowsSecondaryScreen.h" #include "CXWindowsClipboard.h" #include "CXWindowsScreen.h" diff --git a/lib/client/CXWindowsSecondaryScreen.h b/lib/client/CXWindowsSecondaryScreen.h index 30facac45..556de6b47 100644 --- a/lib/client/CXWindowsSecondaryScreen.h +++ b/lib/client/CXWindowsSecondaryScreen.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CXWINDOWSSECONDARYSCREEN_H #define CXWINDOWSSECONDARYSCREEN_H diff --git a/lib/client/ISecondaryScreenFactory.h b/lib/client/ISecondaryScreenFactory.h index 57ae3b16c..03667ec85 100644 --- a/lib/client/ISecondaryScreenFactory.h +++ b/lib/client/ISecondaryScreenFactory.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef ISECONDARYSCREENFACTORY_H #define ISECONDARYSCREENFACTORY_H diff --git a/lib/client/Makefile.am b/lib/client/Makefile.am index 70762077c..286731616 100644 --- a/lib/client/Makefile.am +++ b/lib/client/Makefile.am @@ -1,3 +1,15 @@ +# 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. + ## Process this file with automake to produce Makefile.in NULL = DEPTH = ../.. diff --git a/lib/http/CHTTPProtocol.cpp b/lib/http/CHTTPProtocol.cpp index cea0d64c2..c02198dbf 100644 --- a/lib/http/CHTTPProtocol.cpp +++ b/lib/http/CHTTPProtocol.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CHTTPProtocol.h" #include "XHTTP.h" #include "IInputStream.h" diff --git a/lib/http/CHTTPProtocol.h b/lib/http/CHTTPProtocol.h index 7c6fd000c..d4e06b436 100644 --- a/lib/http/CHTTPProtocol.h +++ b/lib/http/CHTTPProtocol.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CHTTPPROTOCOL_H #define CHTTPPROTOCOL_H diff --git a/lib/http/Makefile.am b/lib/http/Makefile.am index 9b1f6d492..ba51677e7 100644 --- a/lib/http/Makefile.am +++ b/lib/http/Makefile.am @@ -1,3 +1,15 @@ +# 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. + ## Process this file with automake to produce Makefile.in NULL = DEPTH = ../.. diff --git a/lib/http/XHTTP.cpp b/lib/http/XHTTP.cpp index 690cb4f87..493a03837 100644 --- a/lib/http/XHTTP.cpp +++ b/lib/http/XHTTP.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "XHTTP.h" #include "CHTTPProtocol.h" #include "stdsstream.h" diff --git a/lib/http/XHTTP.h b/lib/http/XHTTP.h index 384881b6e..e601600a1 100644 --- a/lib/http/XHTTP.h +++ b/lib/http/XHTTP.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef XHTTP_H #define XHTTP_H diff --git a/lib/io/CBufferedInputStream.cpp b/lib/io/CBufferedInputStream.cpp index c4474fd50..27b7cb6fa 100644 --- a/lib/io/CBufferedInputStream.cpp +++ b/lib/io/CBufferedInputStream.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CBufferedInputStream.h" #include "CLock.h" #include "CMutex.h" diff --git a/lib/io/CBufferedInputStream.h b/lib/io/CBufferedInputStream.h index 94055155b..132d172b8 100644 --- a/lib/io/CBufferedInputStream.h +++ b/lib/io/CBufferedInputStream.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CBUFFEREDINPUTSTREAM_H #define CBUFFEREDINPUTSTREAM_H diff --git a/lib/io/CBufferedOutputStream.cpp b/lib/io/CBufferedOutputStream.cpp index fe03e5582..3406232c6 100644 --- a/lib/io/CBufferedOutputStream.cpp +++ b/lib/io/CBufferedOutputStream.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CBufferedOutputStream.h" #include "XIO.h" #include "CLock.h" diff --git a/lib/io/CBufferedOutputStream.h b/lib/io/CBufferedOutputStream.h index eed8f4998..675aaac0d 100644 --- a/lib/io/CBufferedOutputStream.h +++ b/lib/io/CBufferedOutputStream.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CBUFFEREDOUTPUTSTREAM_H #define CBUFFEREDOUTPUTSTREAM_H diff --git a/lib/io/CInputStreamFilter.cpp b/lib/io/CInputStreamFilter.cpp index b7f239e70..6d058b4ad 100644 --- a/lib/io/CInputStreamFilter.cpp +++ b/lib/io/CInputStreamFilter.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CInputStreamFilter.h" // diff --git a/lib/io/CInputStreamFilter.h b/lib/io/CInputStreamFilter.h index 575fb49f9..9274a8107 100644 --- a/lib/io/CInputStreamFilter.h +++ b/lib/io/CInputStreamFilter.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CINPUTSTREAMFILTER_H #define CINPUTSTREAMFILTER_H diff --git a/lib/io/COutputStreamFilter.cpp b/lib/io/COutputStreamFilter.cpp index 2d9aeaefb..d90465a70 100644 --- a/lib/io/COutputStreamFilter.cpp +++ b/lib/io/COutputStreamFilter.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "COutputStreamFilter.h" // diff --git a/lib/io/COutputStreamFilter.h b/lib/io/COutputStreamFilter.h index 2fd51d2cd..027e32dcb 100644 --- a/lib/io/COutputStreamFilter.h +++ b/lib/io/COutputStreamFilter.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef COUTPUTSTREAMFILTER_H #define COUTPUTSTREAMFILTER_H diff --git a/lib/io/CStreamBuffer.cpp b/lib/io/CStreamBuffer.cpp index d906d94b5..2f10cac25 100644 --- a/lib/io/CStreamBuffer.cpp +++ b/lib/io/CStreamBuffer.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CStreamBuffer.h" // diff --git a/lib/io/CStreamBuffer.h b/lib/io/CStreamBuffer.h index 90081bd15..fafcc72be 100644 --- a/lib/io/CStreamBuffer.h +++ b/lib/io/CStreamBuffer.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CSTREAMBUFFER_H #define CSTREAMBUFFER_H diff --git a/lib/io/IInputStream.h b/lib/io/IInputStream.h index 23d7a2019..a1b250de9 100644 --- a/lib/io/IInputStream.h +++ b/lib/io/IInputStream.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef IINPUTSTREAM_H #define IINPUTSTREAM_H diff --git a/lib/io/IOutputStream.h b/lib/io/IOutputStream.h index 478468c72..5540ce0a2 100644 --- a/lib/io/IOutputStream.h +++ b/lib/io/IOutputStream.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef IOUTPUTSTREAM_H #define IOUTPUTSTREAM_H diff --git a/lib/io/IStreamFilterFactory.h b/lib/io/IStreamFilterFactory.h index e7cd50a22..2f459ef50 100644 --- a/lib/io/IStreamFilterFactory.h +++ b/lib/io/IStreamFilterFactory.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef ISTREAMFILTERFACTORY_H #define ISTREAMFILTERFACTORY_H diff --git a/lib/io/Makefile.am b/lib/io/Makefile.am index f4ecea1d2..1309e7d57 100644 --- a/lib/io/Makefile.am +++ b/lib/io/Makefile.am @@ -1,3 +1,15 @@ +# 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. + ## Process this file with automake to produce Makefile.in NULL = DEPTH = ../.. diff --git a/lib/io/XIO.cpp b/lib/io/XIO.cpp index e5b07e3d3..6c7a05522 100644 --- a/lib/io/XIO.cpp +++ b/lib/io/XIO.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "XIO.h" // diff --git a/lib/io/XIO.h b/lib/io/XIO.h index f65ad3f82..4bbd10c43 100644 --- a/lib/io/XIO.h +++ b/lib/io/XIO.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef XIO_H #define XIO_H diff --git a/lib/mt/CCondVar.cpp b/lib/mt/CCondVar.cpp index cf6f9f960..ae6188493 100644 --- a/lib/mt/CCondVar.cpp +++ b/lib/mt/CCondVar.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CCondVar.h" #include "CStopwatch.h" diff --git a/lib/mt/CCondVar.h b/lib/mt/CCondVar.h index af9d88dd9..90552f2ee 100644 --- a/lib/mt/CCondVar.h +++ b/lib/mt/CCondVar.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CCONDVAR_H #define CCONDVAR_H diff --git a/lib/mt/CLock.cpp b/lib/mt/CLock.cpp index d9f6f7d27..c943395b1 100644 --- a/lib/mt/CLock.cpp +++ b/lib/mt/CLock.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CLock.h" #include "CCondVar.h" #include "CMutex.h" diff --git a/lib/mt/CLock.h b/lib/mt/CLock.h index 5e12f73ec..33a14f688 100644 --- a/lib/mt/CLock.h +++ b/lib/mt/CLock.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CLOCK_H #define CLOCK_H diff --git a/lib/mt/CMutex.cpp b/lib/mt/CMutex.cpp index cabb0f695..94b654b07 100644 --- a/lib/mt/CMutex.cpp +++ b/lib/mt/CMutex.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CMutex.h" #include "CLog.h" diff --git a/lib/mt/CMutex.h b/lib/mt/CMutex.h index d3a871369..4ae6fa03a 100644 --- a/lib/mt/CMutex.h +++ b/lib/mt/CMutex.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CMUTEX_H #define CMUTEX_H diff --git a/lib/mt/CThread.cpp b/lib/mt/CThread.cpp index 2741a4c43..eb5ca9579 100644 --- a/lib/mt/CThread.cpp +++ b/lib/mt/CThread.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CThread.h" #include "CLock.h" #include "CThreadRep.h" diff --git a/lib/mt/CThread.h b/lib/mt/CThread.h index d11626daf..f9dc9ac7b 100644 --- a/lib/mt/CThread.h +++ b/lib/mt/CThread.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CTHREAD_H #define CTHREAD_H diff --git a/lib/mt/CThreadRep.cpp b/lib/mt/CThreadRep.cpp index ceff76c2c..4c15acfe3 100644 --- a/lib/mt/CThreadRep.cpp +++ b/lib/mt/CThreadRep.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CThreadRep.h" #include "CLock.h" #include "CMutex.h" diff --git a/lib/mt/CThreadRep.h b/lib/mt/CThreadRep.h index 4177f50ac..13ea27bef 100644 --- a/lib/mt/CThreadRep.h +++ b/lib/mt/CThreadRep.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CTHREADREP_H #define CTHREADREP_H diff --git a/lib/mt/CTimerThread.cpp b/lib/mt/CTimerThread.cpp index 93713e198..0d3e0b36f 100644 --- a/lib/mt/CTimerThread.cpp +++ b/lib/mt/CTimerThread.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CTimerThread.h" #include "CThread.h" #include "TMethodJob.h" diff --git a/lib/mt/CTimerThread.h b/lib/mt/CTimerThread.h index 722ecd21c..11a0da732 100644 --- a/lib/mt/CTimerThread.h +++ b/lib/mt/CTimerThread.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CTIMERTHREAD_H #define CTIMERTHREAD_H diff --git a/lib/mt/Makefile.am b/lib/mt/Makefile.am index e4868bfaf..5db01822b 100644 --- a/lib/mt/Makefile.am +++ b/lib/mt/Makefile.am @@ -1,3 +1,15 @@ +# 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. + ## Process this file with automake to produce Makefile.in NULL = DEPTH = ../.. diff --git a/lib/mt/XThread.h b/lib/mt/XThread.h index 700c195bd..ac820795f 100644 --- a/lib/mt/XThread.h +++ b/lib/mt/XThread.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef XTHREAD_H #define XTHREAD_H diff --git a/lib/net/CNetwork.cpp b/lib/net/CNetwork.cpp index f0056d60b..9a74f553c 100644 --- a/lib/net/CNetwork.cpp +++ b/lib/net/CNetwork.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CNetwork.h" #include "XNetwork.h" #include "CLog.h" diff --git a/lib/net/CNetwork.h b/lib/net/CNetwork.h index f1d674a05..96650a999 100644 --- a/lib/net/CNetwork.h +++ b/lib/net/CNetwork.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CNETWORK_H #define CNETWORK_H diff --git a/lib/net/CNetworkAddress.cpp b/lib/net/CNetworkAddress.cpp index 726e43921..ff0515d6b 100644 --- a/lib/net/CNetworkAddress.cpp +++ b/lib/net/CNetworkAddress.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CNetworkAddress.h" #include "XSocket.h" #include diff --git a/lib/net/CNetworkAddress.h b/lib/net/CNetworkAddress.h index ed7be4cce..fe68dcf60 100644 --- a/lib/net/CNetworkAddress.h +++ b/lib/net/CNetworkAddress.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CNETWORKADDRESS_H #define CNETWORKADDRESS_H diff --git a/lib/net/CTCPListenSocket.cpp b/lib/net/CTCPListenSocket.cpp index 8e8f36d97..57203c311 100644 --- a/lib/net/CTCPListenSocket.cpp +++ b/lib/net/CTCPListenSocket.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CTCPListenSocket.h" #include "CTCPSocket.h" #include "CNetworkAddress.h" diff --git a/lib/net/CTCPListenSocket.h b/lib/net/CTCPListenSocket.h index 25c3a6abb..15460f303 100644 --- a/lib/net/CTCPListenSocket.h +++ b/lib/net/CTCPListenSocket.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CTCPLISTENSOCKET_H #define CTCPLISTENSOCKET_H diff --git a/lib/net/CTCPSocket.cpp b/lib/net/CTCPSocket.cpp index 35a512448..b0d6f18b9 100644 --- a/lib/net/CTCPSocket.cpp +++ b/lib/net/CTCPSocket.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CTCPSocket.h" #include "CBufferedInputStream.h" #include "CBufferedOutputStream.h" diff --git a/lib/net/CTCPSocket.h b/lib/net/CTCPSocket.h index d30f75e69..8aafa19cb 100644 --- a/lib/net/CTCPSocket.h +++ b/lib/net/CTCPSocket.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CTCPSOCKET_H #define CTCPSOCKET_H diff --git a/lib/net/CTCPSocketFactory.cpp b/lib/net/CTCPSocketFactory.cpp index 4067e6bb8..f590efa05 100644 --- a/lib/net/CTCPSocketFactory.cpp +++ b/lib/net/CTCPSocketFactory.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CTCPSocketFactory.h" #include "CTCPSocket.h" #include "CTCPListenSocket.h" diff --git a/lib/net/CTCPSocketFactory.h b/lib/net/CTCPSocketFactory.h index 766c2170e..2b946d19f 100644 --- a/lib/net/CTCPSocketFactory.h +++ b/lib/net/CTCPSocketFactory.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CTCPSOCKETFACTORY_H #define CTCPSOCKETFACTORY_H diff --git a/lib/net/IDataSocket.h b/lib/net/IDataSocket.h index f10854b4e..0193e1d19 100644 --- a/lib/net/IDataSocket.h +++ b/lib/net/IDataSocket.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef IDATASOCKET_H #define IDATASOCKET_H diff --git a/lib/net/IListenSocket.h b/lib/net/IListenSocket.h index 4b35f249a..7a7ddaaea 100644 --- a/lib/net/IListenSocket.h +++ b/lib/net/IListenSocket.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef ILISTENSOCKET_H #define ILISTENSOCKET_H diff --git a/lib/net/ISocket.h b/lib/net/ISocket.h index 72790960b..623a25a7f 100644 --- a/lib/net/ISocket.h +++ b/lib/net/ISocket.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef ISOCKET_H #define ISOCKET_H diff --git a/lib/net/ISocketFactory.h b/lib/net/ISocketFactory.h index cb719a5e6..dbf9ae26f 100644 --- a/lib/net/ISocketFactory.h +++ b/lib/net/ISocketFactory.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef ISOCKETFACTORY_H #define ISOCKETFACTORY_H diff --git a/lib/net/Makefile.am b/lib/net/Makefile.am index 280640bde..899fa938e 100644 --- a/lib/net/Makefile.am +++ b/lib/net/Makefile.am @@ -1,3 +1,15 @@ +# 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. + ## Process this file with automake to produce Makefile.in NULL = DEPTH = ../.. diff --git a/lib/net/XNetwork.cpp b/lib/net/XNetwork.cpp index a6e77e587..61ba25551 100644 --- a/lib/net/XNetwork.cpp +++ b/lib/net/XNetwork.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "XNetwork.h" // diff --git a/lib/net/XNetwork.h b/lib/net/XNetwork.h index aa4956554..1e9eee5bb 100644 --- a/lib/net/XNetwork.h +++ b/lib/net/XNetwork.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef XNETWORK_H #define XNETWORK_H diff --git a/lib/net/XSocket.cpp b/lib/net/XSocket.cpp index d1c5f661d..ccc7ab04a 100644 --- a/lib/net/XSocket.cpp +++ b/lib/net/XSocket.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "XSocket.h" // diff --git a/lib/net/XSocket.h b/lib/net/XSocket.h index 4adca77b9..fd67ecb19 100644 --- a/lib/net/XSocket.h +++ b/lib/net/XSocket.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef XSOCKET_H #define XSOCKET_H diff --git a/lib/platform/CMSWindowsClipboard.cpp b/lib/platform/CMSWindowsClipboard.cpp index 57fe856bf..b746f56eb 100644 --- a/lib/platform/CMSWindowsClipboard.cpp +++ b/lib/platform/CMSWindowsClipboard.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CMSWindowsClipboard.h" #include "CMSWindowsClipboardTextConverter.h" #include "CMSWindowsClipboardUTF16Converter.h" diff --git a/lib/platform/CMSWindowsClipboard.h b/lib/platform/CMSWindowsClipboard.h index 4992c57cf..a2a65b57c 100644 --- a/lib/platform/CMSWindowsClipboard.h +++ b/lib/platform/CMSWindowsClipboard.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CMSWINDOWSCLIPBOARD_H #define CMSWINDOWSCLIPBOARD_H diff --git a/lib/platform/CMSWindowsClipboardAnyTextConverter.cpp b/lib/platform/CMSWindowsClipboardAnyTextConverter.cpp index 66035da57..730f34245 100644 --- a/lib/platform/CMSWindowsClipboardAnyTextConverter.cpp +++ b/lib/platform/CMSWindowsClipboardAnyTextConverter.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CMSWindowsClipboardAnyTextConverter.h" // diff --git a/lib/platform/CMSWindowsClipboardAnyTextConverter.h b/lib/platform/CMSWindowsClipboardAnyTextConverter.h index e124b5aee..254099f2f 100644 --- a/lib/platform/CMSWindowsClipboardAnyTextConverter.h +++ b/lib/platform/CMSWindowsClipboardAnyTextConverter.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CMSWINDOWSCLIPBOARDANYTEXTCONVERTER_H #define CMSWINDOWSCLIPBOARDANYTEXTCONVERTER_H diff --git a/lib/platform/CMSWindowsClipboardTextConverter.cpp b/lib/platform/CMSWindowsClipboardTextConverter.cpp index da5847e4d..7b11cdce3 100644 --- a/lib/platform/CMSWindowsClipboardTextConverter.cpp +++ b/lib/platform/CMSWindowsClipboardTextConverter.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CMSWindowsClipboardTextConverter.h" #include "CUnicode.h" diff --git a/lib/platform/CMSWindowsClipboardTextConverter.h b/lib/platform/CMSWindowsClipboardTextConverter.h index 0b52a6aef..6f00d4754 100644 --- a/lib/platform/CMSWindowsClipboardTextConverter.h +++ b/lib/platform/CMSWindowsClipboardTextConverter.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CMSWINDOWSCLIPBOARDTEXTCONVERTER_H #define CMSWINDOWSCLIPBOARDTEXTCONVERTER_H diff --git a/lib/platform/CMSWindowsClipboardUTF16Converter.cpp b/lib/platform/CMSWindowsClipboardUTF16Converter.cpp index 3422b9388..d0ec7ea3b 100644 --- a/lib/platform/CMSWindowsClipboardUTF16Converter.cpp +++ b/lib/platform/CMSWindowsClipboardUTF16Converter.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CMSWindowsClipboardUTF16Converter.h" #include "CUnicode.h" diff --git a/lib/platform/CMSWindowsClipboardUTF16Converter.h b/lib/platform/CMSWindowsClipboardUTF16Converter.h index 2a7ff114f..51f477fa9 100644 --- a/lib/platform/CMSWindowsClipboardUTF16Converter.h +++ b/lib/platform/CMSWindowsClipboardUTF16Converter.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CMSWINDOWSCLIPBOARDUTF16CONVERTER_H #define CMSWINDOWSCLIPBOARDUTF16CONVERTER_H diff --git a/lib/platform/CMSWindowsScreen.cpp b/lib/platform/CMSWindowsScreen.cpp index 68e3f78a8..534d99051 100644 --- a/lib/platform/CMSWindowsScreen.cpp +++ b/lib/platform/CMSWindowsScreen.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CMSWindowsScreen.h" #include "CMSWindowsClipboard.h" #include "CMSWindowsScreenSaver.h" diff --git a/lib/platform/CMSWindowsScreen.h b/lib/platform/CMSWindowsScreen.h index 335a55319..895652600 100644 --- a/lib/platform/CMSWindowsScreen.h +++ b/lib/platform/CMSWindowsScreen.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CMSWINDOWSSCREEN_H #define CMSWINDOWSSCREEN_H diff --git a/lib/platform/CMSWindowsScreenSaver.cpp b/lib/platform/CMSWindowsScreenSaver.cpp index 2c4b37606..d08c9b9e9 100644 --- a/lib/platform/CMSWindowsScreenSaver.cpp +++ b/lib/platform/CMSWindowsScreenSaver.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CMSWindowsScreenSaver.h" #include "CThread.h" #include "CLog.h" diff --git a/lib/platform/CMSWindowsScreenSaver.h b/lib/platform/CMSWindowsScreenSaver.h index 85f95859c..f637035e2 100644 --- a/lib/platform/CMSWindowsScreenSaver.h +++ b/lib/platform/CMSWindowsScreenSaver.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CMSWINDOWSSCREENSAVER_H #define CMSWINDOWSSCREENSAVER_H diff --git a/lib/platform/CPlatform.cpp b/lib/platform/CPlatform.cpp index c579d2169..091cd6507 100644 --- a/lib/platform/CPlatform.cpp +++ b/lib/platform/CPlatform.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "common.h" #if WINDOWS_LIKE diff --git a/lib/platform/CPlatform.h b/lib/platform/CPlatform.h index 3ec1db2f4..dcfb6b02e 100644 --- a/lib/platform/CPlatform.h +++ b/lib/platform/CPlatform.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CPLATFORM_H #define CPLATFORM_H diff --git a/lib/platform/CSynergyHook.cpp b/lib/platform/CSynergyHook.cpp index 5163aff4f..f9e5cbf1e 100644 --- a/lib/platform/CSynergyHook.cpp +++ b/lib/platform/CSynergyHook.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CSynergyHook.h" #include "ProtocolTypes.h" #include diff --git a/lib/platform/CSynergyHook.h b/lib/platform/CSynergyHook.h index 4466c5f7f..7f3066655 100644 --- a/lib/platform/CSynergyHook.h +++ b/lib/platform/CSynergyHook.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CSYNERGYHOOK_H #define CSYNERGYHOOK_H diff --git a/lib/platform/CUnixPlatform.cpp b/lib/platform/CUnixPlatform.cpp index 8bd1f6deb..0a6518c2c 100644 --- a/lib/platform/CUnixPlatform.cpp +++ b/lib/platform/CUnixPlatform.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CUnixPlatform.h" #include "CLog.h" #include diff --git a/lib/platform/CUnixPlatform.h b/lib/platform/CUnixPlatform.h index 7209411c9..91f735656 100644 --- a/lib/platform/CUnixPlatform.h +++ b/lib/platform/CUnixPlatform.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CUNIXPLATFORM_H #define CUNIXPLATFORM_H diff --git a/lib/platform/CWin32Platform.cpp b/lib/platform/CWin32Platform.cpp index b30f0bc68..f2d5c1bad 100644 --- a/lib/platform/CWin32Platform.cpp +++ b/lib/platform/CWin32Platform.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CWin32Platform.h" #include "CLock.h" #include "CThread.h" diff --git a/lib/platform/CWin32Platform.h b/lib/platform/CWin32Platform.h index 09cb542f1..644d44087 100644 --- a/lib/platform/CWin32Platform.h +++ b/lib/platform/CWin32Platform.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CWIN32PLATFORM_H #define CWIN32PLATFORM_H diff --git a/lib/platform/CXWindowsClipboard.cpp b/lib/platform/CXWindowsClipboard.cpp index 29c4270c9..39418dc8a 100644 --- a/lib/platform/CXWindowsClipboard.cpp +++ b/lib/platform/CXWindowsClipboard.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CXWindowsClipboard.h" #include "CXWindowsClipboardTextConverter.h" #include "CXWindowsClipboardUCS2Converter.h" diff --git a/lib/platform/CXWindowsClipboard.h b/lib/platform/CXWindowsClipboard.h index af8ef27bb..25c221bd7 100644 --- a/lib/platform/CXWindowsClipboard.h +++ b/lib/platform/CXWindowsClipboard.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CXWINDOWSCLIPBOARD_H #define CXWINDOWSCLIPBOARD_H diff --git a/lib/platform/CXWindowsClipboardTextConverter.cpp b/lib/platform/CXWindowsClipboardTextConverter.cpp index ae7917309..bd1a520ca 100644 --- a/lib/platform/CXWindowsClipboardTextConverter.cpp +++ b/lib/platform/CXWindowsClipboardTextConverter.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CXWindowsClipboardTextConverter.h" #include "CUnicode.h" diff --git a/lib/platform/CXWindowsClipboardTextConverter.h b/lib/platform/CXWindowsClipboardTextConverter.h index b601eea15..3840b7dfa 100644 --- a/lib/platform/CXWindowsClipboardTextConverter.h +++ b/lib/platform/CXWindowsClipboardTextConverter.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CXWINDOWSCLIPBOARDTEXTCONVERTER_H #define CXWINDOWSCLIPBOARDTEXTCONVERTER_H diff --git a/lib/platform/CXWindowsClipboardUCS2Converter.cpp b/lib/platform/CXWindowsClipboardUCS2Converter.cpp index 1f892f553..86b8d13f6 100644 --- a/lib/platform/CXWindowsClipboardUCS2Converter.cpp +++ b/lib/platform/CXWindowsClipboardUCS2Converter.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CXWindowsClipboardUCS2Converter.h" #include "CUnicode.h" diff --git a/lib/platform/CXWindowsClipboardUCS2Converter.h b/lib/platform/CXWindowsClipboardUCS2Converter.h index b2cb0c6f0..e848e3023 100644 --- a/lib/platform/CXWindowsClipboardUCS2Converter.h +++ b/lib/platform/CXWindowsClipboardUCS2Converter.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CXWINDOWSCLIPBOARDUCS2CONVERTER_H #define CXWINDOWSCLIPBOARDUCS2CONVERTER_H diff --git a/lib/platform/CXWindowsClipboardUTF8Converter.cpp b/lib/platform/CXWindowsClipboardUTF8Converter.cpp index c461a3218..7edc850f9 100644 --- a/lib/platform/CXWindowsClipboardUTF8Converter.cpp +++ b/lib/platform/CXWindowsClipboardUTF8Converter.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CXWindowsClipboardUTF8Converter.h" // diff --git a/lib/platform/CXWindowsClipboardUTF8Converter.h b/lib/platform/CXWindowsClipboardUTF8Converter.h index 457ad9de4..5ac8b153a 100644 --- a/lib/platform/CXWindowsClipboardUTF8Converter.h +++ b/lib/platform/CXWindowsClipboardUTF8Converter.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CXWINDOWSCLIPBOARDUTF8CONVERTER_H #define CXWINDOWSCLIPBOARDUTF8CONVERTER_H diff --git a/lib/platform/CXWindowsScreen.cpp b/lib/platform/CXWindowsScreen.cpp index 0b9089819..225d9c4e7 100644 --- a/lib/platform/CXWindowsScreen.cpp +++ b/lib/platform/CXWindowsScreen.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CXWindowsScreen.h" #include "CXWindowsClipboard.h" #include "CXWindowsScreenSaver.h" diff --git a/lib/platform/CXWindowsScreen.h b/lib/platform/CXWindowsScreen.h index 5d2ca5949..f74b8389b 100644 --- a/lib/platform/CXWindowsScreen.h +++ b/lib/platform/CXWindowsScreen.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CXWINDOWSSCREEN_H #define CXWINDOWSSCREEN_H diff --git a/lib/platform/CXWindowsScreenSaver.cpp b/lib/platform/CXWindowsScreenSaver.cpp index a39148604..3581ed6a3 100644 --- a/lib/platform/CXWindowsScreenSaver.cpp +++ b/lib/platform/CXWindowsScreenSaver.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CXWindowsScreenSaver.h" #include "CXWindowsScreen.h" #include "CXWindowsUtil.h" diff --git a/lib/platform/CXWindowsScreenSaver.h b/lib/platform/CXWindowsScreenSaver.h index f4320087d..7e6d43040 100644 --- a/lib/platform/CXWindowsScreenSaver.h +++ b/lib/platform/CXWindowsScreenSaver.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CXWINDOWSSCREENSAVER_H #define CXWINDOWSSCREENSAVER_H diff --git a/lib/platform/CXWindowsUtil.cpp b/lib/platform/CXWindowsUtil.cpp index 60d355bd7..2a915e29d 100644 --- a/lib/platform/CXWindowsUtil.cpp +++ b/lib/platform/CXWindowsUtil.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CXWindowsUtil.h" #include "CThread.h" #include "CLog.h" diff --git a/lib/platform/CXWindowsUtil.h b/lib/platform/CXWindowsUtil.h index f6866db41..4faaafb8f 100644 --- a/lib/platform/CXWindowsUtil.h +++ b/lib/platform/CXWindowsUtil.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CXWINDOWSUTIL_H #define CXWINDOWSUTIL_H diff --git a/lib/platform/IMSWindowsScreenEventHandler.h b/lib/platform/IMSWindowsScreenEventHandler.h index 134e00820..2ce8b90a5 100644 --- a/lib/platform/IMSWindowsScreenEventHandler.h +++ b/lib/platform/IMSWindowsScreenEventHandler.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef IMSWINDOWSSCREENEVENTHANDLER_H #define IMSWINDOWSSCREENEVENTHANDLER_H diff --git a/lib/platform/IPlatform.h b/lib/platform/IPlatform.h index 36644b7c1..95d10cdbe 100644 --- a/lib/platform/IPlatform.h +++ b/lib/platform/IPlatform.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef IPLATFORM_H #define IPLATFORM_H diff --git a/lib/platform/Makefile.am b/lib/platform/Makefile.am index a618eee87..8da68bf39 100644 --- a/lib/platform/Makefile.am +++ b/lib/platform/Makefile.am @@ -1,3 +1,15 @@ +# 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. + ## Process this file with automake to produce Makefile.in NULL = DEPTH = ../.. diff --git a/lib/server/CClientProxy.cpp b/lib/server/CClientProxy.cpp index 372475c1e..938fe89d8 100644 --- a/lib/server/CClientProxy.cpp +++ b/lib/server/CClientProxy.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CClientProxy.h" #include "IInputStream.h" #include "IOutputStream.h" diff --git a/lib/server/CClientProxy.h b/lib/server/CClientProxy.h index 46c47953a..8890de184 100644 --- a/lib/server/CClientProxy.h +++ b/lib/server/CClientProxy.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CCLIENTPROXY_H #define CCLIENTPROXY_H diff --git a/lib/server/CClientProxy1_0.cpp b/lib/server/CClientProxy1_0.cpp index eb76b3ccd..656d4ccdc 100644 --- a/lib/server/CClientProxy1_0.cpp +++ b/lib/server/CClientProxy1_0.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CClientProxy1_0.h" #include "CServer.h" #include "CClipboard.h" diff --git a/lib/server/CClientProxy1_0.h b/lib/server/CClientProxy1_0.h index 01522865e..0c0cb48bb 100644 --- a/lib/server/CClientProxy1_0.h +++ b/lib/server/CClientProxy1_0.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CCLIENTPROXY1_0_H #define CCLIENTPROXY1_0_H diff --git a/lib/server/CConfig.cpp b/lib/server/CConfig.cpp index 62fcf35ec..feb68ccd8 100644 --- a/lib/server/CConfig.cpp +++ b/lib/server/CConfig.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CConfig.h" #include "ProtocolTypes.h" #include "XSocket.h" diff --git a/lib/server/CConfig.h b/lib/server/CConfig.h index dfbd4b508..3fe3cf880 100644 --- a/lib/server/CConfig.h +++ b/lib/server/CConfig.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CCONFIG_H #define CCONFIG_H diff --git a/lib/server/CHTTPServer.cpp b/lib/server/CHTTPServer.cpp index e5066fe4a..c202d7959 100644 --- a/lib/server/CHTTPServer.cpp +++ b/lib/server/CHTTPServer.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CHTTPServer.h" #include "CConfig.h" #include "CHTTPProtocol.h" diff --git a/lib/server/CHTTPServer.h b/lib/server/CHTTPServer.h index 041f029ab..18f804408 100644 --- a/lib/server/CHTTPServer.h +++ b/lib/server/CHTTPServer.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CHTTPSERVER_H #define CHTTPSERVER_H diff --git a/lib/server/CMSWindowsPrimaryScreen.cpp b/lib/server/CMSWindowsPrimaryScreen.cpp index 4b909412b..c66162ee6 100644 --- a/lib/server/CMSWindowsPrimaryScreen.cpp +++ b/lib/server/CMSWindowsPrimaryScreen.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CMSWindowsPrimaryScreen.h" #include "CMSWindowsScreen.h" #include "IPrimaryScreenReceiver.h" diff --git a/lib/server/CMSWindowsPrimaryScreen.h b/lib/server/CMSWindowsPrimaryScreen.h index aa61b4929..f443f1e8c 100644 --- a/lib/server/CMSWindowsPrimaryScreen.h +++ b/lib/server/CMSWindowsPrimaryScreen.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CMSWINDOWSPRIMARYSCREEN_H #define CMSWINDOWSPRIMARYSCREEN_H diff --git a/lib/server/CPrimaryClient.cpp b/lib/server/CPrimaryClient.cpp index 638c37c49..4a557fead 100644 --- a/lib/server/CPrimaryClient.cpp +++ b/lib/server/CPrimaryClient.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CPrimaryClient.h" #include "IPrimaryScreenFactory.h" #include "IServer.h" diff --git a/lib/server/CPrimaryClient.h b/lib/server/CPrimaryClient.h index 0c98e956b..10f744a67 100644 --- a/lib/server/CPrimaryClient.h +++ b/lib/server/CPrimaryClient.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CPRIMARYCLIENT_H #define CPRIMARYCLIENT_H diff --git a/lib/server/CPrimaryScreen.cpp b/lib/server/CPrimaryScreen.cpp index d8f1bc9bb..19fd9b1e7 100644 --- a/lib/server/CPrimaryScreen.cpp +++ b/lib/server/CPrimaryScreen.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CPrimaryScreen.h" #include "IScreen.h" #include "IScreenReceiver.h" diff --git a/lib/server/CPrimaryScreen.h b/lib/server/CPrimaryScreen.h index 772f88f90..089c6eabe 100644 --- a/lib/server/CPrimaryScreen.h +++ b/lib/server/CPrimaryScreen.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CPRIMARYSCREEN_H #define CPRIMARYSCREEN_H diff --git a/lib/server/CServer.cpp b/lib/server/CServer.cpp index 0b0bc3276..5d1b59c6b 100644 --- a/lib/server/CServer.cpp +++ b/lib/server/CServer.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CServer.h" #include "CHTTPServer.h" #include "CPrimaryClient.h" diff --git a/lib/server/CServer.h b/lib/server/CServer.h index 494da9ae8..e9a1224f4 100644 --- a/lib/server/CServer.h +++ b/lib/server/CServer.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CSERVER_H #define CSERVER_H diff --git a/lib/server/CXWindowsPrimaryScreen.cpp b/lib/server/CXWindowsPrimaryScreen.cpp index e1463aee0..b673430dc 100644 --- a/lib/server/CXWindowsPrimaryScreen.cpp +++ b/lib/server/CXWindowsPrimaryScreen.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CXWindowsPrimaryScreen.h" #include "CXWindowsScreen.h" #include "CXWindowsUtil.h" diff --git a/lib/server/CXWindowsPrimaryScreen.h b/lib/server/CXWindowsPrimaryScreen.h index b9b4ce227..3a870c3ea 100644 --- a/lib/server/CXWindowsPrimaryScreen.h +++ b/lib/server/CXWindowsPrimaryScreen.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CXWINDOWSPRIMARYSCREEN_H #define CXWINDOWSPRIMARYSCREEN_H diff --git a/lib/server/IPrimaryScreenFactory.h b/lib/server/IPrimaryScreenFactory.h index ccb62951a..630449a59 100644 --- a/lib/server/IPrimaryScreenFactory.h +++ b/lib/server/IPrimaryScreenFactory.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef IPRIMARYSCREENFACTORY_H #define IPRIMARYSCREENFACTORY_H diff --git a/lib/server/Makefile.am b/lib/server/Makefile.am index 10979ae60..e874aa374 100644 --- a/lib/server/Makefile.am +++ b/lib/server/Makefile.am @@ -1,3 +1,15 @@ +# 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. + ## Process this file with automake to produce Makefile.in NULL = DEPTH = ../.. diff --git a/lib/synergy/CClipboard.cpp b/lib/synergy/CClipboard.cpp index 56a2d41a5..d82448ace 100644 --- a/lib/synergy/CClipboard.cpp +++ b/lib/synergy/CClipboard.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CClipboard.h" // diff --git a/lib/synergy/CClipboard.h b/lib/synergy/CClipboard.h index d7bfc9f0e..55d129382 100644 --- a/lib/synergy/CClipboard.h +++ b/lib/synergy/CClipboard.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CCLIPBOARD_H #define CCLIPBOARD_H diff --git a/lib/synergy/CInputPacketStream.cpp b/lib/synergy/CInputPacketStream.cpp index 7b1b792c6..8b0096fc1 100644 --- a/lib/synergy/CInputPacketStream.cpp +++ b/lib/synergy/CInputPacketStream.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CInputPacketStream.h" #include "CLock.h" #include "CStopwatch.h" diff --git a/lib/synergy/CInputPacketStream.h b/lib/synergy/CInputPacketStream.h index 5e4762f93..a4122f337 100644 --- a/lib/synergy/CInputPacketStream.h +++ b/lib/synergy/CInputPacketStream.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CINPUTPACKETSTREAM_H #define CINPUTPACKETSTREAM_H diff --git a/lib/synergy/COutputPacketStream.cpp b/lib/synergy/COutputPacketStream.cpp index 599232021..7fbf1ad20 100644 --- a/lib/synergy/COutputPacketStream.cpp +++ b/lib/synergy/COutputPacketStream.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "COutputPacketStream.h" // diff --git a/lib/synergy/COutputPacketStream.h b/lib/synergy/COutputPacketStream.h index dda632c4e..7e25d47dc 100644 --- a/lib/synergy/COutputPacketStream.h +++ b/lib/synergy/COutputPacketStream.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef COUTPUTPACKETSTREAM_H #define COUTPUTPACKETSTREAM_H diff --git a/lib/synergy/CProtocolUtil.cpp b/lib/synergy/CProtocolUtil.cpp index 0853a8fb8..30274f083 100644 --- a/lib/synergy/CProtocolUtil.cpp +++ b/lib/synergy/CProtocolUtil.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "CProtocolUtil.h" #include "IInputStream.h" #include "IOutputStream.h" diff --git a/lib/synergy/CProtocolUtil.h b/lib/synergy/CProtocolUtil.h index e277a7576..9228a132e 100644 --- a/lib/synergy/CProtocolUtil.h +++ b/lib/synergy/CProtocolUtil.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CPROTOCOLUTIL_H #define CPROTOCOLUTIL_H diff --git a/lib/synergy/ClipboardTypes.h b/lib/synergy/ClipboardTypes.h index 478627bfe..a638e8215 100644 --- a/lib/synergy/ClipboardTypes.h +++ b/lib/synergy/ClipboardTypes.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef CLIPBOARDTYPES_H #define CLIPBOARDTYPES_H diff --git a/lib/synergy/IClient.h b/lib/synergy/IClient.h index 12c534d1a..5031bcbc6 100644 --- a/lib/synergy/IClient.h +++ b/lib/synergy/IClient.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef ICLIENT_H #define ICLIENT_H diff --git a/lib/synergy/IClipboard.h b/lib/synergy/IClipboard.h index 9ad913eb7..25defae65 100644 --- a/lib/synergy/IClipboard.h +++ b/lib/synergy/IClipboard.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef ICLIPBOARD_H #define ICLIPBOARD_H diff --git a/lib/synergy/IPrimaryScreenReceiver.h b/lib/synergy/IPrimaryScreenReceiver.h index 1d34dfc3c..430b169ad 100644 --- a/lib/synergy/IPrimaryScreenReceiver.h +++ b/lib/synergy/IPrimaryScreenReceiver.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef IPRIMARYSCREENRECEIVER_H #define IPRIMARYSCREENRECEIVER_H diff --git a/lib/synergy/IScreen.h b/lib/synergy/IScreen.h index 484179846..167698213 100644 --- a/lib/synergy/IScreen.h +++ b/lib/synergy/IScreen.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef ISCREEN_H #define ISCREEN_H diff --git a/lib/synergy/IScreenEventHandler.h b/lib/synergy/IScreenEventHandler.h index 196fbed9d..46c05d147 100644 --- a/lib/synergy/IScreenEventHandler.h +++ b/lib/synergy/IScreenEventHandler.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef ISCREENEVENTHANDLER_H #define ISCREENEVENTHANDLER_H diff --git a/lib/synergy/IScreenReceiver.h b/lib/synergy/IScreenReceiver.h index 7ce2f7b31..0dd55075f 100644 --- a/lib/synergy/IScreenReceiver.h +++ b/lib/synergy/IScreenReceiver.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef ISCREENRECEIVER_H #define ISCREENRECEIVER_H diff --git a/lib/synergy/IScreenSaver.h b/lib/synergy/IScreenSaver.h index e06620111..f2da81148 100644 --- a/lib/synergy/IScreenSaver.h +++ b/lib/synergy/IScreenSaver.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef ISCREENSAVER_H #define ISCREENSAVER_H diff --git a/lib/synergy/IServer.h b/lib/synergy/IServer.h index b59b7af53..42b7a6758 100644 --- a/lib/synergy/IServer.h +++ b/lib/synergy/IServer.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef ISERVER_H #define ISERVER_H diff --git a/lib/synergy/KeyTypes.h b/lib/synergy/KeyTypes.h index 0623961ab..d66396ebd 100644 --- a/lib/synergy/KeyTypes.h +++ b/lib/synergy/KeyTypes.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef KEYTYPES_H #define KEYTYPES_H diff --git a/lib/synergy/Makefile.am b/lib/synergy/Makefile.am index 3a1b91171..2661667c0 100644 --- a/lib/synergy/Makefile.am +++ b/lib/synergy/Makefile.am @@ -1,3 +1,15 @@ +# 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. + ## Process this file with automake to produce Makefile.in NULL = DEPTH = ../.. diff --git a/lib/synergy/MouseTypes.h b/lib/synergy/MouseTypes.h index 8b6719de9..6d68ee52a 100644 --- a/lib/synergy/MouseTypes.h +++ b/lib/synergy/MouseTypes.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef MOUSETYPES_H #define MOUSETYPES_H diff --git a/lib/synergy/ProtocolTypes.h b/lib/synergy/ProtocolTypes.h index 2920d339f..53b6bd1e9 100644 --- a/lib/synergy/ProtocolTypes.h +++ b/lib/synergy/ProtocolTypes.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef PROTOCOLTYPES_H #define PROTOCOLTYPES_H diff --git a/lib/synergy/XScreen.cpp b/lib/synergy/XScreen.cpp index 63684f5d8..8a694bfad 100644 --- a/lib/synergy/XScreen.cpp +++ b/lib/synergy/XScreen.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "XScreen.h" // diff --git a/lib/synergy/XScreen.h b/lib/synergy/XScreen.h index b69fd61ad..3bfa7eb24 100644 --- a/lib/synergy/XScreen.h +++ b/lib/synergy/XScreen.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef XSCREEN_H #define XSCREEN_H diff --git a/lib/synergy/XSynergy.cpp b/lib/synergy/XSynergy.cpp index c8b976f84..c50d542fe 100644 --- a/lib/synergy/XSynergy.cpp +++ b/lib/synergy/XSynergy.cpp @@ -1,3 +1,17 @@ +/* + * 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. + */ + #include "XSynergy.h" // diff --git a/lib/synergy/XSynergy.h b/lib/synergy/XSynergy.h index e836b7de6..eb5b51675 100644 --- a/lib/synergy/XSynergy.h +++ b/lib/synergy/XSynergy.h @@ -1,3 +1,17 @@ +/* + * 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. + */ + #ifndef XSYNERGY_H #define XSYNERGY_H