You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by jv...@apache.org on 2011/02/20 08:03:34 UTC

svn commit: r1072518 [2/2] - in /hive/branches/branch-0.7: ./ ant/ common/ conf/ contrib/ contrib/src/java/org/apache/hadoop/hive/contrib/metastore/hooks/ contrib/src/java/org/apache/hadoop/hive/contrib/serde2/s3/ data/conf/ hbase-handler/ hbase-handle...

Modified: hive/branches/branch-0.7/serde/src/java/org/apache/hadoop/hive/serde2/typeinfo/TypeInfoUtils.java
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/serde/src/java/org/apache/hadoop/hive/serde2/typeinfo/TypeInfoUtils.java?rev=1072518&r1=1072517&r2=1072518&view=diff
==============================================================================
--- hive/branches/branch-0.7/serde/src/java/org/apache/hadoop/hive/serde2/typeinfo/TypeInfoUtils.java (original)
+++ hive/branches/branch-0.7/serde/src/java/org/apache/hadoop/hive/serde2/typeinfo/TypeInfoUtils.java Sun Feb 20 07:03:32 2011
@@ -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.hadoop.hive.serde2.typeinfo;
 
 import java.lang.reflect.Field;

Modified: hive/branches/branch-0.7/serde/src/java/org/apache/hadoop/hive/serde2/typeinfo/UnionTypeInfo.java
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/serde/src/java/org/apache/hadoop/hive/serde2/typeinfo/UnionTypeInfo.java?rev=1072518&r1=1072517&r2=1072518&view=diff
==============================================================================
--- hive/branches/branch-0.7/serde/src/java/org/apache/hadoop/hive/serde2/typeinfo/UnionTypeInfo.java (original)
+++ hive/branches/branch-0.7/serde/src/java/org/apache/hadoop/hive/serde2/typeinfo/UnionTypeInfo.java Sun Feb 20 07:03:32 2011
@@ -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.hadoop.hive.serde2.typeinfo;
 
 import java.io.Serializable;

Modified: hive/branches/branch-0.7/service/src/test/org/apache/hadoop/hive/service/TestHiveServer.java
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/service/src/test/org/apache/hadoop/hive/service/TestHiveServer.java?rev=1072518&r1=1072517&r2=1072518&view=diff
==============================================================================
--- hive/branches/branch-0.7/service/src/test/org/apache/hadoop/hive/service/TestHiveServer.java (original)
+++ hive/branches/branch-0.7/service/src/test/org/apache/hadoop/hive/service/TestHiveServer.java Sun Feb 20 07:03:32 2011
@@ -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.hadoop.hive.service;
 
 import java.util.List;