1This package was debianized by Thrift Developer's <dev@thrift.apache.org>. 2 3 4This package and the Debian packaging is licensed under the Apache License, 5see `/usr/share/common-licenses/Apache-2.0'. 6 7The following information was copied from Apache Thrift LICENSE file. 8 9-------------------------------------------------- 10SOFTWARE DISTRIBUTED WITH THRIFT: 11 12The Apache Thrift software includes a number of subcomponents with 13separate copyright notices and license terms. Your use of the source 14code for the these subcomponents is subject to the terms and 15conditions of the following licenses. 16 17-------------------------------------------------- 18Portions of the following files are licensed under the MIT License: 19 20 lib/erl/Makefile.am 21 22Please see doc/licenses/otp-base-license.txt for the full terms of this license. 23 24 25-------------------------------------------------- 26The following files contain some portions of code contributed under 27the Thrift Software License (see doc/licenses/old-thrift-license.txt), and relicensed 28under the Apache 2.0 License: 29 30 compiler/cpp/Makefile.am 31 compiler/cpp/src/thrift/generate/t_cpp_generator.cc 32 compiler/cpp/src/thrift/generate/t_netstd_generator.cc 33 compiler/cpp/src/thrift/generate/t_erl_generator.cc 34 compiler/cpp/src/thrift/generate/t_hs_generator.cc 35 compiler/cpp/src/thrift/generate/t_java_generator.cc 36 compiler/cpp/src/thrift/generate/t_ocaml_generator.cc 37 compiler/cpp/src/thrift/generate/t_perl_generator.cc 38 compiler/cpp/src/thrift/generate/t_php_generator.cc 39 compiler/cpp/src/thrift/generate/t_py_generator.cc 40 compiler/cpp/src/thrift/generate/t_rb_generator.cc 41 compiler/cpp/src/thrift/generate/t_st_generator.cc 42 compiler/cpp/src/thrift/generate/t_xsd_generator.cc 43 compiler/cpp/src/thrift/main.cc 44 compiler/cpp/src/thrift/parse/t_field.h 45 compiler/cpp/src/thrift/parse/t_program.h 46 compiler/cpp/src/thrift/platform.h 47 compiler/cpp/src/thrift/thriftl.ll 48 compiler/cpp/src/thrift/thrifty.yy 49 lib/netstd/Thrift/Protocol/TBinaryProtocol.cs 50 lib/netstd/Thrift/Protocol/Entities/TField.cs 51 lib/netstd/Thrift/Protocol/Entities/TList.cs 52 lib/netstd/Thrift/Protocol/Entities/TMap.cs 53 lib/netstd/Thrift/Protocol/Entities/TMessage.cs 54 lib/netstd/Thrift/Protocol/Entities/TMessageType.cs 55 lib/netstd/Thrift/Protocol/TProtocol.cs 56 lib/netstd/Thrift/Protocol/TProtocolException.cs 57 lib/netstd/Thrift/Protocol/TProtocolFactory.cs 58 lib/netstd/Thrift/Protocol/Utilities/TProtocolUtil.cs 59 lib/netstd/Thrift/Protocol/Entities/TSet.cs 60 lib/netstd/Thrift/Protocol/Entities/TStruct.cs 61 lib/netstd/Thrift/Protocol/Entities/TType.cs 62 lib/netstd/Thrift/Server/TServer.cs 63 lib/netstd/Thrift/Server/TSimpleAsyncServer.cs 64 lib/netstd/Thrift/Server/TThreadPoolAsyncServer.cs 65 lib/netstd/Thrift/TApplicationException.cs 66 lib/netstd/Thrift/Thrift.csproj 67 lib/netstd/Thrift.sln 68 lib/netstd/Thrift/Transport/Server/TServerSocketTransport.cs 69 lib/netstd/Thrift/Transport/Server/TServerTransport.cs 70 lib/netstd/Thrift/Transport/Client/TSocketTransport.cs 71 lib/netstd/Thrift/Transport/Client/TStreamTransport.cs 72 lib/netstd/Thrift/Transport/TTransport.cs 73 lib/netstd/Thrift/Transport/TTransportException.cs 74 lib/netstd/Thrift/Transport/TTransportFactory.cs 75 lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/Properties/AssemblyInfo.cs 76 lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/Thrift.PublicInterfaces.Compile.Tests.csproj 77 lib/rb/lib/thrift.rb 78 lib/st/README.md 79 lib/st/thrift.st 80 lib/cpp/test/OptionalRequiredTest.cpp 81 test/OptionalRequiredTest.thrift 82 test/ThriftTest.thrift 83 test/v0.16/ThriftTest.thrift 84 85-------------------------------------------------- 86For the aclocal/ax_boost_base.m4 and contrib/fb303/aclocal/ax_boost_base.m4 components: 87 88# Copyright (c) 2007 Thomas Porschberg <thomas@randspringer.de> 89# 90# Copying and distribution of this file, with or without 91# modification, are permitted in any medium without royalty provided 92# the copyright notice and this notice are preserved. 93