Update license headers and add new license files v5.4.0-alpha1
authorAntti Kokko <antti.kokko@digia.com>
Thu, 21 Aug 2014 10:30:56 +0000 (13:30 +0300)
committerJani Heikkinen <jani.heikkinen@digia.com>
Sun, 24 Aug 2014 15:31:30 +0000 (17:31 +0200)
commit9924fc0b14a30a677d964efaef62539350c656d4
treeddd2299b0f641689f4aec2d5e9d544273380e9f3
parentcbc538c0f8d6f7dc09fe0828c33e5fac2f851c82
Update license headers and add new license files

- Added LICENSE.LGPLv3, LICENSE.GPLv2 & LICENSE.LGPLv21

Change-Id: I0586e35a7aa99be1b5b3bda580b05897f451acbf
Reviewed-by: Jani Heikkinen <jani.heikkinen@digia.com>
75 files changed:
LICENSE.GPLv2 [new file with mode: 0644]
LICENSE.LGPLv21 [new file with mode: 0644]
LICENSE.LGPLv3 [new file with mode: 0644]
examples/websockets/doc/echoclient.qdoc
examples/websockets/doc/echoserver.qdoc
examples/websockets/doc/examples.qdoc
examples/websockets/doc/qmlwebsocketclient.qdoc
examples/websockets/doc/qmlwebsocketserver.qdoc
examples/websockets/doc/simplechat.qdoc
examples/websockets/doc/sslechoclient.qdoc
examples/websockets/doc/sslechoserver.qdoc
examples/websockets/echoclient/echoclient.cpp
examples/websockets/echoclient/echoclient.h
examples/websockets/echoclient/main.cpp
examples/websockets/echoserver/echoserver.cpp
examples/websockets/echoserver/echoserver.h
examples/websockets/echoserver/main.cpp
examples/websockets/qmlwebsocketclient/main.cpp
examples/websockets/qmlwebsocketclient/qml/qmlwebsocketclient/main.qml
examples/websockets/qmlwebsocketserver/main.cpp
examples/websockets/qmlwebsocketserver/qml/qmlwebsocketserver/main.qml
examples/websockets/simplechat/chatserver.cpp
examples/websockets/simplechat/chatserver.h
examples/websockets/simplechat/main.cpp
examples/websockets/sslechoclient/main.cpp
examples/websockets/sslechoclient/sslechoclient.cpp
examples/websockets/sslechoclient/sslechoclient.h
examples/websockets/sslechoserver/main.cpp
examples/websockets/sslechoserver/sslechoserver.cpp
examples/websockets/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/imports/qmlwebsockets/qqmlwebsocketserver.cpp
src/imports/qmlwebsockets/qqmlwebsocketserver.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