Author: olga
Date: Fri Dec 18 01:59:07 2009
New Revision: 892107
URL: http://svn.apache.org/viewvc?rev=892107&view=rev
Log:
PIG-1161: add missing license headers (dvryaboy via olgan)
Modified:
hadoop/pig/trunk/CHANGES.txt
hadoop/pig/trunk/src/org/apache/pig/StoreConfig.java
hadoop/pig/trunk/src/org/apache/pig/backend/hadoop/executionengine/util/MapRedUtil.java
hadoop/pig/trunk/src/org/apache/pig/impl/logicalLayer/schema/SchemaUtil.java
hadoop/pig/trunk/test/org/apache/pig/test/TestDataBagAccess.java
hadoop/pig/trunk/test/org/apache/pig/test/TestNullConstant.java
hadoop/pig/trunk/test/org/apache/pig/test/TestSchemaUtil.java
Modified: hadoop/pig/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/pig/trunk/CHANGES.txt?rev=892107&r1=892106&r2=892107&view=diff
==============================================================================
--- hadoop/pig/trunk/CHANGES.txt (original)
+++ hadoop/pig/trunk/CHANGES.txt Fri Dec 18 01:59:07 2009
@@ -24,6 +24,8 @@
IMPROVEMENTS
+PIG-1161: add missing license headers (dvryaboy via olgan)
+
PIG-965: PERFORMANCE: optimize common case in matches (PORegex) (ankit.modi
via olgan)
Modified: hadoop/pig/trunk/src/org/apache/pig/StoreConfig.java
URL:
http://svn.apache.org/viewvc/hadoop/pig/trunk/src/org/apache/pig/StoreConfig.java?rev=892107&r1=892106&r2=892107&view=diff
==============================================================================
--- hadoop/pig/trunk/src/org/apache/pig/StoreConfig.java (original)
+++ hadoop/pig/trunk/src/org/apache/pig/StoreConfig.java Fri Dec 18 01:59:07
2009
@@ -1,6 +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.pig;
import java.io.Serializable;
Modified:
hadoop/pig/trunk/src/org/apache/pig/backend/hadoop/executionengine/util/MapRedUtil.java
URL:
http://svn.apache.org/viewvc/hadoop/pig/trunk/src/org/apache/pig/backend/hadoop/executionengine/util/MapRedUtil.java?rev=892107&r1=892106&r2=892107&view=diff
==============================================================================
---
hadoop/pig/trunk/src/org/apache/pig/backend/hadoop/executionengine/util/MapRedUtil.java
(original)
+++
hadoop/pig/trunk/src/org/apache/pig/backend/hadoop/executionengine/util/MapRedUtil.java
Fri Dec 18 01:59:07 2009
@@ -1,6 +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.pig.backend.hadoop.executionengine.util;
import java.io.IOException;
Modified:
hadoop/pig/trunk/src/org/apache/pig/impl/logicalLayer/schema/SchemaUtil.java
URL:
http://svn.apache.org/viewvc/hadoop/pig/trunk/src/org/apache/pig/impl/logicalLayer/schema/SchemaUtil.java?rev=892107&r1=892106&r2=892107&view=diff
==============================================================================
---
hadoop/pig/trunk/src/org/apache/pig/impl/logicalLayer/schema/SchemaUtil.java
(original)
+++
hadoop/pig/trunk/src/org/apache/pig/impl/logicalLayer/schema/SchemaUtil.java
Fri Dec 18 01:59:07 2009
@@ -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.pig.impl.logicalLayer.schema;
import java.util.ArrayList;
Modified: hadoop/pig/trunk/test/org/apache/pig/test/TestDataBagAccess.java
URL:
http://svn.apache.org/viewvc/hadoop/pig/trunk/test/org/apache/pig/test/TestDataBagAccess.java?rev=892107&r1=892106&r2=892107&view=diff
==============================================================================
--- hadoop/pig/trunk/test/org/apache/pig/test/TestDataBagAccess.java (original)
+++ hadoop/pig/trunk/test/org/apache/pig/test/TestDataBagAccess.java Fri Dec 18
01:59:07 2009
@@ -1,6 +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.pig.test;
import java.io.File;
Modified: hadoop/pig/trunk/test/org/apache/pig/test/TestNullConstant.java
URL:
http://svn.apache.org/viewvc/hadoop/pig/trunk/test/org/apache/pig/test/TestNullConstant.java?rev=892107&r1=892106&r2=892107&view=diff
==============================================================================
--- hadoop/pig/trunk/test/org/apache/pig/test/TestNullConstant.java (original)
+++ hadoop/pig/trunk/test/org/apache/pig/test/TestNullConstant.java Fri Dec 18
01:59:07 2009
@@ -1,6 +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.pig.test;
Modified: hadoop/pig/trunk/test/org/apache/pig/test/TestSchemaUtil.java
URL:
http://svn.apache.org/viewvc/hadoop/pig/trunk/test/org/apache/pig/test/TestSchemaUtil.java?rev=892107&r1=892106&r2=892107&view=diff
==============================================================================
--- hadoop/pig/trunk/test/org/apache/pig/test/TestSchemaUtil.java (original)
+++ hadoop/pig/trunk/test/org/apache/pig/test/TestSchemaUtil.java Fri Dec 18
01:59:07 2009
@@ -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.pig.test;
import java.util.Arrays;