copyright 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. This package was debianized by Thrift Developer's <dev@thrift.apache.org>.
  2. This package and the Debian packaging is licensed under the Apache License,
  3. see `/usr/share/common-licenses/Apache-2.0'.
  4. The following information was copied from Apache Thrift LICENSE file.
  5. --------------------------------------------------
  6. SOFTWARE DISTRIBUTED WITH THRIFT:
  7. The Apache Thrift software includes a number of subcomponents with
  8. separate copyright notices and license terms. Your use of the source
  9. code for the these subcomponents is subject to the terms and
  10. conditions of the following licenses.
  11. --------------------------------------------------
  12. Portions of the following files are licensed under the MIT License:
  13. lib/erl/src/Makefile.am
  14. Please see doc/otp-base-license.txt for the full terms of this license.
  15. --------------------------------------------------
  16. The following files contain some portions of code contributed under
  17. the Thrift Software License (see doc/old-thrift-license.txt), and relicensed
  18. under the Apache 2.0 License:
  19. compiler/cpp/Makefile.am
  20. compiler/cpp/src/generate/t_cocoa_generator.cc
  21. compiler/cpp/src/generate/t_cpp_generator.cc
  22. compiler/cpp/src/generate/t_csharp_generator.cc
  23. compiler/cpp/src/generate/t_erl_generator.cc
  24. compiler/cpp/src/generate/t_hs_generator.cc
  25. compiler/cpp/src/generate/t_java_generator.cc
  26. compiler/cpp/src/generate/t_ocaml_generator.cc
  27. compiler/cpp/src/generate/t_perl_generator.cc
  28. compiler/cpp/src/generate/t_php_generator.cc
  29. compiler/cpp/src/generate/t_py_generator.cc
  30. compiler/cpp/src/generate/t_rb_generator.cc
  31. compiler/cpp/src/generate/t_st_generator.cc
  32. compiler/cpp/src/generate/t_xsd_generator.cc
  33. compiler/cpp/src/main.cc
  34. compiler/cpp/src/parse/t_field.h
  35. compiler/cpp/src/parse/t_program.h
  36. compiler/cpp/src/platform.h
  37. compiler/cpp/src/thriftl.ll
  38. compiler/cpp/src/thrifty.yy
  39. lib/csharp/src/Protocol/TBinaryProtocol.cs
  40. lib/csharp/src/Protocol/TField.cs
  41. lib/csharp/src/Protocol/TList.cs
  42. lib/csharp/src/Protocol/TMap.cs
  43. lib/csharp/src/Protocol/TMessage.cs
  44. lib/csharp/src/Protocol/TMessageType.cs
  45. lib/csharp/src/Protocol/TProtocol.cs
  46. lib/csharp/src/Protocol/TProtocolException.cs
  47. lib/csharp/src/Protocol/TProtocolFactory.cs
  48. lib/csharp/src/Protocol/TProtocolUtil.cs
  49. lib/csharp/src/Protocol/TSet.cs
  50. lib/csharp/src/Protocol/TStruct.cs
  51. lib/csharp/src/Protocol/TType.cs
  52. lib/csharp/src/Server/TServer.cs
  53. lib/csharp/src/Server/TSimpleServer.cs
  54. lib/csharp/src/Server/TThreadPoolServer.cs
  55. lib/csharp/src/TApplicationException.cs
  56. lib/csharp/src/Thrift.csproj
  57. lib/csharp/src/Thrift.sln
  58. lib/csharp/src/TProcessor.cs
  59. lib/csharp/src/Transport/TServerSocket.cs
  60. lib/csharp/src/Transport/TServerTransport.cs
  61. lib/csharp/src/Transport/TSocket.cs
  62. lib/csharp/src/Transport/TStreamTransport.cs
  63. lib/csharp/src/Transport/TTransport.cs
  64. lib/csharp/src/Transport/TTransportException.cs
  65. lib/csharp/src/Transport/TTransportFactory.cs
  66. lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs
  67. lib/csharp/ThriftMSBuildTask/ThriftBuild.cs
  68. lib/csharp/ThriftMSBuildTask/ThriftMSBuildTask.csproj
  69. lib/rb/lib/thrift.rb
  70. lib/st/README
  71. lib/st/thrift.st
  72. test/OptionalRequiredTest.cpp
  73. test/OptionalRequiredTest.thrift
  74. test/ThriftTest.thrift
  75. --------------------------------------------------
  76. For the aclocal/ax_boost_base.m4 and contrib/fb303/aclocal/ax_boost_base.m4 components:
  77. # Copyright (c) 2007 Thomas Porschberg <thomas@randspringer.de>
  78. #
  79. # Copying and distribution of this file, with or without
  80. # modification, are permitted in any medium without royalty provided
  81. # the copyright notice and this notice are preserved.
  82. --------------------------------------------------
  83. For the compiler/cpp/src/md5.[ch] components:
  84. /*
  85. Copyright (C) 1999, 2000, 2002 Aladdin Enterprises. All rights reserved.
  86. This software is provided 'as-is', without any express or implied
  87. warranty. In no event will the authors be held liable for any damages
  88. arising from the use of this software.
  89. Permission is granted to anyone to use this software for any purpose,
  90. including commercial applications, and to alter it and redistribute it
  91. freely, subject to the following restrictions:
  92. 1. The origin of this software must not be misrepresented; you must not
  93. claim that you wrote the original software. If you use this software
  94. in a product, an acknowledgment in the product documentation would be
  95. appreciated but is not required.
  96. 2. Altered source versions must be plainly marked as such, and must not be
  97. misrepresented as being the original software.
  98. 3. This notice may not be removed or altered from any source distribution.
  99. L. Peter Deutsch
  100. ghost@aladdin.com
  101. */
  102. ---------------------------------------------------
  103. For the lib/rb/setup.rb: Copyright (c) 2000-2005 Minero Aoki,
  104. lib/ocaml/OCamlMakefile and lib/ocaml/README-OCamlMakefile components:
  105. Copyright (C) 1999 - 2007 Markus Mottl
  106. Licensed under the terms of the GNU Lesser General Public License 2.1
  107. (see doc/lgpl-2.1.txt for the full terms of this license)