]> git.llucax.com Git - software/posixx.git/commit
Add Boost License master
authorLeandro Lucarella <luca@llucax.com.ar>
Wed, 9 Mar 2016 18:43:13 +0000 (15:43 -0300)
committerLeandro Lucarella <luca@llucax.com.ar>
Wed, 9 Mar 2016 18:45:14 +0000 (15:45 -0300)
commite514b4a40cc23667d1889424350c9819f78e48de
tree4822372ca45e9afae5cde5cd3cfdc0e61a724bb5
parentfdfce0830a7a16d21fc10fd843cff9ab216e9536
Add Boost License
33 files changed:
COPYING [new file with mode: 0644]
src/basic_buffer.hpp
src/buffer.hpp
src/error.hpp
src/linux/tipc.hpp
src/linux/tipc/opt.hpp
src/linux/tipc/print.hpp
src/socket/basic_socket.hpp
src/socket/inet.hpp
src/socket/inet/print.hpp
src/socket/opt.hpp
src/socket/unix.hpp
src/socket/unix/print.hpp
src/static_assert.hpp
test/buffer.cpp
test/error.cpp
test/linux/tipc/common.hpp
test/linux/tipc/dgram.cpp
test/linux/tipc/rdm.cpp
test/linux/tipc/seqpacket.cpp
test/linux/tipc/sockaddr.cpp
test/linux/tipc/stream.cpp
test/socket/generic_test.hpp
test/socket/generic_test_includes.hpp
test/socket/inet/common.hpp
test/socket/inet/dgram.cpp
test/socket/inet/sockaddr.cpp
test/socket/inet/stream.cpp
test/socket/unix/common.hpp
test/socket/unix/dgram.cpp
test/socket/unix/sockaddr.cpp
test/socket/unix/stream.cpp
test/test_suite.cpp