Author: tomwhite
Date: Thu Dec 11 11:38:17 2014
New Revision: 1644603

URL: http://svn.apache.org/r1644603
Log:
AVRO-1622. Add missing license headers.

Modified:
    avro/trunk/lang/csharp/src/apache/ipc/HttpListenerServer.cs
    avro/trunk/lang/csharp/src/apache/ipc/HttpTransceiver.cs
    avro/trunk/lang/csharp/src/apache/test/Ipc/HttpClientServerTest.cs
    
avro/trunk/lang/java/avro/src/main/java/org/apache/avro/util/internal/JacksonUtils.java
    
avro/trunk/lang/java/avro/src/test/java/org/apache/avro/util/internal/TestJacksonUtils.java
    
avro/trunk/lang/java/tools/src/test/java/org/apache/avro/tool/TestDataFileRepairTool.java
    
avro/trunk/lang/java/tools/src/test/java/org/apache/avro/tool/TestTetherTool.java
    avro/trunk/lang/py/ivy.xml
    avro/trunk/lang/py/ivysettings.xml
    avro/trunk/lang/py/test/set_avro_test_path.py

Modified: avro/trunk/lang/csharp/src/apache/ipc/HttpListenerServer.cs
URL: 
http://svn.apache.org/viewvc/avro/trunk/lang/csharp/src/apache/ipc/HttpListenerServer.cs?rev=1644603&r1=1644602&r2=1644603&view=diff
==============================================================================
--- avro/trunk/lang/csharp/src/apache/ipc/HttpListenerServer.cs (original)
+++ avro/trunk/lang/csharp/src/apache/ipc/HttpListenerServer.cs Thu Dec 11 
11:38:17 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.Collections.Generic;
 using System.Linq;
 using System.Text;

Modified: avro/trunk/lang/csharp/src/apache/ipc/HttpTransceiver.cs
URL: 
http://svn.apache.org/viewvc/avro/trunk/lang/csharp/src/apache/ipc/HttpTransceiver.cs?rev=1644603&r1=1644602&r2=1644603&view=diff
==============================================================================
--- avro/trunk/lang/csharp/src/apache/ipc/HttpTransceiver.cs (original)
+++ avro/trunk/lang/csharp/src/apache/ipc/HttpTransceiver.cs Thu Dec 11 
11:38:17 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.Collections.Generic;
 using System.Linq;
 using System.Reflection;

Modified: avro/trunk/lang/csharp/src/apache/test/Ipc/HttpClientServerTest.cs
URL: 
http://svn.apache.org/viewvc/avro/trunk/lang/csharp/src/apache/test/Ipc/HttpClientServerTest.cs?rev=1644603&r1=1644602&r2=1644603&view=diff
==============================================================================
--- avro/trunk/lang/csharp/src/apache/test/Ipc/HttpClientServerTest.cs 
(original)
+++ avro/trunk/lang/csharp/src/apache/test/Ipc/HttpClientServerTest.cs Thu Dec 
11 11:38:17 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.Collections.Generic;
 using System.Linq;
 using System.Text;

Modified: 
avro/trunk/lang/java/avro/src/main/java/org/apache/avro/util/internal/JacksonUtils.java
URL: 
http://svn.apache.org/viewvc/avro/trunk/lang/java/avro/src/main/java/org/apache/avro/util/internal/JacksonUtils.java?rev=1644603&r1=1644602&r2=1644603&view=diff
==============================================================================
--- 
avro/trunk/lang/java/avro/src/main/java/org/apache/avro/util/internal/JacksonUtils.java
 (original)
+++ 
avro/trunk/lang/java/avro/src/main/java/org/apache/avro/util/internal/JacksonUtils.java
 Thu Dec 11 11:38:17 2014
