You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by dr...@apache.org on 2009/03/30 23:35:43 UTC

svn commit: r760189 [1/9] - in /incubator/thrift/trunk: ./ compiler/cpp/ compiler/cpp/src/ compiler/cpp/src/generate/ compiler/cpp/src/parse/ contrib/ contrib/fb303/ contrib/fb303/cpp/ contrib/fb303/if/ contrib/fb303/java/ contrib/fb303/php/ contrib/fb...

Author: dreiss
Date: Mon Mar 30 21:35:00 2009
New Revision: 760189

URL: http://svn.apache.org/viewvc?rev=760189&view=rev
Log:
THRIFT-387. Add license headers to a bunch of files

Removed:
    incubator/thrift/trunk/COPYING
    incubator/thrift/trunk/contrib/fb303/COPYING
    incubator/thrift/trunk/lib/erl/COPYING
    incubator/thrift/trunk/lib/erl/LICENSE
    incubator/thrift/trunk/lib/java/COPYING
    incubator/thrift/trunk/lib/java/LICENSE
    incubator/thrift/trunk/lib/perl/COPYING
    incubator/thrift/trunk/lib/perl/LICENSE
    incubator/thrift/trunk/lib/php/COPYING
    incubator/thrift/trunk/lib/php/LICENSE
    incubator/thrift/trunk/lib/rb/COPYING
    incubator/thrift/trunk/lib/rb/LICENSE
Modified:
    incubator/thrift/trunk/LICENSE
    incubator/thrift/trunk/Makefile.am
    incubator/thrift/trunk/bootstrap.sh
    incubator/thrift/trunk/cleanup.sh
    incubator/thrift/trunk/compiler/cpp/Makefile.am
    incubator/thrift/trunk/compiler/cpp/README
    incubator/thrift/trunk/compiler/cpp/src/generate/t_cocoa_generator.cc
    incubator/thrift/trunk/compiler/cpp/src/generate/t_cpp_generator.cc
    incubator/thrift/trunk/compiler/cpp/src/generate/t_csharp_generator.cc
    incubator/thrift/trunk/compiler/cpp/src/generate/t_erl_generator.cc
    incubator/thrift/trunk/compiler/cpp/src/generate/t_generator.cc
    incubator/thrift/trunk/compiler/cpp/src/generate/t_generator.h
    incubator/thrift/trunk/compiler/cpp/src/generate/t_hs_generator.cc
    incubator/thrift/trunk/compiler/cpp/src/generate/t_html_generator.cc
    incubator/thrift/trunk/compiler/cpp/src/generate/t_java_generator.cc
    incubator/thrift/trunk/compiler/cpp/src/generate/t_ocaml_generator.cc
    incubator/thrift/trunk/compiler/cpp/src/generate/t_oop_generator.h
    incubator/thrift/trunk/compiler/cpp/src/generate/t_perl_generator.cc
    incubator/thrift/trunk/compiler/cpp/src/generate/t_php_generator.cc
    incubator/thrift/trunk/compiler/cpp/src/generate/t_py_generator.cc
    incubator/thrift/trunk/compiler/cpp/src/generate/t_rb_generator.cc
    incubator/thrift/trunk/compiler/cpp/src/generate/t_st_generator.cc
    incubator/thrift/trunk/compiler/cpp/src/generate/t_xsd_generator.cc
    incubator/thrift/trunk/compiler/cpp/src/globals.h
    incubator/thrift/trunk/compiler/cpp/src/main.cc
    incubator/thrift/trunk/compiler/cpp/src/main.h
    incubator/thrift/trunk/compiler/cpp/src/parse/t_base_type.h
    incubator/thrift/trunk/compiler/cpp/src/parse/t_const.h
    incubator/thrift/trunk/compiler/cpp/src/parse/t_const_value.h
    incubator/thrift/trunk/compiler/cpp/src/parse/t_container.h
    incubator/thrift/trunk/compiler/cpp/src/parse/t_doc.h
    incubator/thrift/trunk/compiler/cpp/src/parse/t_enum.h
    incubator/thrift/trunk/compiler/cpp/src/parse/t_enum_value.h
    incubator/thrift/trunk/compiler/cpp/src/parse/t_field.h
    incubator/thrift/trunk/compiler/cpp/src/parse/t_function.h
    incubator/thrift/trunk/compiler/cpp/src/parse/t_list.h
    incubator/thrift/trunk/compiler/cpp/src/parse/t_map.h
    incubator/thrift/trunk/compiler/cpp/src/parse/t_program.h
    incubator/thrift/trunk/compiler/cpp/src/parse/t_scope.h
    incubator/thrift/trunk/compiler/cpp/src/parse/t_service.h
    incubator/thrift/trunk/compiler/cpp/src/parse/t_set.h
    incubator/thrift/trunk/compiler/cpp/src/parse/t_struct.h
    incubator/thrift/trunk/compiler/cpp/src/parse/t_type.h
    incubator/thrift/trunk/compiler/cpp/src/parse/t_typedef.h
    incubator/thrift/trunk/compiler/cpp/src/platform.h
    incubator/thrift/trunk/compiler/cpp/src/thriftl.ll
    incubator/thrift/trunk/compiler/cpp/src/thrifty.yy
    incubator/thrift/trunk/contrib/fb303/LICENSE
    incubator/thrift/trunk/contrib/fb303/Makefile.am
    incubator/thrift/trunk/contrib/fb303/cpp/FacebookBase.cpp
    incubator/thrift/trunk/contrib/fb303/cpp/FacebookBase.h
    incubator/thrift/trunk/contrib/fb303/cpp/Makefile.am
    incubator/thrift/trunk/contrib/fb303/cpp/ServiceTracker.cpp
    incubator/thrift/trunk/contrib/fb303/cpp/ServiceTracker.h
    incubator/thrift/trunk/contrib/fb303/if/fb303.thrift
    incubator/thrift/trunk/contrib/fb303/java/FacebookBase.java
    incubator/thrift/trunk/contrib/fb303/php/FacebookBase.php
    incubator/thrift/trunk/contrib/fb303/py/Makefile.am
    incubator/thrift/trunk/contrib/fb303/py/fb303/FacebookBase.py
    incubator/thrift/trunk/contrib/fb303/py/fb303_scripts/fb303_simple_mgmt.py
    incubator/thrift/trunk/contrib/thrift_dump.cpp
    incubator/thrift/trunk/lib/Makefile.am
    incubator/thrift/trunk/lib/cocoa/src/TApplicationException.h
    incubator/thrift/trunk/lib/cocoa/src/TApplicationException.m
    incubator/thrift/trunk/lib/cocoa/src/TException.h
    incubator/thrift/trunk/lib/cocoa/src/TException.m
    incubator/thrift/trunk/lib/cocoa/src/TProcessor.h
    incubator/thrift/trunk/lib/cocoa/src/protocol/TBinaryProtocol.h
    incubator/thrift/trunk/lib/cocoa/src/protocol/TBinaryProtocol.m
    incubator/thrift/trunk/lib/cocoa/src/protocol/TProtocol.h
    incubator/thrift/trunk/lib/cocoa/src/protocol/TProtocolException.h
    incubator/thrift/trunk/lib/cocoa/src/protocol/TProtocolException.m
    incubator/thrift/trunk/lib/cocoa/src/protocol/TProtocolFactory.h
    incubator/thrift/trunk/lib/cocoa/src/protocol/TProtocolUtil.h
    incubator/thrift/trunk/lib/cocoa/src/protocol/TProtocolUtil.m
    incubator/thrift/trunk/lib/cocoa/src/server/TSocketServer.h
    incubator/thrift/trunk/lib/cocoa/src/server/TSocketServer.m
    incubator/thrift/trunk/lib/cocoa/src/transport/THTTPClient.h
    incubator/thrift/trunk/lib/cocoa/src/transport/THTTPClient.m
    incubator/thrift/trunk/lib/cocoa/src/transport/TNSFileHandleTransport.h
    incubator/thrift/trunk/lib/cocoa/src/transport/TNSFileHandleTransport.m
    incubator/thrift/trunk/lib/cocoa/src/transport/TNSStreamTransport.h
    incubator/thrift/trunk/lib/cocoa/src/transport/TNSStreamTransport.m
    incubator/thrift/trunk/lib/cocoa/src/transport/TSocketClient.h
    incubator/thrift/trunk/lib/cocoa/src/transport/TSocketClient.m
    incubator/thrift/trunk/lib/cocoa/src/transport/TTransport.h
    incubator/thrift/trunk/lib/cocoa/src/transport/TTransportException.h
    incubator/thrift/trunk/lib/cocoa/src/transport/TTransportException.m
    incubator/thrift/trunk/lib/cpp/Makefile.am
    incubator/thrift/trunk/lib/cpp/README
    incubator/thrift/trunk/lib/cpp/src/TLogging.h
    incubator/thrift/trunk/lib/cpp/src/TProcessor.h
    incubator/thrift/trunk/lib/cpp/src/TReflectionLocal.h
    incubator/thrift/trunk/lib/cpp/src/Thrift.cpp
    incubator/thrift/trunk/lib/cpp/src/Thrift.h
    incubator/thrift/trunk/lib/cpp/src/concurrency/Exception.h
    incubator/thrift/trunk/lib/cpp/src/concurrency/FunctionRunner.h
    incubator/thrift/trunk/lib/cpp/src/concurrency/Monitor.cpp
    incubator/thrift/trunk/lib/cpp/src/concurrency/Monitor.h
    incubator/thrift/trunk/lib/cpp/src/concurrency/Mutex.cpp
    incubator/thrift/trunk/lib/cpp/src/concurrency/Mutex.h
    incubator/thrift/trunk/lib/cpp/src/concurrency/PosixThreadFactory.cpp
    incubator/thrift/trunk/lib/cpp/src/concurrency/PosixThreadFactory.h
    incubator/thrift/trunk/lib/cpp/src/concurrency/Thread.h
    incubator/thrift/trunk/lib/cpp/src/concurrency/ThreadManager.cpp
    incubator/thrift/trunk/lib/cpp/src/concurrency/ThreadManager.h
    incubator/thrift/trunk/lib/cpp/src/concurrency/TimerManager.cpp
    incubator/thrift/trunk/lib/cpp/src/concurrency/TimerManager.h
    incubator/thrift/trunk/lib/cpp/src/concurrency/Util.cpp
    incubator/thrift/trunk/lib/cpp/src/concurrency/Util.h
    incubator/thrift/trunk/lib/cpp/src/concurrency/test/Tests.cpp
    incubator/thrift/trunk/lib/cpp/src/concurrency/test/ThreadFactoryTests.h
    incubator/thrift/trunk/lib/cpp/src/concurrency/test/ThreadManagerTests.h
    incubator/thrift/trunk/lib/cpp/src/concurrency/test/TimerManagerTests.h
    incubator/thrift/trunk/lib/cpp/src/processor/PeekProcessor.cpp
    incubator/thrift/trunk/lib/cpp/src/processor/PeekProcessor.h
    incubator/thrift/trunk/lib/cpp/src/processor/StatsProcessor.h
    incubator/thrift/trunk/lib/cpp/src/protocol/TBase64Utils.cpp
    incubator/thrift/trunk/lib/cpp/src/protocol/TBase64Utils.h
    incubator/thrift/trunk/lib/cpp/src/protocol/TBinaryProtocol.cpp
    incubator/thrift/trunk/lib/cpp/src/protocol/TBinaryProtocol.h
    incubator/thrift/trunk/lib/cpp/src/protocol/TDebugProtocol.cpp
    incubator/thrift/trunk/lib/cpp/src/protocol/TDebugProtocol.h
    incubator/thrift/trunk/lib/cpp/src/protocol/TDenseProtocol.cpp
    incubator/thrift/trunk/lib/cpp/src/protocol/TDenseProtocol.h
    incubator/thrift/trunk/lib/cpp/src/protocol/TJSONProtocol.cpp
    incubator/thrift/trunk/lib/cpp/src/protocol/TJSONProtocol.h
    incubator/thrift/trunk/lib/cpp/src/protocol/TOneWayProtocol.h
    incubator/thrift/trunk/lib/cpp/src/protocol/TProtocol.h
    incubator/thrift/trunk/lib/cpp/src/protocol/TProtocolException.h
    incubator/thrift/trunk/lib/cpp/src/protocol/TProtocolTap.h
    incubator/thrift/trunk/lib/cpp/src/server/TNonblockingServer.cpp
    incubator/thrift/trunk/lib/cpp/src/server/TNonblockingServer.h
    incubator/thrift/trunk/lib/cpp/src/server/TServer.cpp
    incubator/thrift/trunk/lib/cpp/src/server/TServer.h
    incubator/thrift/trunk/lib/cpp/src/server/TSimpleServer.cpp
    incubator/thrift/trunk/lib/cpp/src/server/TSimpleServer.h
    incubator/thrift/trunk/lib/cpp/src/server/TThreadPoolServer.cpp
    incubator/thrift/trunk/lib/cpp/src/server/TThreadPoolServer.h
    incubator/thrift/trunk/lib/cpp/src/server/TThreadedServer.cpp
    incubator/thrift/trunk/lib/cpp/src/server/TThreadedServer.h
    incubator/thrift/trunk/lib/cpp/src/transport/TBufferTransports.cpp
    incubator/thrift/trunk/lib/cpp/src/transport/TBufferTransports.h
    incubator/thrift/trunk/lib/cpp/src/transport/TFDTransport.cpp
    incubator/thrift/trunk/lib/cpp/src/transport/TFDTransport.h
    incubator/thrift/trunk/lib/cpp/src/transport/TFileTransport.cpp
    incubator/thrift/trunk/lib/cpp/src/transport/TFileTransport.h
    incubator/thrift/trunk/lib/cpp/src/transport/THttpClient.cpp
    incubator/thrift/trunk/lib/cpp/src/transport/THttpClient.h
    incubator/thrift/trunk/lib/cpp/src/transport/TServerSocket.cpp
    incubator/thrift/trunk/lib/cpp/src/transport/TServerSocket.h
    incubator/thrift/trunk/lib/cpp/src/transport/TServerTransport.h
    incubator/thrift/trunk/lib/cpp/src/transport/TShortReadTransport.h
    incubator/thrift/trunk/lib/cpp/src/transport/TSimpleFileTransport.cpp
    incubator/thrift/trunk/lib/cpp/src/transport/TSimpleFileTransport.h
    incubator/thrift/trunk/lib/cpp/src/transport/TSocket.cpp
    incubator/thrift/trunk/lib/cpp/src/transport/TSocket.h
    incubator/thrift/trunk/lib/cpp/src/transport/TSocketPool.cpp
    incubator/thrift/trunk/lib/cpp/src/transport/TSocketPool.h
    incubator/thrift/trunk/lib/cpp/src/transport/TTransport.h
    incubator/thrift/trunk/lib/cpp/src/transport/TTransportException.cpp
    incubator/thrift/trunk/lib/cpp/src/transport/TTransportException.h
    incubator/thrift/trunk/lib/cpp/src/transport/TTransportUtils.cpp
    incubator/thrift/trunk/lib/cpp/src/transport/TTransportUtils.h
    incubator/thrift/trunk/lib/cpp/src/transport/TZlibTransport.cpp
    incubator/thrift/trunk/lib/cpp/src/transport/TZlibTransport.h
    incubator/thrift/trunk/lib/csharp/Makefile.am
    incubator/thrift/trunk/lib/erl/Makefile
    incubator/thrift/trunk/lib/erl/include/thrift_constants.hrl
    incubator/thrift/trunk/lib/erl/include/thrift_protocol.hrl
    incubator/thrift/trunk/lib/erl/src/test_handler.erl
    incubator/thrift/trunk/lib/erl/src/test_service.erl
    incubator/thrift/trunk/lib/erl/src/thrift_base64_transport.erl
    incubator/thrift/trunk/lib/erl/src/thrift_binary_protocol.erl
    incubator/thrift/trunk/lib/erl/src/thrift_buffered_transport.erl
    incubator/thrift/trunk/lib/erl/src/thrift_client.erl
    incubator/thrift/trunk/lib/erl/src/thrift_disk_log_transport.erl
    incubator/thrift/trunk/lib/erl/src/thrift_file_transport.erl
    incubator/thrift/trunk/lib/erl/src/thrift_framed_transport.erl
    incubator/thrift/trunk/lib/erl/src/thrift_http_transport.erl
    incubator/thrift/trunk/lib/erl/src/thrift_memory_buffer.erl
    incubator/thrift/trunk/lib/erl/src/thrift_processor.erl
    incubator/thrift/trunk/lib/erl/src/thrift_protocol.erl
    incubator/thrift/trunk/lib/erl/src/thrift_server.erl
    incubator/thrift/trunk/lib/erl/src/thrift_service.erl
    incubator/thrift/trunk/lib/erl/src/thrift_socket_server.erl
    incubator/thrift/trunk/lib/erl/src/thrift_socket_transport.erl
    incubator/thrift/trunk/lib/erl/src/thrift_transport.erl
    incubator/thrift/trunk/lib/hs/src/TBinaryProtocol.hs
    incubator/thrift/trunk/lib/hs/src/TChannelTransport.hs
    incubator/thrift/trunk/lib/hs/src/TServer.hs
    incubator/thrift/trunk/lib/hs/src/TSocket.hs
    incubator/thrift/trunk/lib/hs/src/Thrift.hs
    incubator/thrift/trunk/lib/java/Makefile.am
    incubator/thrift/trunk/lib/java/README
    incubator/thrift/trunk/lib/java/build.xml
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/IntRangeSet.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/TApplicationException.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/TBase.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/TByteArrayOutputStream.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/TDeserializer.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/TException.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/TFieldRequirementType.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/TProcessor.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/TProcessorFactory.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/TSerializer.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/meta_data/FieldMetaData.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/meta_data/FieldValueMetaData.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/meta_data/ListMetaData.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/meta_data/MapMetaData.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/meta_data/SetMetaData.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/meta_data/StructMetaData.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TBase64Utils.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TBinaryProtocol.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TCompactProtocol.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TField.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TJSONProtocol.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TList.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TMap.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TMessage.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TMessageType.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TProtocol.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TProtocolException.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TProtocolFactory.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TProtocolUtil.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TSet.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TSimpleJSONProtocol.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TStruct.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/protocol/TType.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/server/THsHaServer.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/server/TNonblockingServer.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/server/TServer.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/server/TSimpleServer.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/server/TThreadPoolServer.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TFramedTransport.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/THttpClient.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TIOStreamTransport.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TMemoryBuffer.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TNonblockingServerSocket.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TNonblockingServerTransport.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TNonblockingSocket.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TNonblockingTransport.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TServerSocket.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TServerTransport.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TSocket.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TTransport.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TTransportException.java
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/transport/TTransportFactory.java
    incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/DeepCopyTest.java
    incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/EqualityTest.java
    incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/Fixtures.java
    incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/IdentityTest.java
    incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/JSONProtoTest.java
    incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/JavaBeansTest.java
    incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/MetaDataTest.java
    incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/OverloadNonblockingServer.java
    incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/ReadStruct.java
    incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/SerializationBenchmark.java
    incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/TCompactProtocolTest.java
    incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/TestClient.java
    incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/TestNonblockingServer.java
    incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/TestServer.java
    incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/ToStringTest.java
    incubator/thrift/trunk/lib/java/test/org/apache/thrift/test/WriteStruct.java
    incubator/thrift/trunk/lib/ocaml/Makefile
    incubator/thrift/trunk/lib/ocaml/src/Makefile
    incubator/thrift/trunk/lib/ocaml/src/TBinaryProtocol.ml
    incubator/thrift/trunk/lib/ocaml/src/TChannelTransport.ml
    incubator/thrift/trunk/lib/ocaml/src/TServer.ml
    incubator/thrift/trunk/lib/ocaml/src/TServerSocket.ml
    incubator/thrift/trunk/lib/ocaml/src/TSimpleServer.ml
    incubator/thrift/trunk/lib/ocaml/src/TSocket.ml
    incubator/thrift/trunk/lib/ocaml/src/TThreadedServer.ml
    incubator/thrift/trunk/lib/ocaml/src/Thrift.ml
    incubator/thrift/trunk/lib/perl/Makefile.PL
    incubator/thrift/trunk/lib/perl/Makefile.am
    incubator/thrift/trunk/lib/perl/README
    incubator/thrift/trunk/lib/perl/lib/Thrift.pm
    incubator/thrift/trunk/lib/perl/lib/Thrift/BinaryProtocol.pm
    incubator/thrift/trunk/lib/perl/lib/Thrift/BufferedTransport.pm
    incubator/thrift/trunk/lib/perl/lib/Thrift/FramedTransport.pm
    incubator/thrift/trunk/lib/perl/lib/Thrift/HttpClient.pm
    incubator/thrift/trunk/lib/perl/lib/Thrift/MemoryBuffer.pm
    incubator/thrift/trunk/lib/perl/lib/Thrift/Protocol.pm
    incubator/thrift/trunk/lib/perl/lib/Thrift/Socket.pm
    incubator/thrift/trunk/lib/perl/lib/Thrift/Transport.pm
    incubator/thrift/trunk/lib/perl/test.pl
    incubator/thrift/trunk/lib/perl/test/Makefile.am
    incubator/thrift/trunk/lib/perl/test/memory_buffer.t
    incubator/thrift/trunk/lib/php/README
    incubator/thrift/trunk/lib/php/README.apache
    incubator/thrift/trunk/lib/php/src/Thrift.php
    incubator/thrift/trunk/lib/php/src/autoload.php
    incubator/thrift/trunk/lib/php/src/ext/thrift_protocol/php_thrift_protocol.cpp
    incubator/thrift/trunk/lib/php/src/ext/thrift_protocol/php_thrift_protocol.h
    incubator/thrift/trunk/lib/php/src/ext/thrift_protocol/tags/1.0.0/php_thrift_protocol.cpp
    incubator/thrift/trunk/lib/php/src/ext/thrift_protocol/tags/1.0.0/php_thrift_protocol.h
    incubator/thrift/trunk/lib/php/src/protocol/TBinaryProtocol.php
    incubator/thrift/trunk/lib/php/src/protocol/TProtocol.php
    incubator/thrift/trunk/lib/php/src/transport/TBufferedTransport.php
    incubator/thrift/trunk/lib/php/src/transport/TFramedTransport.php
    incubator/thrift/trunk/lib/php/src/transport/THttpClient.php
    incubator/thrift/trunk/lib/php/src/transport/TMemoryBuffer.php
    incubator/thrift/trunk/lib/php/src/transport/TNullTransport.php
    incubator/thrift/trunk/lib/php/src/transport/TPhpStream.php
    incubator/thrift/trunk/lib/php/src/transport/TSocket.php
    incubator/thrift/trunk/lib/php/src/transport/TSocketPool.php
    incubator/thrift/trunk/lib/php/src/transport/TTransport.php
    incubator/thrift/trunk/lib/py/Makefile.am
    incubator/thrift/trunk/lib/py/README
    incubator/thrift/trunk/lib/py/setup.py
    incubator/thrift/trunk/lib/py/src/TSCons.py
    incubator/thrift/trunk/lib/py/src/Thrift.py
    incubator/thrift/trunk/lib/py/src/__init__.py
    incubator/thrift/trunk/lib/py/src/protocol/TBinaryProtocol.py
    incubator/thrift/trunk/lib/py/src/protocol/TProtocol.py
    incubator/thrift/trunk/lib/py/src/protocol/__init__.py
    incubator/thrift/trunk/lib/py/src/protocol/fastbinary.c
    incubator/thrift/trunk/lib/py/src/server/THttpServer.py
    incubator/thrift/trunk/lib/py/src/server/TNonblockingServer.py
    incubator/thrift/trunk/lib/py/src/server/TServer.py
    incubator/thrift/trunk/lib/py/src/server/__init__.py
    incubator/thrift/trunk/lib/py/src/transport/THttpClient.py
    incubator/thrift/trunk/lib/py/src/transport/TSocket.py
    incubator/thrift/trunk/lib/py/src/transport/TTransport.py
    incubator/thrift/trunk/lib/py/src/transport/TTwisted.py
    incubator/thrift/trunk/lib/py/src/transport/__init__.py
    incubator/thrift/trunk/lib/rb/Makefile.am
    incubator/thrift/trunk/lib/rb/README
    incubator/thrift/trunk/lib/rb/Rakefile
    incubator/thrift/trunk/lib/rb/benchmark/Benchmark.thrift
    incubator/thrift/trunk/lib/rb/benchmark/benchmark.rb
    incubator/thrift/trunk/lib/rb/benchmark/client.rb
    incubator/thrift/trunk/lib/rb/benchmark/gen-rb/BenchmarkService.rb
    incubator/thrift/trunk/lib/rb/benchmark/gen-rb/Benchmark_constants.rb
    incubator/thrift/trunk/lib/rb/benchmark/gen-rb/Benchmark_types.rb
    incubator/thrift/trunk/lib/rb/benchmark/server.rb
    incubator/thrift/trunk/lib/rb/benchmark/thin_server.rb
    incubator/thrift/trunk/lib/rb/ext/binary_protocol_accelerated.h
    incubator/thrift/trunk/lib/rb/ext/compact_protocol.h
    incubator/thrift/trunk/lib/rb/ext/constants.h
    incubator/thrift/trunk/lib/rb/ext/macros.h
    incubator/thrift/trunk/lib/rb/ext/memory_buffer.h
    incubator/thrift/trunk/lib/rb/ext/protocol.h
    incubator/thrift/trunk/lib/rb/ext/struct.h
    incubator/thrift/trunk/lib/rb/lib/thrift/core_ext.rb
    incubator/thrift/trunk/lib/rb/lib/thrift/thrift_native.rb
    incubator/thrift/trunk/lib/rb/script/proto_benchmark.rb
    incubator/thrift/trunk/lib/rb/script/read_struct.rb
    incubator/thrift/trunk/lib/rb/script/write_struct.rb
    incubator/thrift/trunk/lib/rb/spec/ThriftSpec.thrift
    incubator/thrift/trunk/lib/rb/spec/binaryprotocol_spec.rb
    incubator/thrift/trunk/lib/rb/spec/binaryprotocol_spec_shared.rb
    incubator/thrift/trunk/lib/rb/spec/binaryprotocolaccelerated_spec.rb
    incubator/thrift/trunk/lib/rb/spec/client_spec.rb
    incubator/thrift/trunk/lib/rb/spec/compact_protocol_spec.rb
    incubator/thrift/trunk/lib/rb/spec/exception_spec.rb
    incubator/thrift/trunk/lib/rb/spec/httpclient_spec.rb
    incubator/thrift/trunk/lib/rb/spec/httpserver_spec.rb
    incubator/thrift/trunk/lib/rb/spec/nonblockingserver_spec.rb
    incubator/thrift/trunk/lib/rb/spec/processor_spec.rb
    incubator/thrift/trunk/lib/rb/spec/protocol_spec.rb
    incubator/thrift/trunk/lib/rb/spec/serializer_spec.rb
    incubator/thrift/trunk/lib/rb/spec/server_spec.rb
    incubator/thrift/trunk/lib/rb/spec/socket_spec.rb
    incubator/thrift/trunk/lib/rb/spec/socket_spec_shared.rb
    incubator/thrift/trunk/lib/rb/spec/spec_helper.rb
    incubator/thrift/trunk/lib/rb/spec/struct_spec.rb
    incubator/thrift/trunk/lib/rb/spec/transport_spec.rb
    incubator/thrift/trunk/lib/rb/spec/types_spec.rb
    incubator/thrift/trunk/lib/rb/spec/unixsocket_spec.rb
    incubator/thrift/trunk/lib/st/README
    incubator/thrift/trunk/lib/st/thrift.st
    incubator/thrift/trunk/print_version.sh
    incubator/thrift/trunk/test/AnnotationTest.thrift
    incubator/thrift/trunk/test/Benchmark.cpp
    incubator/thrift/trunk/test/BrokenConstants.thrift
    incubator/thrift/trunk/test/ConstantsDemo.thrift
    incubator/thrift/trunk/test/DebugProtoTest.cpp
    incubator/thrift/trunk/test/DebugProtoTest.thrift
    incubator/thrift/trunk/test/DebugProtoTest_extras.cpp
    incubator/thrift/trunk/test/DenseLinkingTest.thrift
    incubator/thrift/trunk/test/DenseProtoTest.cpp
    incubator/thrift/trunk/test/DocTest.thrift
    incubator/thrift/trunk/test/FastbinaryTest.py
    incubator/thrift/trunk/test/JSONProtoTest.cpp
    incubator/thrift/trunk/test/JavaBeansTest.thrift
    incubator/thrift/trunk/test/Makefile.am
    incubator/thrift/trunk/test/ManyTypedefs.thrift
    incubator/thrift/trunk/test/OptionalRequiredTest.cpp
    incubator/thrift/trunk/test/OptionalRequiredTest.thrift
    incubator/thrift/trunk/test/SmallTest.thrift
    incubator/thrift/trunk/test/StressTest.thrift
    incubator/thrift/trunk/test/TBufferBaseTest.cpp
    incubator/thrift/trunk/test/TFDTransportTest.cpp
    incubator/thrift/trunk/test/TMemoryBufferTest.cpp
    incubator/thrift/trunk/test/TPipedTransportTest.cpp
    incubator/thrift/trunk/test/ThriftTest.thrift
    incubator/thrift/trunk/test/ThriftTest_extras.cpp
    incubator/thrift/trunk/test/UnitTestMain.cpp
    incubator/thrift/trunk/test/ZlibTest.cpp
    incubator/thrift/trunk/test/cpp/Makefile.stress
    incubator/thrift/trunk/test/cpp/Makefile.thrift
    incubator/thrift/trunk/test/cpp/realloc/Makefile
    incubator/thrift/trunk/test/cpp/realloc/realloc_test.c
    incubator/thrift/trunk/test/cpp/src/TestClient.cpp
    incubator/thrift/trunk/test/cpp/src/TestServer.cpp
    incubator/thrift/trunk/test/cpp/src/main.cpp
    incubator/thrift/trunk/test/cpp/src/nb-main.cpp
    incubator/thrift/trunk/test/csharp/CSharpClient.cs
    incubator/thrift/trunk/test/csharp/CSharpServer.cs
    incubator/thrift/trunk/test/csharp/ThriftTest/Program.cs
    incubator/thrift/trunk/test/csharp/ThriftTest/Properties/AssemblyInfo.cs
    incubator/thrift/trunk/test/csharp/ThriftTest/TestClient.cs
    incubator/thrift/trunk/test/csharp/ThriftTest/TestServer.cs
    incubator/thrift/trunk/test/csharp/ThriftTest/maketest.sh
    incubator/thrift/trunk/test/erl/Makefile
    incubator/thrift/trunk/test/erl/src/stress_server.erl
    incubator/thrift/trunk/test/erl/src/test_disklog.erl
    incubator/thrift/trunk/test/erl/src/test_membuffer.erl
    incubator/thrift/trunk/test/erl/src/test_server.erl
    incubator/thrift/trunk/test/hs/Client.hs
    incubator/thrift/trunk/test/hs/Server.hs
    incubator/thrift/trunk/test/hs/runclient.sh
    incubator/thrift/trunk/test/hs/runserver.sh
    incubator/thrift/trunk/test/ocaml/Makefile
    incubator/thrift/trunk/test/ocaml/client/Makefile
    incubator/thrift/trunk/test/ocaml/client/TestClient.ml
    incubator/thrift/trunk/test/ocaml/server/Makefile
    incubator/thrift/trunk/test/ocaml/server/TestServer.ml
    incubator/thrift/trunk/test/perl/Makefile
    incubator/thrift/trunk/test/perl/TestClient.pl
    incubator/thrift/trunk/test/php/Makefile
    incubator/thrift/trunk/test/php/TestClient.php
    incubator/thrift/trunk/test/php/TestInline.php
    incubator/thrift/trunk/test/py/Makefile.am
    incubator/thrift/trunk/test/py/RunClientServer.py
    incubator/thrift/trunk/test/py/SerializationTest.py
    incubator/thrift/trunk/test/py/TestClient.py
    incubator/thrift/trunk/test/py/TestEof.py
    incubator/thrift/trunk/test/py/TestServer.py
    incubator/thrift/trunk/test/py/TestSocket.py
    incubator/thrift/trunk/test/py/TestSyntax.py
    incubator/thrift/trunk/test/py/explicit_module/runtest.sh
    incubator/thrift/trunk/test/py/explicit_module/test1.thrift
    incubator/thrift/trunk/test/py/explicit_module/test2.thrift
    incubator/thrift/trunk/test/rb/Makefile.am
    incubator/thrift/trunk/test/rb/benchmarks/protocol_benchmark.rb
    incubator/thrift/trunk/test/rb/core/test_backwards_compatability.rb
    incubator/thrift/trunk/test/rb/core/test_exceptions.rb
    incubator/thrift/trunk/test/rb/core/transport/test_transport.rb
    incubator/thrift/trunk/test/rb/fixtures/structs.rb
    incubator/thrift/trunk/test/rb/generation/test_enum.rb
    incubator/thrift/trunk/test/rb/generation/test_struct.rb
    incubator/thrift/trunk/test/rb/integration/accelerated_buffered_client.rb
    incubator/thrift/trunk/test/rb/integration/accelerated_buffered_server.rb
    incubator/thrift/trunk/test/rb/integration/buffered_client.rb
    incubator/thrift/trunk/test/rb/integration/simple_client.rb
    incubator/thrift/trunk/test/rb/integration/simple_server.rb
    incubator/thrift/trunk/test/rb/integration/test_simple_handler.rb
    incubator/thrift/trunk/test/rb/test_helper.rb
    incubator/thrift/trunk/test/rb/test_suite.rb
    incubator/thrift/trunk/test/threads/Makefile
    incubator/thrift/trunk/test/threads/ThreadsClient.cpp
    incubator/thrift/trunk/test/threads/ThreadsServer.cpp
    incubator/thrift/trunk/test/threads/ThreadsTest.thrift
    incubator/thrift/trunk/tutorial/README
    incubator/thrift/trunk/tutorial/cpp/CppClient.cpp
    incubator/thrift/trunk/tutorial/cpp/CppServer.cpp
    incubator/thrift/trunk/tutorial/cpp/Makefile
    incubator/thrift/trunk/tutorial/erl/client.erl
    incubator/thrift/trunk/tutorial/erl/server.erl
    incubator/thrift/trunk/tutorial/erl/server.sh
    incubator/thrift/trunk/tutorial/java/build.xml
    incubator/thrift/trunk/tutorial/java/src/JavaClient.java
    incubator/thrift/trunk/tutorial/java/src/JavaServer.java
    incubator/thrift/trunk/tutorial/perl/PerlClient.pl
    incubator/thrift/trunk/tutorial/php/PhpClient.php
    incubator/thrift/trunk/tutorial/php/PhpServer.php
    incubator/thrift/trunk/tutorial/php/runserver.py
    incubator/thrift/trunk/tutorial/py/PythonClient.py
    incubator/thrift/trunk/tutorial/py/PythonServer.py
    incubator/thrift/trunk/tutorial/rb/RubyClient.rb
    incubator/thrift/trunk/tutorial/rb/RubyServer.rb
    incubator/thrift/trunk/tutorial/shared.thrift
    incubator/thrift/trunk/tutorial/tutorial.thrift

