You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2016/08/17 23:17:05 UTC

orc git commit: ORC-95. Add some missing ASF headers. (omalley)

Repository: orc
Updated Branches:
  refs/heads/master 06bc19f48 -> a907324be


ORC-95. Add some missing ASF headers. (omalley)

Signed-off-by: Owen O'Malley <om...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/orc/repo
Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/a907324b
Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/a907324b
Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/a907324b

Branch: refs/heads/master
Commit: a907324be0b4c67879a6a8b71299fa16d5d5646a
Parents: 06bc19f
Author: Owen O'Malley <om...@apache.org>
Authored: Wed Aug 17 16:16:26 2016 -0700
Committer: Owen O'Malley <om...@apache.org>
Committed: Wed Aug 17 16:16:26 2016 -0700

----------------------------------------------------------------------
 java/tools/src/assembly/uber.xml                   | 13 +++++++++++++
 .../src/java/org/apache/orc/tools/PrintData.java   | 17 +++++++++++++++++
 2 files changed, 30 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/a907324b/java/tools/src/assembly/uber.xml
----------------------------------------------------------------------
diff --git a/java/tools/src/assembly/uber.xml b/java/tools/src/assembly/uber.xml
index 0a88e85..bf02cfc 100644
--- a/java/tools/src/assembly/uber.xml
+++ b/java/tools/src/assembly/uber.xml
@@ -1,3 +1,16 @@
+<!--
+  Licensed 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.
+-->
 <assembly>
   <id>uber</id>
   <formats>

http://git-wip-us.apache.org/repos/asf/orc/blob/a907324b/java/tools/src/java/org/apache/orc/tools/PrintData.java
----------------------------------------------------------------------
diff --git a/java/tools/src/java/org/apache/orc/tools/PrintData.java b/java/tools/src/java/org/apache/orc/tools/PrintData.java
index 2f7447f..ebd9ae1 100644
--- a/java/tools/src/java/org/apache/orc/tools/PrintData.java
+++ b/java/tools/src/java/org/apache/orc/tools/PrintData.java
@@ -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
+ * <p/>
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * <p/>
+ * 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.orc.tools;
 
 import org.apache.commons.cli.CommandLine;