[prev in list] [next in list] [prev in thread] [next in thread] 

List:       avro-commits
Subject:    svn commit: r1556885 - in /avro/trunk: lang/csharp/src/apache/ipc/Avro.ipc.csproj
From:       cutting () apache ! org
Date:       2014-01-09 17:12:30
Message-ID: 20140109171230.9C09023888A6 () eris ! apache ! org
[Download RAW message or body]

Author: cutting
Date: Thu Jan  9 17:12:30 2014
New Revision: 1556885

URL: http://svn.apache.org/r1556885
Log:
AVRO-975.  Fix licensing.

Modified:
    avro/trunk/lang/csharp/src/apache/ipc/Avro.ipc.csproj
    avro/trunk/lang/csharp/src/apache/main/IO/InputStream.cs
    avro/trunk/lang/csharp/src/apache/main/IO/OutputStream.cs
    avro/trunk/lang/csharp/src/apache/msbuild/Avro.msbuild.csproj
    avro/trunk/share/rat-excludes.txt

Modified: avro/trunk/lang/csharp/src/apache/ipc/Avro.ipc.csproj
URL: http://svn.apache.org/viewvc/avro/trunk/lang/csharp/src/apache/ipc/Avro.ipc.csproj?rev=1556885&r1=1556884&r2=1556885&view=diff
 ==============================================================================
--- avro/trunk/lang/csharp/src/apache/ipc/Avro.ipc.csproj (original)
+++ avro/trunk/lang/csharp/src/apache/ipc/Avro.ipc.csproj Thu Jan  9 17:12:30 2014
@@ -1,4 +1,20 @@
-ï » ¿<?xml version="1.0" encoding="utf-8"?>
+<?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.
+-->
 <Project ToolsVersion="4.0" DefaultTargets="Build" \
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">  <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>

Modified: avro/trunk/lang/csharp/src/apache/main/IO/InputStream.cs
URL: http://svn.apache.org/viewvc/avro/trunk/lang/csharp/src/apache/main/IO/InputStream.cs?rev=1556885&r1=1556884&r2=1556885&view=diff
 ==============================================================================
--- avro/trunk/lang/csharp/src/apache/main/IO/InputStream.cs (original)
+++ avro/trunk/lang/csharp/src/apache/main/IO/InputStream.cs Thu Jan  9 17:12:30 2014
@@ -1,4 +1,22 @@
-ï » ¿using System;
+ï » ¿/**
+ * 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;
 
 namespace Avro.IO
@@ -45,4 +63,4 @@ namespace Avro.IO
             set { throw new NotSupportedException(); }
         }
     }
-}
\ No newline at end of file
+}

Modified: avro/trunk/lang/csharp/src/apache/main/IO/OutputStream.cs
URL: http://svn.apache.org/viewvc/avro/trunk/lang/csharp/src/apache/main/IO/OutputStream.cs?rev=1556885&r1=1556884&r2=1556885&view=diff
 ==============================================================================
--- avro/trunk/lang/csharp/src/apache/main/IO/OutputStream.cs (original)
+++ avro/trunk/lang/csharp/src/apache/main/IO/OutputStream.cs Thu Jan  9 17:12:30 \
2014 @@ -1,4 +1,22 @@
-ï » ¿using System;
+ï » ¿/**
+ * 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;
 
 namespace Avro.IO
@@ -41,4 +59,4 @@ namespace Avro.IO
             throw new NotSupportedException();
         }
     }
-}
\ No newline at end of file
+}

Modified: avro/trunk/lang/csharp/src/apache/msbuild/Avro.msbuild.csproj
URL: http://svn.apache.org/viewvc/avro/trunk/lang/csharp/src/apache/msbuild/Avro.msbuild.csproj?rev=1556885&r1=1556884&r2=1556885&view=diff
 ==============================================================================
--- avro/trunk/lang/csharp/src/apache/msbuild/Avro.msbuild.csproj (original)
+++ avro/trunk/lang/csharp/src/apache/msbuild/Avro.msbuild.csproj Thu Jan  9 17:12:30 \
2014 @@ -1,4 +1,20 @@
-ï » ¿<?xml version="1.0" encoding="utf-8"?>
+<?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.
+-->
 <Project ToolsVersion="4.0" DefaultTargets="Build" \
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">  <Import \
Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" \
Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" \
/>  <PropertyGroup>

Modified: avro/trunk/share/rat-excludes.txt
URL: http://svn.apache.org/viewvc/avro/trunk/share/rat-excludes.txt?rev=1556885&r1=1556884&r2=1556885&view=diff
 ==============================================================================
--- avro/trunk/share/rat-excludes.txt (original)
+++ avro/trunk/share/rat-excludes.txt Thu Jan  9 17:12:30 2014
@@ -39,6 +39,9 @@ lang/c/src/st.h
 lang/c/src/st.c
 lang/csharp/Avro.sln
 lang/csharp/Avro.nunit
+lang/csharp/src/apache/ipc/org/apache/avro/ipc/**
+lang/csharp/src/apache/perf/com/foo/**
+lang/csharp/src/apache/test/Ipc/GeneratedFiles/**
 lang/java/avro/src/test/java/org/apache/avro/TypeEnum.java
 lang/java/avro/src/test/java/org/apache/avro/FooBarSpecificRecord.java
 lang/java/ipc/src/main/java/org/apache/avro/ipc/stats/static/*.js


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic