Author: rohini
Date: Mon Jun 16 15:50:19 2025
New Revision: 1926482

URL: http://svn.apache.org/viewvc?rev=1926482&view=rev
Log:
Fixing license for releaseaudit report and deleting empty java files

Removed:
    
pig/trunk/src/org/apache/pig/backend/hadoop/executionengine/spark/Spark1Shims.java
    
pig/trunk/src/org/apache/pig/backend/hadoop/executionengine/spark/Spark2Shims.java
    
pig/trunk/src/org/apache/pig/backend/hadoop/executionengine/spark/SparkShims.java
    pig/trunk/src/org/apache/pig/tools/pigstats/spark/Spark1JobStats.java
    pig/trunk/src/org/apache/pig/tools/pigstats/spark/Spark2JobStats.java
Modified:
    pig/trunk/src/org/apache/pig/impl/builtin/TezIndexableLoader.java

Modified: pig/trunk/src/org/apache/pig/impl/builtin/TezIndexableLoader.java
URL: 
http://svn.apache.org/viewvc/pig/trunk/src/org/apache/pig/impl/builtin/TezIndexableLoader.java?rev=1926482&r1=1926481&r2=1926482&view=diff
==============================================================================
--- pig/trunk/src/org/apache/pig/impl/builtin/TezIndexableLoader.java (original)
+++ pig/trunk/src/org/apache/pig/impl/builtin/TezIndexableLoader.java Mon Jun 
16 15:50:19 2025
@@ -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.impl.builtin;
 
 import java.util.LinkedList;


Reply via email to