Author: bryanduxbury
Date: Mon Jul 26 17:12:42 2010
New Revision: 979364

URL: http://svn.apache.org/viewvc?rev=979364&view=rev
Log:
add some more missing licenses

Modified:
    incubator/thrift/branches/0.3.x/lib/as3/src/org/apache/thrift/Set.as
    
incubator/thrift/branches/0.3.x/lib/csharp/ThriftMSBuildTask/ThriftMSBuildTask.csproj
    incubator/thrift/branches/0.3.x/lib/csharp/src/Thrift.csproj
    incubator/thrift/branches/0.3.x/lib/js/test/test.html

Modified: incubator/thrift/branches/0.3.x/lib/as3/src/org/apache/thrift/Set.as
URL: 
http://svn.apache.org/viewvc/incubator/thrift/branches/0.3.x/lib/as3/src/org/apache/thrift/Set.as?rev=979364&r1=979363&r2=979364&view=diff
==============================================================================
--- incubator/thrift/branches/0.3.x/lib/as3/src/org/apache/thrift/Set.as 
(original)
+++ incubator/thrift/branches/0.3.x/lib/as3/src/org/apache/thrift/Set.as Mon 
Jul 26 17:12:42 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/branches/0.3.x/lib/csharp/ThriftMSBuildTask/ThriftMSBuildTask.csproj
URL: 
http://svn.apache.org/viewvc/incubator/thrift/branches/0.3.x/lib/csharp/ThriftMSBuildTask/ThriftMSBuildTask.csproj?rev=979364&r1=979363&r2=979364&view=diff
==============================================================================
--- 
incubator/thrift/branches/0.3.x/lib/csharp/ThriftMSBuildTask/ThriftMSBuildTask.csproj
 (original)
+++ 
incubator/thrift/branches/0.3.x/lib/csharp/ThriftMSBuildTask/ThriftMSBuildTask.csproj
 Mon Jul 26 17:12:42 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/branches/0.3.x/lib/csharp/src/Thrift.csproj
URL: 
http://svn.apache.org/viewvc/incubator/thrift/branches/0.3.x/lib/csharp/src/Thrift.csproj?rev=979364&r1=979363&r2=979364&view=diff
==============================================================================
--- incubator/thrift/branches/0.3.x/lib/csharp/src/Thrift.csproj (original)
+++ incubator/thrift/branches/0.3.x/lib/csharp/src/Thrift.csproj Mon Jul 26 
17:12:42 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/branches/0.3.x/lib/js/test/test.html
URL: 
http://svn.apache.org/viewvc/incubator/thrift/branches/0.3.x/lib/js/test/test.html?rev=979364&r1=979363&r2=979364&view=diff
==============================================================================
--- incubator/thrift/branches/0.3.x/lib/js/test/test.html (original)
+++ incubator/thrift/branches/0.3.x/lib/js/test/test.html Mon Jul 26 17:12:42 
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