Repository: orc Updated Branches: refs/heads/branch-1.5 5d27f75b1 -> 4f51a836c
Fix missing license header. Signed-off-by: Owen O'Malley <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/orc/repo Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/4f51a836 Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/4f51a836 Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/4f51a836 Branch: refs/heads/branch-1.5 Commit: 4f51a836cfb9e090484ba2319827272eca20b678 Parents: 5d27f75 Author: Owen O'Malley <[email protected]> Authored: Fri Sep 21 09:44:37 2018 -0700 Committer: Owen O'Malley <[email protected]> Committed: Fri Sep 21 09:44:37 2018 -0700 ---------------------------------------------------------------------- .../src/java/org/apache/orc/impl/Utf8Utils.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/orc/blob/4f51a836/java/core/src/java/org/apache/orc/impl/Utf8Utils.java ---------------------------------------------------------------------- diff --git a/java/core/src/java/org/apache/orc/impl/Utf8Utils.java b/java/core/src/java/org/apache/orc/impl/Utf8Utils.java index 6ed6f4d..0e98ccf 100644 --- a/java/core/src/java/org/apache/orc/impl/Utf8Utils.java +++ b/java/core/src/java/org/apache/orc/impl/Utf8Utils.java @@ -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.orc.impl; import java.nio.charset.StandardCharsets;
