THRIFT-622. Add appropriate licensing information to get Thrift ready for a release.
authorTodd Lipcon <todd@apache.org>
Mon, 7 Dec 2009 00:42:38 +0000 (00:42 +0000)
committerTodd Lipcon <todd@apache.org>
Mon, 7 Dec 2009 00:42:38 +0000 (00:42 +0000)
commit53ae9f39d5118d9b13774413e7989b9f0fb1a8eb
tree5cc5f76a2afed365f70f366994e255dbda59235c
parentf5dea4c7f31703cdc0c347eb7ec429fc5864afb4
THRIFT-622. Add appropriate licensing information to get Thrift ready for a release.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@887812 13f79535-47bb-0310-9956-ffa450edef68
47 files changed:
LICENSE
NOTICE
compiler/cpp/Makefile.am
compiler/cpp/src/generate/t_cpp_generator.cc
compiler/cpp/src/generate/t_csharp_generator.cc
compiler/cpp/src/generate/t_rb_generator.cc
compiler/cpp/src/generate/t_st_generator.cc
compiler/cpp/src/thrifty.yy
doc/old-thrift-license.txt [new file with mode: 0644]
lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs
lib/csharp/ThriftMSBuildTask/ThriftBuild.cs
lib/csharp/src/Protocol/TBinaryProtocol.cs
lib/csharp/src/Protocol/TField.cs
lib/csharp/src/Protocol/TList.cs
lib/csharp/src/Protocol/TMap.cs
lib/csharp/src/Protocol/TMessage.cs
lib/csharp/src/Protocol/TProtocol.cs
lib/csharp/src/Protocol/TProtocolException.cs
lib/csharp/src/Protocol/TProtocolFactory.cs
lib/csharp/src/Protocol/TProtocolUtil.cs
lib/csharp/src/Protocol/TSet.cs
lib/csharp/src/Protocol/TStruct.cs
lib/csharp/src/Protocol/TType.cs
lib/csharp/src/Server/TServer.cs
lib/csharp/src/Server/TSimpleServer.cs
lib/csharp/src/Server/TThreadPoolServer.cs
lib/csharp/src/TApplicationException.cs
lib/csharp/src/TProcessor.cs
lib/csharp/src/Transport/TServerSocket.cs
lib/csharp/src/Transport/TServerTransport.cs
lib/csharp/src/Transport/TSocket.cs
lib/csharp/src/Transport/TStreamTransport.cs
lib/csharp/src/Transport/TTransport.cs
lib/csharp/src/Transport/TTransportException.cs
lib/csharp/src/Transport/TTransportFactory.cs
lib/erl/src/thrift.app.src
lib/java/ivy.xml
lib/java/src/org/apache/thrift/TBaseHelper.java
lib/java/src/org/apache/thrift/TUnion.java
lib/java/test/org/apache/thrift/test/UnionTest.java
lib/rb/lib/thrift.rb
lib/st/README
lib/st/thrift.st
test/OptionalRequiredTest.cpp
test/OptionalRequiredTest.thrift
test/ThriftTest.thrift
test/erl/src/test_tether.erl