You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by kc...@apache.org on 2009/03/20 03:28:42 UTC

svn commit: r756311 - in /incubator/thrift/trunk/lib/csharp: ThriftMSBuildTask/ ThriftMSBuildTask/Properties/ src/ src/Collections/ src/Protocol/ src/Server/ src/Transport/

Author: kclark
Date: Fri Mar 20 02:28:41 2009
New Revision: 756311

URL: http://svn.apache.org/viewvc?rev=756311&view=rev
Log:
THRIFT-158. csharp: Update headers to Apache

Modified:
    incubator/thrift/trunk/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs
    incubator/thrift/trunk/lib/csharp/ThriftMSBuildTask/ThriftBuild.cs
    incubator/thrift/trunk/lib/csharp/src/Collections/THashSet.cs
    incubator/thrift/trunk/lib/csharp/src/Protocol/TBase.cs
    incubator/thrift/trunk/lib/csharp/src/Protocol/TBinaryProtocol.cs
    incubator/thrift/trunk/lib/csharp/src/Protocol/TField.cs
    incubator/thrift/trunk/lib/csharp/src/Protocol/TList.cs
    incubator/thrift/trunk/lib/csharp/src/Protocol/TMap.cs
    incubator/thrift/trunk/lib/csharp/src/Protocol/TMessage.cs
    incubator/thrift/trunk/lib/csharp/src/Protocol/TMessageType.cs
    incubator/thrift/trunk/lib/csharp/src/Protocol/TProtocol.cs
    incubator/thrift/trunk/lib/csharp/src/Protocol/TProtocolException.cs
    incubator/thrift/trunk/lib/csharp/src/Protocol/TProtocolFactory.cs
    incubator/thrift/trunk/lib/csharp/src/Protocol/TProtocolUtil.cs
    incubator/thrift/trunk/lib/csharp/src/Protocol/TSet.cs
    incubator/thrift/trunk/lib/csharp/src/Protocol/TStruct.cs
    incubator/thrift/trunk/lib/csharp/src/Protocol/TType.cs
    incubator/thrift/trunk/lib/csharp/src/Server/TServer.cs
    incubator/thrift/trunk/lib/csharp/src/Server/TSimpleServer.cs
    incubator/thrift/trunk/lib/csharp/src/Server/TThreadPoolServer.cs
    incubator/thrift/trunk/lib/csharp/src/Server/TThreadedServer.cs
    incubator/thrift/trunk/lib/csharp/src/TApplicationException.cs
    incubator/thrift/trunk/lib/csharp/src/TProcessor.cs
    incubator/thrift/trunk/lib/csharp/src/Transport/TBufferedTransport.cs
    incubator/thrift/trunk/lib/csharp/src/Transport/TServerSocket.cs
    incubator/thrift/trunk/lib/csharp/src/Transport/TServerTransport.cs
    incubator/thrift/trunk/lib/csharp/src/Transport/TSocket.cs
    incubator/thrift/trunk/lib/csharp/src/Transport/TStreamTransport.cs
    incubator/thrift/trunk/lib/csharp/src/Transport/TTransport.cs
    incubator/thrift/trunk/lib/csharp/src/Transport/TTransportException.cs
    incubator/thrift/trunk/lib/csharp/src/Transport/TTransportFactory.cs

Modified: incubator/thrift/trunk/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs?rev=756311&r1=756310&r2=756311&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs (original)
+++ incubator/thrift/trunk/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs Fri Mar 20 02:28:41 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.
+ */
+
 using System.Reflection;
 using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;

Modified: incubator/thrift/trunk/lib/csharp/ThriftMSBuildTask/ThriftBuild.cs
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/ThriftMSBuildTask/ThriftBuild.cs?rev=756311&r1=756310&r2=756311&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/ThriftMSBuildTask/ThriftBuild.cs (original)
+++ incubator/thrift/trunk/lib/csharp/ThriftMSBuildTask/ThriftBuild.cs Fri Mar 20 02:28:41 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.
+ */
+
 using System;
 using System.Collections.Generic;
 using System.Linq;

Modified: incubator/thrift/trunk/lib/csharp/src/Collections/THashSet.cs
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/src/Collections/THashSet.cs?rev=756311&r1=756310&r2=756311&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/src/Collections/THashSet.cs (original)
+++ incubator/thrift/trunk/lib/csharp/src/Collections/THashSet.cs Fri Mar 20 02:28:41 2009
@@ -7,7 +7,7 @@
  * "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
+ *   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