Modified: incubator/thrift/trunk/LICENSE
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/LICENSE?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/LICENSE (original)
+++ incubator/thrift/trunk/LICENSE Mon Mar 30 21:35:00 2009
@@ -1,24 +1,16 @@
-Thrift Software License
-Copyright (c) 2006- Facebook, Inc.
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
 
-Permission is hereby granted, free of charge, to any person or organization
-obtaining a copy of the software and accompanying documentation covered by
-this license (the "Software") to use, reproduce, display, distribute,
-execute, and transmit the Software, and to prepare derivative works of the
-Software, and to permit third-parties to whom the Software is furnished to
-do so, all subject to the following:
+http://www.apache.org/licenses/LICENSE-2.0
 
-The copyright notices in the Software and this entire statement, including
-the above license grant, this restriction and the following disclaimer,
-must be included in all copies of the Software, in whole or in part, and
-all derivative works of the Software, unless such copies or derivative
-works are solely in the form of machine-executable object code generated by
-a source language processor.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
-SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
-FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
-ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
-DEALINGS IN THE SOFTWARE.
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.

Modified: incubator/thrift/trunk/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/Makefile.am?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/Makefile.am (original)
+++ incubator/thrift/trunk/Makefile.am Mon Mar 30 21:35:00 2009
@@ -1,3 +1,22 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
 ACLOCAL_AMFLAGS = -I ./aclocal
 
 SUBDIRS = compiler/cpp lib test

