[Development] Implement secure TLS streams.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4044 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/rdr/Exception.h b/common/rdr/Exception.h
index ef6b368..ea10f9d 100644
--- a/common/rdr/Exception.h
+++ b/common/rdr/Exception.h
@@ -1,4 +1,6 @@
 /* Copyright (C) 2002-2005 RealVNC Ltd.  All Rights Reserved.
+ * Copyright (C) 2004 Red Hat Inc.
+ * Copyright (C) 2010 TigerVNC Team
  * 
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -45,6 +47,7 @@
   struct FrameException : public Exception {
     FrameException(const char* s="Frame exception") : Exception(s) {}
   };
+
 }
 
 #endif