From 49ff8b123a0b79aa0ec5a4a1baa288e7cbfdcede Mon Sep 17 00:00:00 2001 From: Roger Meier Date: Fri, 13 Apr 2012 09:12:31 +0000 Subject: THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/' To ensure there are no include path collisions the C and C++ header include paths should include 'thrift' as the root leaf. This will prevent having to place /usr/include/thrift into the compilers include header search path, which might otherwise result in the compiler accidentally picking up headers that it shouldn't. e.g. #include should be #include Change-Id: I48f2b0f549bda0fc81e85506ac857adc800b98a1 git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1325674 13f79535-47bb-0310-9956-ffa450edef68 --- LICENSE | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'LICENSE') diff --git a/LICENSE b/LICENSE index 9d189ef12..697fc95dd 100644 --- a/LICENSE +++ b/LICENSE @@ -223,25 +223,25 @@ the Thrift Software License (see doc/old-thrift-license.txt), and relicensed under the Apache 2.0 License: compiler/cpp/Makefile.am - compiler/cpp/src/generate/t_cocoa_generator.cc - compiler/cpp/src/generate/t_cpp_generator.cc - compiler/cpp/src/generate/t_csharp_generator.cc - compiler/cpp/src/generate/t_erl_generator.cc - compiler/cpp/src/generate/t_hs_generator.cc - compiler/cpp/src/generate/t_java_generator.cc - compiler/cpp/src/generate/t_ocaml_generator.cc - compiler/cpp/src/generate/t_perl_generator.cc - compiler/cpp/src/generate/t_php_generator.cc - compiler/cpp/src/generate/t_py_generator.cc - compiler/cpp/src/generate/t_rb_generator.cc - compiler/cpp/src/generate/t_st_generator.cc - compiler/cpp/src/generate/t_xsd_generator.cc - compiler/cpp/src/main.cc - compiler/cpp/src/parse/t_field.h - compiler/cpp/src/parse/t_program.h - compiler/cpp/src/platform.h - compiler/cpp/src/thriftl.ll - compiler/cpp/src/thrifty.yy + compiler/cpp/src/thrift/generate/t_cocoa_generator.cc + compiler/cpp/src/thrift/generate/t_cpp_generator.cc + compiler/cpp/src/thrift/generate/t_csharp_generator.cc + compiler/cpp/src/thrift/generate/t_erl_generator.cc + compiler/cpp/src/thrift/generate/t_hs_generator.cc + compiler/cpp/src/thrift/generate/t_java_generator.cc + compiler/cpp/src/thrift/generate/t_ocaml_generator.cc + compiler/cpp/src/thrift/generate/t_perl_generator.cc + compiler/cpp/src/thrift/generate/t_php_generator.cc + compiler/cpp/src/thrift/generate/t_py_generator.cc + compiler/cpp/src/thrift/generate/t_rb_generator.cc + compiler/cpp/src/thrift/generate/t_st_generator.cc + compiler/cpp/src/thrift/generate/t_xsd_generator.cc + compiler/cpp/src/thrift/main.cc + compiler/cpp/src/thrift/parse/t_field.h + compiler/cpp/src/thrift/parse/t_program.h + compiler/cpp/src/thrift/platform.h + compiler/cpp/src/thrift/thriftl.ll + compiler/cpp/src/thrift/thrifty.yy lib/csharp/src/Protocol/TBinaryProtocol.cs lib/csharp/src/Protocol/TField.cs lib/csharp/src/Protocol/TList.cs @@ -289,7 +289,7 @@ For the aclocal/ax_boost_base.m4 and contrib/fb303/aclocal/ax_boost_base.m4 comp # the copyright notice and this notice are preserved. -------------------------------------------------- -For the compiler/cpp/src/md5.[ch] components: +For the compiler/cpp/src/thrift/md5.[ch] components: /* Copyright (C) 1999, 2000, 2002 Aladdin Enterprises. All rights reserved. -- cgit v1.2.1