Author: bryanduxbury
Date: Mon Jul 26 17:18:30 2010
New Revision: 979366

URL: http://svn.apache.org/viewvc?rev=979366&view=rev
Log:
add license headers to a smattering of files

Modified:
    incubator/thrift/trunk/lib/as3/src/org/apache/thrift/Set.as
    incubator/thrift/trunk/lib/csharp/ThriftMSBuildTask/ThriftMSBuildTask.csproj
    incubator/thrift/trunk/lib/csharp/src/Thrift.csproj
    incubator/thrift/trunk/lib/java/src/org/apache/thrift/TFieldIdEnum.java
    
incubator/thrift/trunk/lib/java/test/org/apache/thrift/protocol/TestTBinaryProtocol.java
    incubator/thrift/trunk/lib/js/test/test.html

Modified: incubator/thrift/trunk/lib/as3/src/org/apache/thrift/Set.as
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/as3/src/org/apache/thrift/Set.as?rev=979366&r1=979365&r2=979366&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/as3/src/org/apache/thrift/Set.as (original)
+++ incubator/thrift/trunk/lib/as3/src/org/apache/thrift/Set.as Mon Jul 26 
17:18:30 2010
@@ -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.
+ */
+
 package org.apache.thrift {
   import flash.utils.Dictionary;
   

Modified: 
incubator/thrift/trunk/lib/csharp/ThriftMSBuildTask/ThriftMSBuildTask.csproj
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/ThriftMSBuildTask/ThriftMSBuildTask.csproj?rev=979366&r1=979365&r2=979366&view=diff
==============================================================================
--- 
incubator/thrift/trunk/lib/csharp/ThriftMSBuildTask/ThriftMSBuildTask.csproj 
(original)
+++ 
incubator/thrift/trunk/lib/csharp/ThriftMSBuildTask/ThriftMSBuildTask.csproj 
Mon Jul 26 17:18:30 2010
@@ -1,4 +1,22 @@
-<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+  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.
+-->
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="3.5" DefaultTargets="Build" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>

Modified: incubator/thrift/trunk/lib/csharp/src/Thrift.csproj
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/src/Thrift.csproj?rev=979366&r1=979365&r2=979366&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/src/Thrift.csproj (original)
+++ incubator/thrift/trunk/lib/csharp/src/Thrift.csproj Mon Jul 26 17:18:30 2010
@@ -1,4 +1,22 @@
-<Project ToolsVersion="3.5" DefaultTargets="Build" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
+<!--
+  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.
+-->
+<Project ToolsVersion="3.5" DefaultTargets="Build" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>

Modified: 
incubator/thrift/trunk/lib/java/src/org/apache/thrift/TFieldIdEnum.java
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/src/org/apache/thrift/TFieldIdEnum.java?rev=979366&r1=979365&r2=979366&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/java/src/org/apache/thrift/TFieldIdEnum.java 
(original)
+++ incubator/thrift/trunk/lib/java/src/org/apache/thrift/TFieldIdEnum.java Mon 
Jul 26 17:18:30 2010
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ */
 package org.apache.thrift;
 
 /**

Modified: 
incubator/thrift/trunk/lib/java/test/org/apache/thrift/protocol/TestTBinaryProtocol.java
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/test/org/apache/thrift/protocol/TestTBinaryProtocol.java?rev=979366&r1=979365&r2=979366&view=diff
==============================================================================
--- 
incubator/thrift/trunk/lib/java/test/org/apache/thrift/protocol/TestTBinaryProtocol.java
 (original)
+++ 
incubator/thrift/trunk/lib/java/test/org/apache/thrift/protocol/TestTBinaryProtocol.java
 Mon Jul 26 17:18:30 2010
@@ -1,5 +1,23 @@
-package org.apache.thrift.protocol;
+/*
+ * 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.
+ */
 
+package org.apache.thrift.protocol;
 
 public class TestTBinaryProtocol extends ProtocolTestBase {
   @Override

Modified: incubator/thrift/trunk/lib/js/test/test.html
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/js/test/test.html?rev=979366&r1=979365&r2=979366&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/js/test/test.html (original)
+++ incubator/thrift/trunk/lib/js/test/test.html Mon Jul 26 17:18:30 2010
@@ -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.
+-->
+
 <html>
 <head>
   <title>Thrift Javascript Bindings - Example</title>


Reply via email to