Modified: incubator/thrift/trunk/bootstrap.sh
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/bootstrap.sh?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/bootstrap.sh (original)
+++ incubator/thrift/trunk/bootstrap.sh Mon Mar 30 21:35:00 2009
@@ -1,5 +1,24 @@
 #!/bin/sh
 
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
 ./cleanup.sh
 
 autoscan || exit 1

Modified: incubator/thrift/trunk/cleanup.sh
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/cleanup.sh?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/cleanup.sh (original)
+++ incubator/thrift/trunk/cleanup.sh Mon Mar 30 21:35:00 2009
@@ -1,5 +1,24 @@
 #!/bin/sh
 
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
 topsrcdir="`dirname $0`"
 cd "$topsrcdir"
 

Modified: incubator/thrift/trunk/compiler/cpp/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/Makefile.am?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/Makefile.am (original)
+++ incubator/thrift/trunk/compiler/cpp/Makefile.am Mon Mar 30 21:35:00 2009
@@ -1,3 +1,22 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
 AM_YFLAGS = -d
 BUILT_SOURCES =
 

Modified: incubator/thrift/trunk/compiler/cpp/README
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/README?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/README (original)
+++ incubator/thrift/trunk/compiler/cpp/README Mon Mar 30 21:35:00 2009
@@ -1,8 +1,5 @@
 Thrift Code Compiler
 
-Author: Mark Slee (mcslee@facebook.com)
-Last Modified: 2007-Mar-06
-
 Thrift is distributed under the Thrift open source software license.
 Please see the included LICENSE file.
 

Modified: incubator/thrift/trunk/compiler/cpp/src/generate/t_cocoa_generator.cc
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/generate/t_cocoa_generator.cc?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/generate/t_cocoa_generator.cc (original)
+++ incubator/thrift/trunk/compiler/cpp/src/generate/t_cocoa_generator.cc Mon Mar 30 21:35:00 2009
@@ -1,8 +1,21 @@
-// Copyright (c) 2006- Facebook
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 #include <string>
 #include <fstream>

Modified: incubator/thrift/trunk/compiler/cpp/src/generate/t_cpp_generator.cc
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/generate/t_cpp_generator.cc?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/generate/t_cpp_generator.cc (original)
+++ incubator/thrift/trunk/compiler/cpp/src/generate/t_cpp_generator.cc Mon Mar 30 21:35:00 2009
@@ -1,8 +1,21 @@
-// Copyright (c) 2006- Facebook
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 #include <cassert>
 

Modified: incubator/thrift/trunk/compiler/cpp/src/generate/t_csharp_generator.cc
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/generate/t_csharp_generator.cc?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/generate/t_csharp_generator.cc (original)
+++ incubator/thrift/trunk/compiler/cpp/src/generate/t_csharp_generator.cc Mon Mar 30 21:35:00 2009
@@ -1,7 +1,21 @@
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 #include <string>
 #include <fstream>

