Properly fix the license for C++ template usage. This means we needed to change from...
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 3 Apr 2009 15:33:00 +0000 (17:33 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 3 Apr 2009 15:33:00 +0000 (17:33 +0200)
commit8c15b8c7dfd2d58a2537cfcd96142c7f51e1290b
tree20fdab530c0c2b53fcca380fa1229167d88fed72
parentc543b575d8c7f4c00688daf4af1360586cacb5cb
Properly fix the license for C++ template usage. This means we needed to change from LGPL to GPL version 2 + linking exception
34 files changed:
COPYING.GPL [new file with mode: 0644]
LICENSE
Makefile.am
README
asyncio/async_callout.cpp
asyncio/async_callout.hpp
asyncio/async_callout.loT [new file with mode: 0644]
asyncio/async_io.cpp
asyncio/async_io.hpp
asyncio/async_io.loT [new file with mode: 0644]
asyncio/async_pipe.cpp
asyncio/async_pipe.hpp
asyncio/async_pipe.loT [new file with mode: 0644]
asyncio/async_process.cpp
asyncio/async_process.hpp
asyncio/async_process.loT [new file with mode: 0644]
asyncio/async_socket.cpp
asyncio/async_socket.hpp
asyncio/async_socket.loT [new file with mode: 0644]
asyncio/async_timer.cpp
asyncio/async_timer.hpp
asyncio/async_timer.loT [new file with mode: 0644]
glue_t2n/asyncio_t2n.cpp
glue_t2n/asyncio_t2n.hpp
unittest/test.cpp
unittest/test_simpleio_basics.cpp
utils/asyncio_pointer_func.hpp
utils/asyncio_ptr_list.hpp
utils/asyncio_system_tools.cpp
utils/asyncio_system_tools.hpp
utils/asyncio_time_tools.cpp
utils/asyncio_time_tools.hpp
utils/asyncio_utils.cpp
utils/asyncio_utils.hpp