summaryrefslogtreecommitdiffstats
path: root/common/rfb
diff options
context:
space:
mode:
authorPeter Åstrand <astrand@cendio.se>2009-02-25 16:15:48 +0000
committerPeter Åstrand <astrand@cendio.se>2009-02-25 16:15:48 +0000
commit7877cd62e3665b4a90fd6b8ac5cc7aa625c90851 (patch)
tree9200c05422b34b4c29ae48fb39277fd347fdfa8b /common/rfb
parenta87caa69020f2706a8e7aac3773ae1cb5e729f2e (diff)
downloadtigervnc-7877cd62e3665b4a90fd6b8ac5cc7aa625c90851.tar.gz
tigervnc-7877cd62e3665b4a90fd6b8ac5cc7aa625c90851.zip
No need to repeat the project home page in every source file. Not SPOT.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3619 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb')
-rw-r--r--common/rfb/CFTMsgReader.cxx2
-rw-r--r--common/rfb/CFTMsgReader.h2
-rw-r--r--common/rfb/CFTMsgWriter.cxx2
-rw-r--r--common/rfb/CFTMsgWriter.h2
-rw-r--r--common/rfb/DirManager.h2
-rw-r--r--common/rfb/FileInfo.cxx2
-rw-r--r--common/rfb/FileInfo.h2
-rw-r--r--common/rfb/FileManager.cxx2
-rw-r--r--common/rfb/FileManager.h2
-rw-r--r--common/rfb/FileReader.cxx2
-rw-r--r--common/rfb/FileReader.h2
-rw-r--r--common/rfb/FileWriter.cxx2
-rw-r--r--common/rfb/FileWriter.h2
-rw-r--r--common/rfb/SFTMsgReader.cxx2
-rw-r--r--common/rfb/SFTMsgReader.h2
-rw-r--r--common/rfb/SFTMsgWriter.cxx2
-rw-r--r--common/rfb/SFTMsgWriter.h2
-rw-r--r--common/rfb/SFileTransfer.cxx2
-rw-r--r--common/rfb/SFileTransfer.h2
-rw-r--r--common/rfb/SFileTransferManager.cxx2
-rw-r--r--common/rfb/SFileTransferManager.h2
-rw-r--r--common/rfb/TransferQueue.cxx2
-rw-r--r--common/rfb/TransferQueue.h2
23 files changed, 23 insertions, 23 deletions
diff --git a/common/rfb/CFTMsgReader.cxx b/common/rfb/CFTMsgReader.cxx
index 5a17fc25..1eceddea 100644
--- a/common/rfb/CFTMsgReader.cxx
+++ b/common/rfb/CFTMsgReader.cxx
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
* USA.
*
- * TightVNC distribution homepage on the Web: http://www.tightvnc.com/
+ *
*
*/
diff --git a/common/rfb/CFTMsgReader.h b/common/rfb/CFTMsgReader.h
index aece3e78..eab824d8 100644
--- a/common/rfb/CFTMsgReader.h
+++ b/common/rfb/CFTMsgReader.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
* USA.
*
- * TightVNC distribution homepage on the Web: http://www.tightvnc.com/
+ *
*
*/
diff --git a/common/rfb/CFTMsgWriter.cxx b/common/rfb/CFTMsgWriter.cxx
index 5e6854ed..6925484b 100644
--- a/common/rfb/CFTMsgWriter.cxx
+++ b/common/rfb/CFTMsgWriter.cxx
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
* USA.
*
- * TightVNC distribution homepage on the Web: http://www.tightvnc.com/
+ *
*
*/
diff --git a/common/rfb/CFTMsgWriter.h b/common/rfb/CFTMsgWriter.h
index e4cdc0bd..4c06693b 100644
--- a/common/rfb/CFTMsgWriter.h
+++ b/common/rfb/CFTMsgWriter.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
* USA.
*
- * TightVNC distribution homepage on the Web: http://www.tightvnc.com/
+ *
*
*/
diff --git a/common/rfb/DirManager.h b/common/rfb/DirManager.h
index 9dd848c5..e0d57367 100644
--- a/common/rfb/DirManager.h
+++ b/common/rfb/DirManager.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
* USA.
*
- * TightVNC distribution homepage on the Web: http://www.tightvnc.com/
+ *
*
*/
diff --git a/common/rfb/FileInfo.cxx b/common/rfb/FileInfo.cxx
index e97e0adb..f2e0291f 100644
--- a/common/rfb/FileInfo.cxx
+++ b/common/rfb/FileInfo.cxx
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
* USA.
*
- * TightVNC distribution homepage on the Web: http://www.tightvnc.com/
+ *
*
*/
diff --git a/common/rfb/FileInfo.h b/common/rfb/FileInfo.h
index 270eeee9..f51bd168 100644
--- a/common/rfb/FileInfo.h
+++ b/common/rfb/FileInfo.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
* USA.
*
- * TightVNC distribution homepage on the Web: http://www.tightvnc.com/
+ *
*
*/
diff --git a/common/rfb/FileManager.cxx b/common/rfb/FileManager.cxx
index 74cbd452..89601d16 100644
--- a/common/rfb/FileManager.cxx
+++ b/common/rfb/FileManager.cxx
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
* USA.
*
- * TightVNC distribution homepage on the Web: http://www.tightvnc.com/
+ *
*
*/
diff --git a/common/rfb/FileManager.h b/common/rfb/FileManager.h
index 4fd736f8..f6cbc035 100644
--- a/common/rfb/FileManager.h
+++ b/common/rfb/FileManager.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
* USA.
*
- * TightVNC distribution homepage on the Web: http://www.tightvnc.com/
+ *
*
*/
diff --git a/common/rfb/FileReader.cxx b/common/rfb/FileReader.cxx
index a8cd2724..f31f9cf1 100644
--- a/common/rfb/FileReader.cxx
+++ b/common/rfb/FileReader.cxx
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
* USA.
*
- * TightVNC distribution homepage on the Web: http://www.tightvnc.com/
+ *
*
*/
diff --git a/common/rfb/FileReader.h b/common/rfb/FileReader.h
index 0c985d82..e3f91c84 100644
--- a/common/rfb/FileReader.h
+++ b/common/rfb/FileReader.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
* USA.
*
- * TightVNC distribution homepage on the Web: http://www.tightvnc.com/
+ *
*
*/
diff --git a/common/rfb/FileWriter.cxx b/common/rfb/FileWriter.cxx
index 2bed5765..0649a982 100644
--- a/common/rfb/FileWriter.cxx
+++ b/common/rfb/FileWriter.cxx
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
* USA.
*
- * TightVNC distribution homepage on the Web: http://www.tightvnc.com/
+ *
*
*/
diff --git a/common/rfb/FileWriter.h b/common/rfb/FileWriter.h
index 73094a7e..7a0573ba 100644
--- a/common/rfb/FileWriter.h
+++ b/common/rfb/FileWriter.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
* USA.
*
- * TightVNC distribution homepage on the Web: http://www.tightvnc.com/
+ *
*
*/
diff --git a/common/rfb/SFTMsgReader.cxx b/common/rfb/SFTMsgReader.cxx
index e0c9aff6..cd792154 100644
--- a/common/rfb/SFTMsgReader.cxx
+++ b/common/rfb/SFTMsgReader.cxx
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
* USA.
*
- * TightVNC distribution homepage on the Web: http://www.tightvnc.com/
+ *
*
*/
diff --git a/common/rfb/SFTMsgReader.h b/common/rfb/SFTMsgReader.h
index 32ac8697..173253b5 100644
--- a/common/rfb/SFTMsgReader.h
+++ b/common/rfb/SFTMsgReader.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
* USA.
*
- * TightVNC distribution homepage on the Web: http://www.tightvnc.com/
+ *
*
*/
diff --git a/common/rfb/SFTMsgWriter.cxx b/common/rfb/SFTMsgWriter.cxx
index fa6a82f9..3a44b99e 100644
--- a/common/rfb/SFTMsgWriter.cxx
+++ b/common/rfb/SFTMsgWriter.cxx
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
* USA.
*
- * TightVNC distribution homepage on the Web: http://www.tightvnc.com/
+ *
*
*/
diff --git a/common/rfb/SFTMsgWriter.h b/common/rfb/SFTMsgWriter.h
index f6bea9f3..39cbbdee 100644
--- a/common/rfb/SFTMsgWriter.h
+++ b/common/rfb/SFTMsgWriter.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
* USA.
*
- * TightVNC distribution homepage on the Web: http://www.tightvnc.com/
+ *
*
*/
diff --git a/common/rfb/SFileTransfer.cxx b/common/rfb/SFileTransfer.cxx
index 957e50b2..a5b4372a 100644
--- a/common/rfb/SFileTransfer.cxx
+++ b/common/rfb/SFileTransfer.cxx
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
* USA.
*
- * TightVNC distribution homepage on the Web: http://www.tightvnc.com/
+ *
*
*/
diff --git a/common/rfb/SFileTransfer.h b/common/rfb/SFileTransfer.h
index 51a49282..ecf6493b 100644
--- a/common/rfb/SFileTransfer.h
+++ b/common/rfb/SFileTransfer.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
* USA.
*
- * TightVNC distribution homepage on the Web: http://www.tightvnc.com/
+ *
*
*/
diff --git a/common/rfb/SFileTransferManager.cxx b/common/rfb/SFileTransferManager.cxx
index 999a079b..fda98121 100644
--- a/common/rfb/SFileTransferManager.cxx
+++ b/common/rfb/SFileTransferManager.cxx
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
* USA.
*
- * TightVNC distribution homepage on the Web: http://www.tightvnc.com/
+ *
*
*/
diff --git a/common/rfb/SFileTransferManager.h b/common/rfb/SFileTransferManager.h
index fe816444..1ee8c177 100644
--- a/common/rfb/SFileTransferManager.h
+++ b/common/rfb/SFileTransferManager.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
* USA.
*
- * TightVNC distribution homepage on the Web: http://www.tightvnc.com/
+ *
*
*/
diff --git a/common/rfb/TransferQueue.cxx b/common/rfb/TransferQueue.cxx
index 01807524..2b583623 100644
--- a/common/rfb/TransferQueue.cxx
+++ b/common/rfb/TransferQueue.cxx
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
* USA.
*
- * TightVNC distribution homepage on the Web: http://www.tightvnc.com/
+ *
*
*/
diff --git a/common/rfb/TransferQueue.h b/common/rfb/TransferQueue.h
index ba748e0e..8a31bbc9 100644
--- a/common/rfb/TransferQueue.h
+++ b/common/rfb/TransferQueue.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
* USA.
*
- * TightVNC distribution homepage on the Web: http://www.tightvnc.com/
+ *
*
*/