Modified: incubator/thrift/trunk/lib/csharp/src/Protocol/TBase.cs
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/src/Protocol/TBase.cs?rev=756311&r1=756310&r2=756311&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/src/Protocol/TBase.cs (original)
+++ incubator/thrift/trunk/lib/csharp/src/Protocol/TBase.cs Fri Mar 20 02:28:41 2009
@@ -1,10 +1,21 @@
-//
-//  TBase.cs
-//
-//  Distributed under the Thrift Software License
-//
-//  See accompanying file LICENSE or visit the Thrift site at:
-//  http://developers.facebook.com/thrift/using
+/**
+ * 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.
+ */
 
 namespace Thrift.Protocol
 {

Modified: incubator/thrift/trunk/lib/csharp/src/Protocol/TBinaryProtocol.cs
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/src/Protocol/TBinaryProtocol.cs?rev=756311&r1=756310&r2=756311&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/src/Protocol/TBinaryProtocol.cs (original)
+++ incubator/thrift/trunk/lib/csharp/src/Protocol/TBinaryProtocol.cs Fri Mar 20 02:28:41 2009
@@ -1,15 +1,21 @@
-//
-//  TBinaryProtocol.cs
-//
-//  Begin:  Aug 19, 2007
-//  Authors:
-//		Todd Berman <tb...@imeem.com>
-//		Will Palmeri <wi...@imeem.com>
-//
-//  Distributed under the Thrift Software License
-//
-//  See accompanying file LICENSE or visit the Thrift site at:
-//  http://developers.facebook.com/thrift/using
+/**
+ * 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.
+ */
 
 using System;
 using System.Text;

Modified: incubator/thrift/trunk/lib/csharp/src/Protocol/TField.cs
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/src/Protocol/TField.cs?rev=756311&r1=756310&r2=756311&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/src/Protocol/TField.cs (original)
+++ incubator/thrift/trunk/lib/csharp/src/Protocol/TField.cs Fri Mar 20 02:28:41 2009
@@ -1,14 +1,21 @@
-//
-//  TField.cs
-//
-//  Begin:  Aug 19, 2007
-//  Authors:
-//		Todd Berman <tb...@imeem.com>
-//
-//  Distributed under the Thrift Software License
-//
-//  See accompanying file LICENSE or visit the Thrift site at:
-//  http://developers.facebook.com/thrift/using
+/**
+ * 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.
+ */
 
 using System;
 using System.Collections.Generic;

Modified: incubator/thrift/trunk/lib/csharp/src/Protocol/TList.cs
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/src/Protocol/TList.cs?rev=756311&r1=756310&r2=756311&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/src/Protocol/TList.cs (original)
+++ incubator/thrift/trunk/lib/csharp/src/Protocol/TList.cs Fri Mar 20 02:28:41 2009
@@ -1,14 +1,21 @@
-//
-//  TList.cs
-//
-//  Begin:  Aug 19, 2007
-//  Authors:
-//		Todd Berman <tb...@imeem.com>
-//
-//  Distributed under the Thrift Software License
-//
-//  See accompanying file LICENSE or visit the Thrift site at:
-//  http://developers.facebook.com/thrift/using
+/**
+ * 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.
+ */
 
 using System;
 using System.Collections.Generic;

Modified: incubator/thrift/trunk/lib/csharp/src/Protocol/TMap.cs
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/src/Protocol/TMap.cs?rev=756311&r1=756310&r2=756311&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/src/Protocol/TMap.cs (original)
+++ incubator/thrift/trunk/lib/csharp/src/Protocol/TMap.cs Fri Mar 20 02:28:41 2009
@@ -1,14 +1,21 @@
-//
-//  TMap.cs
-//
-//  Begin:  Aug 19, 2007
-//  Authors:
-//		Todd Berman <tb...@imeem.com>
-//
-//  Distributed under the Thrift Software License
-//
-//  See accompanying file LICENSE or visit the Thrift site at:
-//  http://developers.facebook.com/thrift/using
+/**
+ * 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.
+ */
 
 using System;
 using System.Collections.Generic;

Modified: incubator/thrift/trunk/lib/csharp/src/Protocol/TMessage.cs
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/src/Protocol/TMessage.cs?rev=756311&r1=756310&r2=756311&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/src/Protocol/TMessage.cs (original)
+++ incubator/thrift/trunk/lib/csharp/src/Protocol/TMessage.cs Fri Mar 20 02:28:41 2009
@@ -1,14 +1,21 @@
-//
-//  TMessage.cs
-//
-//  Begin:  Aug 19, 2007
-//  Authors:
-//		Todd Berman <tb...@imeem.com>
-//
-//  Distributed under the Thrift Software License
-//
-//  See accompanying file LICENSE or visit the Thrift site at:
-//  http://developers.facebook.com/thrift/using
+/**
+ * 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.
+ */
 
 using System;
 using System.Collections.Generic;

Modified: incubator/thrift/trunk/lib/csharp/src/Protocol/TMessageType.cs
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/src/Protocol/TMessageType.cs?rev=756311&r1=756310&r2=756311&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/src/Protocol/TMessageType.cs (original)
+++ incubator/thrift/trunk/lib/csharp/src/Protocol/TMessageType.cs Fri Mar 20 02:28:41 2009
@@ -1,14 +1,21 @@
-//
-//  TMessageType.cs
-//
-//  Begin:  Aug 19, 2007
-//  Authors:
-//		Todd Berman <tb...@imeem.com>
-//
-//  Distributed under the Thrift Software License
-//
-//  See accompanying file LICENSE or visit the Thrift site at:
-//  http://developers.facebook.com/thrift/using
+/**
+ * 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.
+ */
 
 using System;
 

Modified: incubator/thrift/trunk/lib/csharp/src/Protocol/TProtocol.cs
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/src/Protocol/TProtocol.cs?rev=756311&r1=756310&r2=756311&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/src/Protocol/TProtocol.cs (original)
+++ incubator/thrift/trunk/lib/csharp/src/Protocol/TProtocol.cs Fri Mar 20 02:28:41 2009
@@ -1,14 +1,21 @@
-//
-//  TProtocol.cs
-//
-//  Begin:  Aug 19, 2007
-//  Authors:
-//		Todd Berman <tb...@imeem.com>
-//
-//  Distributed under the Thrift Software License
-//
-//  See accompanying file LICENSE or visit the Thrift site at:
-//  http://developers.facebook.com/thrift/using
+/**
+ * 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.
+ */
 
 using System;
 using System.Text;

Modified: incubator/thrift/trunk/lib/csharp/src/Protocol/TProtocolException.cs
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/src/Protocol/TProtocolException.cs?rev=756311&r1=756310&r2=756311&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/src/Protocol/TProtocolException.cs (original)
+++ incubator/thrift/trunk/lib/csharp/src/Protocol/TProtocolException.cs Fri Mar 20 02:28:41 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.
+ */
+
 using System;
 
 namespace Thrift.Protocol

Modified: incubator/thrift/trunk/lib/csharp/src/Protocol/TProtocolFactory.cs
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/src/Protocol/TProtocolFactory.cs?rev=756311&r1=756310&r2=756311&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/src/Protocol/TProtocolFactory.cs (original)
+++ incubator/thrift/trunk/lib/csharp/src/Protocol/TProtocolFactory.cs Fri Mar 20 02:28:41 2009
@@ -1,14 +1,22 @@
-//
-//  TProtocolFactory.cs
-//
-//  Begin:  Dec 3, 2007
-//  Authors:
-//		Will Palmeri <wp...@imeem.com>
-//
-//  Distributed under the Thrift Software License
-//
-//  See accompanying file LICENSE or visit the Thrift site at:
-//  http://developers.facebook.com/thrift/using
+/**
+ * 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.
+ */
+
 using System;
 using Thrift.Transport;
 

Modified: incubator/thrift/trunk/lib/csharp/src/Protocol/TProtocolUtil.cs
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/src/Protocol/TProtocolUtil.cs?rev=756311&r1=756310&r2=756311&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/src/Protocol/TProtocolUtil.cs (original)
+++ incubator/thrift/trunk/lib/csharp/src/Protocol/TProtocolUtil.cs Fri Mar 20 02:28:41 2009
@@ -1,14 +1,21 @@
-//
-//  TProtocolUtil.cs
-//
-//  Begin:  Aug 19, 2007
-//  Authors:
-//		Todd Berman <tb...@imeem.com>
-//
-//  Distributed under the Thrift Software License
-//
-//  See accompanying file LICENSE or visit the Thrift site at:
-//  http://developers.facebook.com/thrift/using
+/**
+ * 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.
+ */
 
 using System;
 

Modified: incubator/thrift/trunk/lib/csharp/src/Protocol/TSet.cs
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/src/Protocol/TSet.cs?rev=756311&r1=756310&r2=756311&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/src/Protocol/TSet.cs (original)
+++ incubator/thrift/trunk/lib/csharp/src/Protocol/TSet.cs Fri Mar 20 02:28:41 2009
@@ -1,14 +1,21 @@
-//
-//  TSet.cs
-//
-//  Begin:  Aug 19, 2007
-//  Authors:
-//		Todd Berman <tb...@imeem.com>
-//
-//  Distributed under the Thrift Software License
-//
-//  See accompanying file LICENSE or visit the Thrift site at:
-//  http://developers.facebook.com/thrift/using
+/**
+ * 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.
+ */
 
 using System;
 using System.Collections.Generic;

Modified: incubator/thrift/trunk/lib/csharp/src/Protocol/TStruct.cs
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/src/Protocol/TStruct.cs?rev=756311&r1=756310&r2=756311&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/src/Protocol/TStruct.cs (original)
+++ incubator/thrift/trunk/lib/csharp/src/Protocol/TStruct.cs Fri Mar 20 02:28:41 2009
@@ -1,14 +1,22 @@
-//
-//  TStruct.cs
-//
-//  Begin:  Aug 19, 2007
-//  Authors:
-//		Todd Berman <tb...@imeem.com>
-//
-//  Distributed under the Thrift Software License
-//
-//  See accompanying file LICENSE or visit the Thrift site at:
-//  http://developers.facebook.com/thrift/using
+/**
+ * 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.
+ */
+
 using System;
 using System.Collections.Generic;
 using System.Text;

Modified: incubator/thrift/trunk/lib/csharp/src/Protocol/TType.cs
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/src/Protocol/TType.cs?rev=756311&r1=756310&r2=756311&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/src/Protocol/TType.cs (original)
+++ incubator/thrift/trunk/lib/csharp/src/Protocol/TType.cs Fri Mar 20 02:28:41 2009
@@ -1,14 +1,21 @@
-//
-//  TType.cs
-//
-//  Begin:  Aug 19, 2007
-//  Authors:
-//		Todd Berman <tb...@imeem.com>
-//
-//  Distributed under the Thrift Software License
-//
-//  See accompanying file LICENSE or visit the Thrift site at:
-//  http://developers.facebook.com/thrift/using
+/**
+ * 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.
+ */
 
 using System;
 

Modified: incubator/thrift/trunk/lib/csharp/src/Server/TServer.cs
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/src/Server/TServer.cs?rev=756311&r1=756310&r2=756311&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/src/Server/TServer.cs (original)
+++ incubator/thrift/trunk/lib/csharp/src/Server/TServer.cs Fri Mar 20 02:28:41 2009
@@ -1,14 +1,21 @@
-//
-//  TServer.cs
-//
-//  Begin:  Dec 3, 2007
-//  Authors:
-//		Will Palmeri <wp...@imeem.com>
-//
-//  Distributed under the Thrift Software License
-//
-//  See accompanying file LICENSE or visit the Thrift site at:
-//  http://developers.facebook.com/thrift/using
+/**
+ * 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.
+ */
 
 using System;
 using Thrift.Protocol;

Modified: incubator/thrift/trunk/lib/csharp/src/Server/TSimpleServer.cs
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/src/Server/TSimpleServer.cs?rev=756311&r1=756310&r2=756311&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/src/Server/TSimpleServer.cs (original)
+++ incubator/thrift/trunk/lib/csharp/src/Server/TSimpleServer.cs Fri Mar 20 02:28:41 2009
@@ -1,14 +1,22 @@
-//
-//  TSimpleServer.cs
-//
-//  Begin:  Dec 3, 2007
-//  Authors:
-//		Will Palmeri <wp...@imeem.com>
-//
-//  Distributed under the Thrift Software License
-//
-//  See accompanying file LICENSE or visit the Thrift site at:
-//  http://developers.facebook.com/thrift/using
+/**
+ * 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.
+ */
+
 using System;
 using Thrift.Transport;
 using Thrift.Protocol;

Modified: incubator/thrift/trunk/lib/csharp/src/Server/TThreadPoolServer.cs
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/src/Server/TThreadPoolServer.cs?rev=756311&r1=756310&r2=756311&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/src/Server/TThreadPoolServer.cs (original)
+++ incubator/thrift/trunk/lib/csharp/src/Server/TThreadPoolServer.cs Fri Mar 20 02:28:41 2009
@@ -1,14 +1,22 @@
-//
-//  TThreadPoolServer.cs
-//
-//  Begin:  Dec 3, 2007
-//  Authors:
-//		Will Palmeri <wp...@imeem.com>
-//
-//  Distributed under the Thrift Software License
-//
-//  See accompanying file LICENSE or visit the Thrift site at:
-//  http://developers.facebook.com/thrift/using
+/**
+ * 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.
+ */
+
 using System;
 using System.Threading;
 using Thrift.Protocol;

Modified: incubator/thrift/trunk/lib/csharp/src/Server/TThreadedServer.cs
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/src/Server/TThreadedServer.cs?rev=756311&r1=756310&r2=756311&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/src/Server/TThreadedServer.cs (original)
+++ incubator/thrift/trunk/lib/csharp/src/Server/TThreadedServer.cs Fri Mar 20 02:28:41 2009
@@ -1,14 +1,22 @@
-//
-//  TThreadPoolServer.cs
-//
-//  Begin:  Apr 21, 2008
-//  Authors:
-//		Will Palmeri <wp...@imeem.com>
-//
-//  Distributed under the Thrift Software License
-//
-//  See accompanying file LICENSE or visit the Thrift site at:
-//  http://developers.facebook.com/thrift/using
+/**
+ * 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.
+ */
+
 using System;
 using System.Collections.Generic;
 using System.Threading;

Modified: incubator/thrift/trunk/lib/csharp/src/TApplicationException.cs
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/src/TApplicationException.cs?rev=756311&r1=756310&r2=756311&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/src/TApplicationException.cs (original)
+++ incubator/thrift/trunk/lib/csharp/src/TApplicationException.cs Fri Mar 20 02:28:41 2009
@@ -1,14 +1,21 @@
-//
-//  TApplicationException.cs
-//
-//  Begin:  Aug 19, 2007
-//  Authors:
-//		Todd Berman <tb...@imeem.com>
-//
-//  Distributed under the Thrift Software License
-//
-//  See accompanying file LICENSE or visit the Thrift site at:
-//  http://developers.facebook.com/thrift/using
+/**
+ * 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.
+ */
 
 using System;
 using Thrift.Protocol;

Modified: incubator/thrift/trunk/lib/csharp/src/TProcessor.cs
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/src/TProcessor.cs?rev=756311&r1=756310&r2=756311&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/src/TProcessor.cs (original)
+++ incubator/thrift/trunk/lib/csharp/src/TProcessor.cs Fri Mar 20 02:28:41 2009
@@ -1,14 +1,21 @@
-//
-//  TProcessor.cs
-//
-//  Begin:  Aug 19, 2007
-//  Authors:
-//		Todd Berman <tb...@imeem.com>
-//
-//  Distributed under the Thrift Software License
-//
-//  See accompanying file LICENSE or visit the Thrift site at:
-//  http://developers.facebook.com/thrift/using
+/**
+ * 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.
+ */
 
 using System;
 using Thrift.Protocol;

Modified: incubator/thrift/trunk/lib/csharp/src/Transport/TBufferedTransport.cs
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/src/Transport/TBufferedTransport.cs?rev=756311&r1=756310&r2=756311&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/src/Transport/TBufferedTransport.cs (original)
+++ incubator/thrift/trunk/lib/csharp/src/Transport/TBufferedTransport.cs Fri Mar 20 02:28:41 2009
@@ -1,10 +1,21 @@
-//
-//  TBufferedTransport.cs
-//
-//  Begin:  May 22, 2008
-//  Authors:
-//		Will Palmeri <wp...@imeem.com>
-//
+/**
+ * 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.
+ */
 
 using System;
 using System.IO;

Modified: incubator/thrift/trunk/lib/csharp/src/Transport/TServerSocket.cs
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/src/Transport/TServerSocket.cs?rev=756311&r1=756310&r2=756311&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/src/Transport/TServerSocket.cs (original)
+++ incubator/thrift/trunk/lib/csharp/src/Transport/TServerSocket.cs Fri Mar 20 02:28:41 2009
@@ -1,12 +1,21 @@
-//
-//  TServerTransport.cs
-//
-//  Begin:  Dec 3, 2007
-//  Authors:
-//		Will Palmeri <wp...@imeem.com>
-//
-//  Copyright (C) 2007 imeem, inc. <http://www.imeem.com>
-//  All rights reserved.
+/**
+ * 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.
+ */
 
 using System;
 using System.Net.Sockets;

Modified: incubator/thrift/trunk/lib/csharp/src/Transport/TServerTransport.cs
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/src/Transport/TServerTransport.cs?rev=756311&r1=756310&r2=756311&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/src/Transport/TServerTransport.cs (original)
+++ incubator/thrift/trunk/lib/csharp/src/Transport/TServerTransport.cs Fri Mar 20 02:28:41 2009
@@ -1,12 +1,22 @@
-//
-//  TServerTransport.cs
-//
-//  Begin:  Dec 3, 2007
-//  Authors:
-//		Will Palmeri <wp...@imeem.com>
-//
-//  Copyright (C) 2007 imeem, inc. <http://www.imeem.com>
-//  All rights reserved.
+/**
+ * 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.
+ */
+
 using System;
 
 namespace Thrift.Transport

Modified: incubator/thrift/trunk/lib/csharp/src/Transport/TSocket.cs
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/src/Transport/TSocket.cs?rev=756311&r1=756310&r2=756311&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/src/Transport/TSocket.cs (original)
+++ incubator/thrift/trunk/lib/csharp/src/Transport/TSocket.cs Fri Mar 20 02:28:41 2009
@@ -1,13 +1,21 @@
-//
-//  TSocket.cs
-//
-//  Begin:  Aug 19, 2007
-//  Authors:
-//		Todd Berman <tb...@imeem.com>
-//
-//  Copyright (C) 2007 imeem, inc. <http://www.imeem.com>
-//  All rights reserved.
-//
+/**
+ * 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.
+ */
 
 using System;
 using System.Net.Sockets;

Modified: incubator/thrift/trunk/lib/csharp/src/Transport/TStreamTransport.cs
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/src/Transport/TStreamTransport.cs?rev=756311&r1=756310&r2=756311&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/src/Transport/TStreamTransport.cs (original)
+++ incubator/thrift/trunk/lib/csharp/src/Transport/TStreamTransport.cs Fri Mar 20 02:28:41 2009
@@ -1,13 +1,21 @@
-//
-//  TStreamTransport.cs
-//
-//  Begin:  Aug 19, 2007
-//  Authors:
-//		Todd Berman <tb...@imeem.com>
-//
-//  Copyright (C) 2007 imeem, inc. <http://www.imeem.com>
-//  All rights reserved.
-//
+/**
+ * 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.
+ */
 
 using System;
 using System.IO;

Modified: incubator/thrift/trunk/lib/csharp/src/Transport/TTransport.cs
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/src/Transport/TTransport.cs?rev=756311&r1=756310&r2=756311&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/src/Transport/TTransport.cs (original)
+++ incubator/thrift/trunk/lib/csharp/src/Transport/TTransport.cs Fri Mar 20 02:28:41 2009
@@ -1,13 +1,21 @@
-//
-//  TTransport.cs
-//
-//  Begin:  Aug 19, 2007
-//  Authors:
-//		Todd Berman <tb...@imeem.com>
-//
-//  Copyright (C) 2007 imeem, inc. <http://www.imeem.com>
-//  All rights reserved.
-//
+/**
+ * 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.
+ */
 
 using System;
 

Modified: incubator/thrift/trunk/lib/csharp/src/Transport/TTransportException.cs
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/src/Transport/TTransportException.cs?rev=756311&r1=756310&r2=756311&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/src/Transport/TTransportException.cs (original)
+++ incubator/thrift/trunk/lib/csharp/src/Transport/TTransportException.cs Fri Mar 20 02:28:41 2009
@@ -1,13 +1,21 @@
-//
-//  TTransportException.cs
-//
-//  Begin:  Aug 19, 2007
-//  Authors:
-//		Todd Berman <tb...@imeem.com>
-//
-//  Copyright (C) 2007 imeem, inc. <http://www.imeem.com>
-//  All rights reserved.
-//
+/**
+ * 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.
+ */
 
 using System;
 

Modified: incubator/thrift/trunk/lib/csharp/src/Transport/TTransportFactory.cs
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/src/Transport/TTransportFactory.cs?rev=756311&r1=756310&r2=756311&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/src/Transport/TTransportFactory.cs (original)
+++ incubator/thrift/trunk/lib/csharp/src/Transport/TTransportFactory.cs Fri Mar 20 02:28:41 2009
@@ -1,13 +1,22 @@
-//
-//  TTransportFactory.cs
-//
-//  Begin:  Dec 3, 2007
-//  Authors:
-//		Will Palmeri <wp...@imeem.com>
-//
-//  Copyright (C) 2007 imeem, inc. <http://www.imeem.com>
-//  All rights reserved.
-//
+/**
+ * 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.
+ */
+
 using System;
 
 namespace Thrift.Transport