@@ -1,3 +1,20 @@
+/**
+ * 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.avro.util.internal;
 
 import java.io.IOException;

Modified: 
avro/trunk/lang/java/avro/src/test/java/org/apache/avro/util/internal/TestJacksonUtils.java
URL: 
http://svn.apache.org/viewvc/avro/trunk/lang/java/avro/src/test/java/org/apache/avro/util/internal/TestJacksonUtils.java?rev=1644603&r1=1644602&r2=1644603&view=diff
==============================================================================
--- 
avro/trunk/lang/java/avro/src/test/java/org/apache/avro/util/internal/TestJacksonUtils.java
 (original)
+++ 
avro/trunk/lang/java/avro/src/test/java/org/apache/avro/util/internal/TestJacksonUtils.java
 Thu Dec 11 11:38:17 2014
@@ -1,3 +1,20 @@
+/**
+ * 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.avro.util.internal;
 
 import java.util.Collections;

Modified: 
avro/trunk/lang/java/tools/src/test/java/org/apache/avro/tool/TestDataFileRepairTool.java
URL: 
http://svn.apache.org/viewvc/avro/trunk/lang/java/tools/src/test/java/org/apache/avro/tool/TestDataFileRepairTool.java?rev=1644603&r1=1644602&r2=1644603&view=diff
==============================================================================
--- 
avro/trunk/lang/java/tools/src/test/java/org/apache/avro/tool/TestDataFileRepairTool.java
 (original)
+++ 
avro/trunk/lang/java/tools/src/test/java/org/apache/avro/tool/TestDataFileRepairTool.java
 Thu Dec 11 11:38:17 2014
@@ -1,3 +1,20 @@
+/**
+ * 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.avro.tool;
 
 import java.io.ByteArrayOutputStream;

Modified: 
avro/trunk/lang/java/tools/src/test/java/org/apache/avro/tool/TestTetherTool.java
URL: 
http://svn.apache.org/viewvc/avro/trunk/lang/java/tools/src/test/java/org/apache/avro/tool/TestTetherTool.java?rev=1644603&r1=1644602&r2=1644603&view=diff
==============================================================================
--- 
avro/trunk/lang/java/tools/src/test/java/org/apache/avro/tool/TestTetherTool.java
 (original)
+++ 
avro/trunk/lang/java/tools/src/test/java/org/apache/avro/tool/TestTetherTool.java
 Thu Dec 11 11:38:17 2014
@@ -1,3 +1,20 @@
+/**
+ * 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.avro.tool;
 
 import static org.junit.Assert.assertEquals;

Modified: avro/trunk/lang/py/ivy.xml
URL: 
http://svn.apache.org/viewvc/avro/trunk/lang/py/ivy.xml?rev=1644603&r1=1644602&r2=1644603&view=diff
==============================================================================
--- avro/trunk/lang/py/ivy.xml (original)
+++ avro/trunk/lang/py/ivy.xml Thu Dec 11 11:38:17 2014
@@ -1,3 +1,19 @@
+<!--
+   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.
+-->
 <ivy-module version="2.0">
     <info organisation="org.apache.avro" module="python"/>
     <configurations defaultconfmapping="default"/>

Modified: avro/trunk/lang/py/ivysettings.xml
URL: 
http://svn.apache.org/viewvc/avro/trunk/lang/py/ivysettings.xml?rev=1644603&r1=1644602&r2=1644603&view=diff
==============================================================================
--- avro/trunk/lang/py/ivysettings.xml (original)
+++ avro/trunk/lang/py/ivysettings.xml Thu Dec 11 11:38:17 2014
@@ -1,3 +1,19 @@
+<!--
+   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.
+-->
 <ivysettings>
   <settings defaultResolver="repos" />
   <resolvers>

Modified: avro/trunk/lang/py/test/set_avro_test_path.py
URL: 
http://svn.apache.org/viewvc/avro/trunk/lang/py/test/set_avro_test_path.py?rev=1644603&r1=1644602&r2=1644603&view=diff
==============================================================================
--- avro/trunk/lang/py/test/set_avro_test_path.py (original)
+++ avro/trunk/lang/py/test/set_avro_test_path.py Thu Dec 11 11:38:17 2014
@@ -1,3 +1,18 @@
+# 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.
 """
 Module adjusts the path PYTHONPATH so the unittests
 will work even if an egg for AVRO is already installed.


Reply via email to