Adapt copyright header
authorKurt Pattyn <pattyn.kurt@gmail.com>
Fri, 14 Feb 2014 12:16:34 +0000 (13:16 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Sat, 15 Feb 2014 19:06:58 +0000 (20:06 +0100)
commit9d604432b5ff6fbdd2cd6ee44c91ea80ff858939
tree1691b54fa00b5daf200261f39984dc05c23d6dd2
parent45eadd663ff22df46fadf03c45db7e058e71e476
Adapt copyright header

Change-Id: I9773492d3673d8aabdb4dd178be6af12eca7ba74
Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
60 files changed:
examples/echoclient/echoclient.cpp
examples/echoclient/echoclient.h
examples/echoclient/main.cpp
examples/echoserver/echoserver.cpp
examples/echoserver/echoserver.h
examples/echoserver/main.cpp
examples/qmlwebsocketclient/main.cpp
examples/qmlwebsocketclient/qml/qmlwebsocketclient/main.qml
examples/simplechat/chatserver.cpp
examples/simplechat/chatserver.h
examples/simplechat/main.cpp
examples/sslechoclient/main.cpp
examples/sslechoclient/sslechoclient.cpp
examples/sslechoclient/sslechoclient.h
examples/sslechoserver/main.cpp
examples/sslechoserver/sslechoserver.cpp
examples/sslechoserver/sslechoserver.h
src/imports/qmlwebsockets/qmlwebsockets_plugin.cpp
src/imports/qmlwebsockets/qmlwebsockets_plugin.h
src/imports/qmlwebsockets/qqmlwebsocket.cpp
src/imports/qmlwebsockets/qqmlwebsocket.h
src/websockets/qdefaultmaskgenerator_p.cpp
src/websockets/qdefaultmaskgenerator_p.h
src/websockets/qmaskgenerator.cpp
src/websockets/qmaskgenerator.h
src/websockets/qsslserver.cpp
src/websockets/qsslserver_p.h
src/websockets/qwebsocket.cpp
src/websockets/qwebsocket.h
src/websockets/qwebsocket_p.cpp
src/websockets/qwebsocket_p.h
src/websockets/qwebsocketcorsauthenticator.cpp
src/websockets/qwebsocketcorsauthenticator.h
src/websockets/qwebsocketcorsauthenticator_p.h
src/websockets/qwebsocketdataprocessor.cpp
src/websockets/qwebsocketdataprocessor_p.h
src/websockets/qwebsocketframe.cpp
src/websockets/qwebsocketframe_p.h
src/websockets/qwebsockethandshakerequest.cpp
src/websockets/qwebsockethandshakerequest_p.h
src/websockets/qwebsockethandshakeresponse.cpp
src/websockets/qwebsockethandshakeresponse_p.h
src/websockets/qwebsocketprotocol.cpp
src/websockets/qwebsocketprotocol.h
src/websockets/qwebsocketprotocol_p.h
src/websockets/qwebsockets_global.h
src/websockets/qwebsocketserver.cpp
src/websockets/qwebsocketserver.h
src/websockets/qwebsocketserver_p.cpp
src/websockets/qwebsocketserver_p.h
tests/auto/dataprocessor/tst_dataprocessor.cpp
tests/auto/handshakerequest/tst_handshakerequest.cpp
tests/auto/qdefaultmaskgenerator/tst_defaultmaskgenerator.cpp
tests/auto/qwebsocket/tst_qwebsocket.cpp
tests/auto/qwebsocketcorsauthenticator/tst_qwebsocketcorsauthenticator.cpp
tests/auto/qwebsocketserver/tst_qwebsocketserver.cpp
tests/auto/websocketframe/tst_websocketframe.cpp
tests/auto/websocketprotocol/tst_websocketprotocol.cpp
tests/manual/compliance/tst_compliance.cpp
tests/manual/websockets/tst_websockets.cpp