Thrift license applied to all the C++ files
authorMark Slee <mcslee@apache.org>
Wed, 28 Feb 2007 23:58:26 +0000 (23:58 +0000)
committerMark Slee <mcslee@apache.org>
Wed, 28 Feb 2007 23:58:26 +0000 (23:58 +0000)
commit9f0c65153c6c0100071029c27b20db62bf98ffa4
tree7c71be2e652730d5374daa5243e5406d7b7b5b1e
parent57cc25e2a348bd8fe844b39321207226181e62c3
Thrift license applied to all the C++ files

Reviewed By: bash

Notes: marc says $*, corson says "$@"

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665030 13f79535-47bb-0310-9956-ffa450edef68
47 files changed:
lib/cpp/src/TLogging.h
lib/cpp/src/TProcessor.h
lib/cpp/src/Thrift.cpp
lib/cpp/src/Thrift.h
lib/cpp/src/concurrency/Exception.h
lib/cpp/src/concurrency/Monitor.cpp
lib/cpp/src/concurrency/Monitor.h
lib/cpp/src/concurrency/Mutex.cpp
lib/cpp/src/concurrency/Mutex.h
lib/cpp/src/concurrency/PosixThreadFactory.cpp
lib/cpp/src/concurrency/PosixThreadFactory.h
lib/cpp/src/concurrency/Thread.h
lib/cpp/src/concurrency/ThreadManager.cpp
lib/cpp/src/concurrency/ThreadManager.h
lib/cpp/src/concurrency/TimerManager.cpp
lib/cpp/src/concurrency/TimerManager.h
lib/cpp/src/concurrency/Util.h
lib/cpp/src/concurrency/test/Tests.cpp
lib/cpp/src/concurrency/test/ThreadFactoryTests.h
lib/cpp/src/concurrency/test/ThreadManagerTests.h
lib/cpp/src/concurrency/test/TimerManagerTests.h
lib/cpp/src/protocol/TBinaryProtocol.cpp
lib/cpp/src/protocol/TBinaryProtocol.h
lib/cpp/src/protocol/TProtocol.h
lib/cpp/src/protocol/TProtocolException.h
lib/cpp/src/server/TNonblockingServer.cpp
lib/cpp/src/server/TNonblockingServer.h
lib/cpp/src/server/TServer.h
lib/cpp/src/server/TSimpleServer.cpp
lib/cpp/src/server/TSimpleServer.h
lib/cpp/src/server/TThreadPoolServer.cpp
lib/cpp/src/server/TThreadPoolServer.h
lib/cpp/src/server/TThreadedServer.cpp
lib/cpp/src/server/TThreadedServer.h
lib/cpp/src/transport/TFileTransport.cpp
lib/cpp/src/transport/TFileTransport.h
lib/cpp/src/transport/THttpClient.cpp
lib/cpp/src/transport/THttpClient.h
lib/cpp/src/transport/TServerSocket.cpp
lib/cpp/src/transport/TServerSocket.h
lib/cpp/src/transport/TServerTransport.h
lib/cpp/src/transport/TSocket.cpp
lib/cpp/src/transport/TSocket.h
lib/cpp/src/transport/TTransport.h
lib/cpp/src/transport/TTransportException.h
lib/cpp/src/transport/TTransportUtils.cpp
lib/cpp/src/transport/TTransportUtils.h