Modified: incubator/thrift/trunk/compiler/cpp/src/generate/t_erl_generator.cc
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/generate/t_erl_generator.cc?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/generate/t_erl_generator.cc (original)
+++ incubator/thrift/trunk/compiler/cpp/src/generate/t_erl_generator.cc Mon Mar 30 21:35:00 2009
@@ -1,8 +1,21 @@
-// Copyright (c) 2006- Facebook
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 #include <string>
 #include <fstream>

Modified: incubator/thrift/trunk/compiler/cpp/src/generate/t_generator.cc
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/generate/t_generator.cc?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/generate/t_generator.cc (original)
+++ incubator/thrift/trunk/compiler/cpp/src/generate/t_generator.cc Mon Mar 30 21:35:00 2009
@@ -1,8 +1,21 @@
-// Copyright (c) 2006- Facebook
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 #include "t_generator.h"
 using namespace std;

Modified: incubator/thrift/trunk/compiler/cpp/src/generate/t_generator.h
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/generate/t_generator.h?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/generate/t_generator.h (original)
+++ incubator/thrift/trunk/compiler/cpp/src/generate/t_generator.h Mon Mar 30 21:35:00 2009
@@ -1,8 +1,21 @@
-// Copyright (c) 2006- Facebook
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 #ifndef T_GENERATOR_H
 #define T_GENERATOR_H

