Repository: orc Updated Branches: refs/heads/master 55104ee79 -> 7ff6b2b5f
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/7ff6b2b5 Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/7ff6b2b5 Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/7ff6b2b5 Branch: refs/heads/master Commit: 7ff6b2b5f9a31b38dbf5d64573337eb1e629ecbe Parents: 55104ee 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:55:41 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/7ff6b2b5/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;
