You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by da...@apache.org on 2012/12/27 18:43:14 UTC

svn commit: r1426271 - in /pig/branches/branch-0.10: CHANGES.txt src/org/apache/pig/builtin/mock/Storage.java test/org/apache/pig/TestAlgebraicEvalWithParameterizedReturnType.java test/org/apache/pig/builtin/mock/TestMockStorage.java

Author: daijy
Date: Thu Dec 27 17:43:14 2012
New Revision: 1426271

URL: http://svn.apache.org/viewvc?rev=1426271&view=rev
Log:
PIG-3106: Missing license header in several java file

Modified:
    pig/branches/branch-0.10/CHANGES.txt
    pig/branches/branch-0.10/src/org/apache/pig/builtin/mock/Storage.java
    pig/branches/branch-0.10/test/org/apache/pig/TestAlgebraicEvalWithParameterizedReturnType.java
    pig/branches/branch-0.10/test/org/apache/pig/builtin/mock/TestMockStorage.java

Modified: pig/branches/branch-0.10/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.10/CHANGES.txt?rev=1426271&r1=1426270&r2=1426271&view=diff
==============================================================================
--- pig/branches/branch-0.10/CHANGES.txt (original)
+++ pig/branches/branch-0.10/CHANGES.txt Thu Dec 27 17:43:14 2012
@@ -40,6 +40,8 @@ PIG-2727: PigStorage Source tagging does
 
 BUG FIXES
 
+PIG-3106: Missing license header in several java file (daijy)
+
 PIG-3099: Pig unit test fixes for TestGrunt(1), TestStore(2), TestEmptyInputDir(3) (vikram.dixit via daijy)
 
 PIG-3035: With latest version of hadoop23 pig does not return the correct exception stack trace from backend (rohini)

Modified: pig/branches/branch-0.10/src/org/apache/pig/builtin/mock/Storage.java
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.10/src/org/apache/pig/builtin/mock/Storage.java?rev=1426271&r1=1426270&r2=1426271&view=diff
==============================================================================
--- pig/branches/branch-0.10/src/org/apache/pig/builtin/mock/Storage.java (original)
+++ pig/branches/branch-0.10/src/org/apache/pig/builtin/mock/Storage.java Thu Dec 27 17:43:14 2012
@@ -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.pig.builtin.mock;
 
 import static junit.framework.Assert.assertEquals;

Modified: pig/branches/branch-0.10/test/org/apache/pig/TestAlgebraicEvalWithParameterizedReturnType.java
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.10/test/org/apache/pig/TestAlgebraicEvalWithParameterizedReturnType.java?rev=1426271&r1=1426270&r2=1426271&view=diff
==============================================================================
--- pig/branches/branch-0.10/test/org/apache/pig/TestAlgebraicEvalWithParameterizedReturnType.java (original)
+++ pig/branches/branch-0.10/test/org/apache/pig/TestAlgebraicEvalWithParameterizedReturnType.java Thu Dec 27 17:43:14 2012
@@ -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.pig;
 
 import java.io.IOException;

Modified: pig/branches/branch-0.10/test/org/apache/pig/builtin/mock/TestMockStorage.java
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.10/test/org/apache/pig/builtin/mock/TestMockStorage.java?rev=1426271&r1=1426270&r2=1426271&view=diff
==============================================================================
--- pig/branches/branch-0.10/test/org/apache/pig/builtin/mock/TestMockStorage.java (original)
+++ pig/branches/branch-0.10/test/org/apache/pig/builtin/mock/TestMockStorage.java Thu Dec 27 17:43:14 2012
@@ -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.pig.builtin.mock;
 
 import static junit.framework.Assert.*;