Modified: incubator/thrift/trunk/compiler/cpp/src/generate/t_hs_generator.cc
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/generate/t_hs_generator.cc?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/generate/t_hs_generator.cc (original)
+++ incubator/thrift/trunk/compiler/cpp/src/generate/t_hs_generator.cc Mon Mar 30 21:35:00 2009
@@ -1,8 +1,21 @@
-// Copyright (c) 2006- Facebook
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 #include <string>
 #include <fstream>

Modified: incubator/thrift/trunk/compiler/cpp/src/generate/t_html_generator.cc
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/generate/t_html_generator.cc?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/generate/t_html_generator.cc (original)
+++ incubator/thrift/trunk/compiler/cpp/src/generate/t_html_generator.cc Mon Mar 30 21:35:00 2009
@@ -1,8 +1,21 @@
-// Copyright (c) 2008 Evernote Corporation
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 #include <string>
 #include <fstream>

Modified: incubator/thrift/trunk/compiler/cpp/src/generate/t_java_generator.cc
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/generate/t_java_generator.cc?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/generate/t_java_generator.cc (original)
+++ incubator/thrift/trunk/compiler/cpp/src/generate/t_java_generator.cc Mon Mar 30 21:35:00 2009
@@ -1,8 +1,21 @@
-// Copyright (c) 2006- Facebook
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 #include <sstream>
 #include <string>

Modified: incubator/thrift/trunk/compiler/cpp/src/generate/t_ocaml_generator.cc
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/generate/t_ocaml_generator.cc?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/generate/t_ocaml_generator.cc (original)
+++ incubator/thrift/trunk/compiler/cpp/src/generate/t_ocaml_generator.cc Mon Mar 30 21:35:00 2009
@@ -1,8 +1,21 @@
-// Copyright (c) 2006- Facebook
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 #include <string>
 #include <fstream>

Modified: incubator/thrift/trunk/compiler/cpp/src/generate/t_oop_generator.h
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/generate/t_oop_generator.h?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/generate/t_oop_generator.h (original)
+++ incubator/thrift/trunk/compiler/cpp/src/generate/t_oop_generator.h Mon Mar 30 21:35:00 2009
@@ -1,8 +1,21 @@
-// Copyright (c) 2006- Facebook
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 #ifndef T_OOP_GENERATOR_H
 #define T_OOP_GENERATOR_H

Modified: incubator/thrift/trunk/compiler/cpp/src/generate/t_perl_generator.cc
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/generate/t_perl_generator.cc?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/generate/t_perl_generator.cc (original)
+++ incubator/thrift/trunk/compiler/cpp/src/generate/t_perl_generator.cc Mon Mar 30 21:35:00 2009
@@ -1,8 +1,21 @@
-// Copyright (c) 2006- Facebook
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 #include <string>
 #include <fstream>

Modified: incubator/thrift/trunk/compiler/cpp/src/generate/t_php_generator.cc
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/generate/t_php_generator.cc?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/generate/t_php_generator.cc (original)
+++ incubator/thrift/trunk/compiler/cpp/src/generate/t_php_generator.cc Mon Mar 30 21:35:00 2009
@@ -1,8 +1,21 @@
-// Copyright (c) 2006- Facebook
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 #include <string>
 #include <fstream>

Modified: incubator/thrift/trunk/compiler/cpp/src/generate/t_py_generator.cc
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/generate/t_py_generator.cc?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/generate/t_py_generator.cc (original)
+++ incubator/thrift/trunk/compiler/cpp/src/generate/t_py_generator.cc Mon Mar 30 21:35:00 2009
@@ -1,8 +1,21 @@
-// Copyright (c) 2006- Facebook
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 #include <string>
 #include <fstream>

Modified: incubator/thrift/trunk/compiler/cpp/src/generate/t_rb_generator.cc
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/generate/t_rb_generator.cc?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/generate/t_rb_generator.cc (original)
+++ incubator/thrift/trunk/compiler/cpp/src/generate/t_rb_generator.cc Mon Mar 30 21:35:00 2009
@@ -1,8 +1,21 @@
-// Copyright (c) 2006- Facebook
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 #include <string>
 #include <fstream>

Modified: incubator/thrift/trunk/compiler/cpp/src/generate/t_st_generator.cc
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/generate/t_st_generator.cc?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/generate/t_st_generator.cc (original)
+++ incubator/thrift/trunk/compiler/cpp/src/generate/t_st_generator.cc Mon Mar 30 21:35:00 2009
@@ -1,10 +1,21 @@
-// Copyright (c) 2007- Patrick Collison <pa...@collison.ie>
-// Copyright (c) 2006- Facebook
-//
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 #include <string>
 #include <fstream>

Modified: incubator/thrift/trunk/compiler/cpp/src/generate/t_xsd_generator.cc
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/generate/t_xsd_generator.cc?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/generate/t_xsd_generator.cc (original)
+++ incubator/thrift/trunk/compiler/cpp/src/generate/t_xsd_generator.cc Mon Mar 30 21:35:00 2009
@@ -1,8 +1,21 @@
-// Copyright (c) 2006- Facebook
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 #include <fstream>
 #include <iostream>

Modified: incubator/thrift/trunk/compiler/cpp/src/globals.h
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/globals.h?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/globals.h (original)
+++ incubator/thrift/trunk/compiler/cpp/src/globals.h Mon Mar 30 21:35:00 2009
@@ -1,8 +1,21 @@
-// Copyright (c) 2006- Facebook
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 #ifndef T_GLOBALS_H
 #define T_GLOBALS_H

