Adapted copyright disclaimer to be a pure C++ comment
authorKurt Pattyn <pattyn.kurt@gmail.com>
Sun, 25 Aug 2013 17:28:20 +0000 (19:28 +0200)
committerKurt Pattyn <pattyn.kurt@gmail.com>
Sun, 25 Aug 2013 17:28:20 +0000 (19:28 +0200)
17 files changed:
src/dataprocessor_p.cpp
src/dataprocessor_p.h
src/handshakerequest_p.cpp
src/handshakerequest_p.h
src/handshakeresponse_p.cpp
src/handshakeresponse_p.h
src/qwebsocket.cpp
src/qwebsocket.h
src/qwebsocket_p.cpp
src/qwebsocket_p.h
src/qwebsocketprotocol.cpp
src/qwebsocketprotocol.h
src/qwebsocketserver.cpp
src/qwebsocketserver.h
src/qwebsocketserver_p.cpp
src/qwebsocketserver_p.h
src/qwebsocketsglobal.h

index 7048899..d504b20 100644 (file)
@@ -1,4 +1,4 @@
-/*!
+/*
 QWebSockets implements the WebSocket protocol as defined in RFC 6455.
 Copyright (C) 2013 Kurt Pattyn (pattyn.kurt@gmail.com)
 
index d47bed7..7c1dd2d 100644 (file)
@@ -1,4 +1,4 @@
-/*!
+/*
 QWebSockets implements the WebSocket protocol as defined in RFC 6455.
 Copyright (C) 2013 Kurt Pattyn (pattyn.kurt@gmail.com)
 
@@ -16,6 +16,7 @@ You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
+
 #ifndef DATAPROCESSOR_P_H
 #define DATAPROCESSOR_P_H
 
index 437e7f1..2d51e25 100644 (file)
@@ -1,4 +1,4 @@
-/*!
+/*
 QWebSockets implements the WebSocket protocol as defined in RFC 6455.
 Copyright (C) 2013 Kurt Pattyn (pattyn.kurt@gmail.com)
 
index 984b7c0..6345a91 100644 (file)
@@ -1,4 +1,4 @@
-/*!
+/*
 QWebSockets implements the WebSocket protocol as defined in RFC 6455.
 Copyright (C) 2013 Kurt Pattyn (pattyn.kurt@gmail.com)
 
@@ -16,6 +16,7 @@ You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
+
 #ifndef HANDSHAKEREQUEST_P_H
 #define HANDSHAKEREQUEST_P_H
 //
index 85acd98..c48af00 100644 (file)
@@ -1,4 +1,4 @@
-/*!
+/*
 QWebSockets implements the WebSocket protocol as defined in RFC 6455.
 Copyright (C) 2013 Kurt Pattyn (pattyn.kurt@gmail.com)
 
index e3a0584..74ddc65 100644 (file)
@@ -1,4 +1,4 @@
-/*!
+/*
 QWebSockets implements the WebSocket protocol as defined in RFC 6455.
 Copyright (C) 2013 Kurt Pattyn (pattyn.kurt@gmail.com)
 
@@ -16,6 +16,7 @@ You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
+
 #ifndef HANDSHAKERESPONSE_P_H
 #define HANDSHAKERESPONSE_P_H
 //
index f4b4c79..a2a4283 100644 (file)
@@ -1,4 +1,4 @@
-/*!
+/*
 QWebSockets implements the WebSocket protocol as defined in RFC 6455.
 Copyright (C) 2013 Kurt Pattyn (pattyn.kurt@gmail.com)
 
index 5dcfff2..2443e01 100644 (file)
@@ -1,4 +1,4 @@
-/*!
+/*
 QWebSockets implements the WebSocket protocol as defined in RFC 6455.
 Copyright (C) 2013 Kurt Pattyn (pattyn.kurt@gmail.com)
 
@@ -16,6 +16,7 @@ You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
+
 #ifndef QWEBSOCKET_H
 #define QWEBSOCKET_H
 
index 9e38dd8..ed9586b 100644 (file)
@@ -1,4 +1,4 @@
-/*!
+/*
 QWebSockets implements the WebSocket protocol as defined in RFC 6455.
 Copyright (C) 2013 Kurt Pattyn (pattyn.kurt@gmail.com)
 
index a06aa50..1d40fd1 100644 (file)
@@ -1,4 +1,4 @@
-/*!
+/*
 QWebSockets implements the WebSocket protocol as defined in RFC 6455.
 Copyright (C) 2013 Kurt Pattyn (pattyn.kurt@gmail.com)
 
@@ -16,6 +16,7 @@ You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
+
 #ifndef QWEBSOCKET_P_H
 #define QWEBSOCKET_P_H
 //
index b168efb..6c61ed1 100644 (file)
@@ -1,4 +1,4 @@
-/*!
+/*
 QWebSockets implements the WebSocket protocol as defined in RFC 6455.
 Copyright (C) 2013 Kurt Pattyn (pattyn.kurt@gmail.com)
 
index 9fa49bf..26584eb 100644 (file)
@@ -1,4 +1,4 @@
-/*!
+/*
 QWebSockets implements the WebSocket protocol as defined in RFC 6455.
 Copyright (C) 2013 Kurt Pattyn (pattyn.kurt@gmail.com)
 
@@ -16,6 +16,7 @@ You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
+
 #ifndef QWEBSOCKETPROTOCOL_H
 #define QWEBSOCKETPROTOCOL_H
 
index 32cabdf..97393f9 100644 (file)
@@ -1,4 +1,4 @@
-/*!
+/*
 QWebSockets implements the WebSocket protocol as defined in RFC 6455.
 Copyright (C) 2013 Kurt Pattyn (pattyn.kurt@gmail.com)
 
index 6a71576..05b3fff 100644 (file)
@@ -1,4 +1,4 @@
-/*!
+/*
 QWebSockets implements the WebSocket protocol as defined in RFC 6455.
 Copyright (C) 2013 Kurt Pattyn (pattyn.kurt@gmail.com)
 
@@ -16,6 +16,7 @@ You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
+
 #ifndef QWEBSOCKETSERVER_H
 #define QWEBSOCKETSERVER_H
 
index 2b26dba..4370cdb 100644 (file)
@@ -1,4 +1,4 @@
-/*!
+/*
 QWebSockets implements the WebSocket protocol as defined in RFC 6455.
 Copyright (C) 2013 Kurt Pattyn (pattyn.kurt@gmail.com)
 
index e65120d..6ab1d20 100644 (file)
@@ -1,4 +1,4 @@
-/*!
+/*
 QWebSockets implements the WebSocket protocol as defined in RFC 6455.
 Copyright (C) 2013 Kurt Pattyn (pattyn.kurt@gmail.com)
 
index 22b7440..f81eee5 100644 (file)
@@ -1,4 +1,4 @@
-/*!
+/*
 QWebSockets implements the WebSocket protocol as defined in RFC 6455.
 Copyright (C) 2013 Kurt Pattyn (pattyn.kurt@gmail.com)