Change license from LGPL to GPL version 2 + linking exception. This fixes C++ templat...
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 3 Apr 2009 15:55:55 +0000 (17:55 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 3 Apr 2009 15:55:55 +0000 (17:55 +0200)
commit19facd8558fe2e32ce843860b40631ebe03ff3cf
tree7c4118ed6183b77da2dd08ce24b90ba72282bb2a
parent8003c93ef6a3fa5037cee484fca20b4ba8596ff1
Change license from LGPL to GPL version 2 + linking exception. This fixes C++ template usage.
50 files changed:
COPYING.GPL [moved from COPYING with 97% similarity]
COPYING.LIB [deleted file]
LICENSE [new file with mode: 0644]
Makefile.am
codegen/codegen-stubhead.hxx
codegen/main.cpp
libt2n.kdevelop
libt2n.spec.in
src/client.cpp
src/client.hxx
src/client_wrapper.cpp
src/client_wrapper.hxx
src/command.cpp
src/command.hxx
src/command_client.cpp
src/command_client.hxx
src/command_server.cpp
src/command_server.hxx
src/connection.cpp
src/connection.hxx
src/container.cpp
src/container.hxx
src/container.tcc
src/log.hxx
src/server.cpp
src/server.hxx
src/socket_client.cpp
src/socket_client.hxx
src/socket_handler.cpp
src/socket_handler.hxx
src/socket_server.cpp
src/socket_server.hxx
src/socket_wrapper.cpp
src/socket_wrapper.hxx
src/t2n_exception.cpp
src/t2n_exception.hxx
src/t2n_exception.tcc
src/types.hxx
test/callback.cpp
test/cmdgroup.cpp
test/comm.cpp
test/hello.cpp
test/newserver.cpp
test/reconnect.cpp
test/reentrant.cpp
test/serialize.cpp
test/simplecmd.cpp
test/test.cpp
test/timeout.cpp
test/wrapper.cpp