Modified: incubator/thrift/trunk/compiler/cpp/src/main.cc
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/main.cc?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/main.cc (original)
+++ incubator/thrift/trunk/compiler/cpp/src/main.cc Mon Mar 30 21:35:00 2009
@@ -1,8 +1,21 @@
-// Copyright (c) 2006- Facebook
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 /**
  * thrift - a lightweight cross-language rpc/serialization tool

Modified: incubator/thrift/trunk/compiler/cpp/src/main.h
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/main.h?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/main.h (original)
+++ incubator/thrift/trunk/compiler/cpp/src/main.h Mon Mar 30 21:35:00 2009
@@ -1,8 +1,21 @@
-// Copyright (c) 2006- Facebook
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 #ifndef T_MAIN_H
 #define T_MAIN_H

Modified: incubator/thrift/trunk/compiler/cpp/src/parse/t_base_type.h
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/parse/t_base_type.h?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/parse/t_base_type.h (original)
+++ incubator/thrift/trunk/compiler/cpp/src/parse/t_base_type.h Mon Mar 30 21:35:00 2009
@@ -1,8 +1,21 @@
-// Copyright (c) 2006- Facebook
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 #ifndef T_BASE_TYPE_H
 #define T_BASE_TYPE_H

Modified: incubator/thrift/trunk/compiler/cpp/src/parse/t_const.h
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/parse/t_const.h?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/parse/t_const.h (original)
+++ incubator/thrift/trunk/compiler/cpp/src/parse/t_const.h Mon Mar 30 21:35:00 2009
@@ -1,8 +1,21 @@
-// Copyright (c) 2006- Facebook
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 #ifndef T_CONST_H
 #define T_CONST_H

Modified: incubator/thrift/trunk/compiler/cpp/src/parse/t_const_value.h
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/parse/t_const_value.h?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/parse/t_const_value.h (original)
+++ incubator/thrift/trunk/compiler/cpp/src/parse/t_const_value.h Mon Mar 30 21:35:00 2009
@@ -1,8 +1,21 @@
-// Copyright (c) 2006- Facebook
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 #ifndef T_CONST_VALUE_H
 #define T_CONST_VALUE_H

Modified: incubator/thrift/trunk/compiler/cpp/src/parse/t_container.h
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/parse/t_container.h?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/parse/t_container.h (original)
+++ incubator/thrift/trunk/compiler/cpp/src/parse/t_container.h Mon Mar 30 21:35:00 2009
@@ -1,8 +1,21 @@
-// Copyright (c) 2006- Facebook
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 #ifndef T_CONTAINER_H
 #define T_CONTAINER_H

Modified: incubator/thrift/trunk/compiler/cpp/src/parse/t_doc.h
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/parse/t_doc.h?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/parse/t_doc.h (original)
+++ incubator/thrift/trunk/compiler/cpp/src/parse/t_doc.h Mon Mar 30 21:35:00 2009
@@ -1,8 +1,21 @@
-// Copyright (c) 2006- Facebook
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 #ifndef T_DOC_H
 #define T_DOC_H

Modified: incubator/thrift/trunk/compiler/cpp/src/parse/t_enum.h
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/parse/t_enum.h?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/parse/t_enum.h (original)
+++ incubator/thrift/trunk/compiler/cpp/src/parse/t_enum.h Mon Mar 30 21:35:00 2009
@@ -1,8 +1,21 @@
-// Copyright (c) 2006- Facebook
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 #ifndef T_ENUM_H
 #define T_ENUM_H

Modified: incubator/thrift/trunk/compiler/cpp/src/parse/t_enum_value.h
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/parse/t_enum_value.h?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/parse/t_enum_value.h (original)
+++ incubator/thrift/trunk/compiler/cpp/src/parse/t_enum_value.h Mon Mar 30 21:35:00 2009
@@ -1,8 +1,21 @@
-// Copyright (c) 2006- Facebook
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 #ifndef T_ENUM_VALUE_H
 #define T_ENUM_VALUE_H

Modified: incubator/thrift/trunk/compiler/cpp/src/parse/t_field.h
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/parse/t_field.h?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/parse/t_field.h (original)
+++ incubator/thrift/trunk/compiler/cpp/src/parse/t_field.h Mon Mar 30 21:35:00 2009
@@ -1,8 +1,21 @@
-// Copyright (c) 2006- Facebook
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 #ifndef T_FIELD_H
 #define T_FIELD_H

Modified: incubator/thrift/trunk/compiler/cpp/src/parse/t_function.h
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/parse/t_function.h?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/parse/t_function.h (original)
+++ incubator/thrift/trunk/compiler/cpp/src/parse/t_function.h Mon Mar 30 21:35:00 2009
@@ -1,8 +1,21 @@
-// Copyright (c) 2006- Facebook
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 #ifndef T_FUNCTION_H
 #define T_FUNCTION_H

Modified: incubator/thrift/trunk/compiler/cpp/src/parse/t_list.h
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/parse/t_list.h?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/parse/t_list.h (original)
+++ incubator/thrift/trunk/compiler/cpp/src/parse/t_list.h Mon Mar 30 21:35:00 2009
@@ -1,8 +1,21 @@
-// Copyright (c) 2006- Facebook
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 #ifndef T_LIST_H
 #define T_LIST_H

Modified: incubator/thrift/trunk/compiler/cpp/src/parse/t_map.h
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/parse/t_map.h?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/parse/t_map.h (original)
+++ incubator/thrift/trunk/compiler/cpp/src/parse/t_map.h Mon Mar 30 21:35:00 2009
@@ -1,8 +1,21 @@
-// Copyright (c) 2006- Facebook
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 #ifndef T_MAP_H
 #define T_MAP_H

Modified: incubator/thrift/trunk/compiler/cpp/src/parse/t_program.h
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/parse/t_program.h?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/parse/t_program.h (original)
+++ incubator/thrift/trunk/compiler/cpp/src/parse/t_program.h Mon Mar 30 21:35:00 2009
@@ -1,8 +1,21 @@
-// Copyright (c) 2006- Facebook
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 #ifndef T_PROGRAM_H
 #define T_PROGRAM_H

Modified: incubator/thrift/trunk/compiler/cpp/src/parse/t_scope.h
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/parse/t_scope.h?rev=760189&r1=760188&r2=760189&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/parse/t_scope.h (original)
+++ incubator/thrift/trunk/compiler/cpp/src/parse/t_scope.h Mon Mar 30 21:35:00 2009
@@ -1,8 +1,21 @@
-// Copyright (c) 2006- Facebook
-// Distributed under the Thrift Software License
-//
-// See accompanying file LICENSE or visit the Thrift site at:
-// http://developers.facebook.com/thrift/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 #ifndef T_SCOPE_H
 #define T_SCOPE_H