You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by ol...@apache.org on 2008/07/03 19:58:35 UTC

svn commit: r673746 [3/3] - in /incubator/pig/trunk: ./ contrib/piggybank/java/ contrib/piggybank/java/src/main/java/org/apache/pig/piggybank/evaluation/math/ contrib/piggybank/java/src/main/java/org/apache/pig/piggybank/evaluation/stats/ contrib/piggy...

Modified: incubator/pig/trunk/test/org/apache/pig/test/TestReversibleLoadStore.java
URL: http://svn.apache.org/viewvc/incubator/pig/trunk/test/org/apache/pig/test/TestReversibleLoadStore.java?rev=673746&r1=673745&r2=673746&view=diff
==============================================================================
--- incubator/pig/trunk/test/org/apache/pig/test/TestReversibleLoadStore.java (original)
+++ incubator/pig/trunk/test/org/apache/pig/test/TestReversibleLoadStore.java Thu Jul  3 10:58:32 2008
@@ -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.io.File;

Modified: incubator/pig/trunk/test/org/apache/pig/test/TestUDF.java
URL: http://svn.apache.org/viewvc/incubator/pig/trunk/test/org/apache/pig/test/TestUDF.java?rev=673746&r1=673745&r2=673746&view=diff
==============================================================================
--- incubator/pig/trunk/test/org/apache/pig/test/TestUDF.java (original)
+++ incubator/pig/trunk/test/org/apache/pig/test/TestUDF.java Thu Jul  3 10:58:32 2008
@@ -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;
 
 

Modified: incubator/pig/trunk/tutorial/build.xml
URL: http://svn.apache.org/viewvc/incubator/pig/trunk/tutorial/build.xml?rev=673746&r1=673745&r2=673746&view=diff
==============================================================================
--- incubator/pig/trunk/tutorial/build.xml (original)
+++ incubator/pig/trunk/tutorial/build.xml Thu Jul  3 10:58:32 2008
@@ -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.
+-->
+
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <project basedir="." default="tar" name="pigudf">
     <!-- javac properties -->