Apply Thrift license to Java sources
authorMark Slee <mcslee@apache.org>
Thu, 1 Mar 2007 00:00:27 +0000 (00:00 +0000)
committerMark Slee <mcslee@apache.org>
Thu, 1 Mar 2007 00:00:27 +0000 (00:00 +0000)
Reviewed By: bash

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665031 13f79535-47bb-0310-9956-ffa450edef68

28 files changed:
lib/java/src/TApplicationException.java
lib/java/src/TException.java
lib/java/src/TProcessor.java
lib/java/src/protocol/TBinaryProtocol.java
lib/java/src/protocol/TField.java
lib/java/src/protocol/TList.java
lib/java/src/protocol/TMap.java
lib/java/src/protocol/TMessage.java
lib/java/src/protocol/TMessageType.java
lib/java/src/protocol/TProtocol.java
lib/java/src/protocol/TProtocolException.java
lib/java/src/protocol/TProtocolFactory.java
lib/java/src/protocol/TProtocolUtil.java
lib/java/src/protocol/TSet.java
lib/java/src/protocol/TStruct.java
lib/java/src/protocol/TType.java
lib/java/src/server/TServer.java
lib/java/src/server/TSimpleServer.java
lib/java/src/server/TThreadPoolServer.java
lib/java/src/transport/TFramedTransport.java
lib/java/src/transport/THttpClient.java
lib/java/src/transport/TIOStreamTransport.java
lib/java/src/transport/TServerSocket.java
lib/java/src/transport/TServerTransport.java
lib/java/src/transport/TSocket.java
lib/java/src/transport/TTransport.java
lib/java/src/transport/TTransportException.java
lib/java/src/transport/TTransportFactory.java

index b9c0d3d..fdce9f5 100644 (file)
@@ -1,3 +1,9 @@
+// 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/
+
 package com.facebook.thrift;
 
 import com.facebook.thrift.protocol.TField;
index 2dbcf39..77eed3e 100644 (file)
@@ -1,3 +1,9 @@
+// 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/
+
 package com.facebook.thrift;
 
 /**
index 08817ee..973f1d0 100644 (file)
@@ -1,3 +1,9 @@
+// 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/
+
 package com.facebook.thrift;
 
 import com.facebook.thrift.protocol.TProtocol;
index 08f6e55..4ba0941 100644 (file)
@@ -1,3 +1,9 @@
+// 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/
+
 package com.facebook.thrift.protocol;
 
 import com.facebook.thrift.TException;
index d32d708..85675e0 100644 (file)
@@ -1,3 +1,9 @@
+// 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/
+
 package com.facebook.thrift.protocol;
 
 /**
index 0528619..d1c7642 100644 (file)
@@ -1,3 +1,9 @@
+// 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/
+
 package com.facebook.thrift.protocol;
 
 /**
index e8d18e1..0a0e4df 100644 (file)
@@ -1,3 +1,9 @@
+// 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/
+
 package com.facebook.thrift.protocol;
 
 /**
index 92f4f8b..9f1fec1 100644 (file)
@@ -1,3 +1,9 @@
+// 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/
+
 package com.facebook.thrift.protocol;
 
 /**
index 0e0b8fd..2b4c8cd 100644 (file)
@@ -1,3 +1,9 @@
+// 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/
+
 package com.facebook.thrift.protocol;
 
 /**
index 502f473..23829cf 100644 (file)
@@ -1,3 +1,9 @@
+// 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/
+
 package com.facebook.thrift.protocol;
 
 import com.facebook.thrift.TException;
index fa172de..efc54b4 100644 (file)
@@ -1,3 +1,9 @@
+// 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/
+
 package com.facebook.thrift.protocol;
 
 import com.facebook.thrift.TException;
index 9ca3c9e..09ffb22 100644 (file)
@@ -1,3 +1,9 @@
+// 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/
+
 package com.facebook.thrift.protocol;
 
 import com.facebook.thrift.transport.TTransport;
index c83950d..935163c 100644 (file)
@@ -1,3 +1,9 @@
+// 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/
+
 package com.facebook.thrift.protocol;
 
 import com.facebook.thrift.TException;
index 542f3f5..c40ef71 100644 (file)
@@ -1,3 +1,9 @@
+// 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/
+
 package com.facebook.thrift.protocol;
 
 /**
index b8b94ce..6832bab 100644 (file)
@@ -1,3 +1,9 @@
+// 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/
+
 package com.facebook.thrift.protocol;
 
 /**
index bed9a21..4a0f0d0 100644 (file)
@@ -1,3 +1,9 @@
+// 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/
+
 package com.facebook.thrift.protocol;
 
 /**
index 8e21e11..9dcbff6 100644 (file)
@@ -1,3 +1,9 @@
+// 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/
+
 package com.facebook.thrift.server;
 
 import com.facebook.thrift.TProcessor;
index 7058295..902c596 100644 (file)
@@ -1,3 +1,9 @@
+// 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/
+
 package com.facebook.thrift.server;
 
 import com.facebook.thrift.TException;
index 560a3cc..9eaf9b8 100644 (file)
@@ -1,3 +1,9 @@
+// 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/
+
 package com.facebook.thrift.server;
 
 import com.facebook.thrift.TException;
index 260fd80..9eb068d 100644 (file)
@@ -1,3 +1,9 @@
+// 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/
+
 package com.facebook.thrift.transport;
 
 import java.io.ByteArrayInputStream;
index 77ffe62..aa0f0a3 100644 (file)
@@ -1,3 +1,9 @@
+// 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/
+
 package com.facebook.thrift.transport;
 
 import java.io.ByteArrayOutputStream;
index a32195b..e9998b9 100644 (file)
@@ -1,3 +1,9 @@
+// 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/
+
 package com.facebook.thrift.transport;
 
 import java.io.IOException;
index 6cbd0c1..9badf1a 100644 (file)
@@ -1,3 +1,9 @@
+// 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/
+
 package com.facebook.thrift.transport;
 
 import java.io.IOException;
index 6faeaab..2ffc8df 100644 (file)
@@ -1,3 +1,9 @@
+// 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/
+
 package com.facebook.thrift.transport;
 
 /**
index a2aa233..2c17e43 100644 (file)
@@ -1,3 +1,9 @@
+// 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/
+
 package com.facebook.thrift.transport;
 
 import java.io.BufferedInputStream;
index 890a810..8322b33 100644 (file)
@@ -1,3 +1,9 @@
+// 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/
+
 package com.facebook.thrift.transport;
 
 /**
index 5d9e371..5b035f9 100644 (file)
@@ -1,3 +1,9 @@
+// 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/
+
 package com.facebook.thrift.transport;
 
 import com.facebook.thrift.TException;
index 5654b1f..cbe5808 100644 (file)
@@ -1,3 +1,9 @@
+// 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/
+
 package com.facebook.thrift.transport;
 
 /**