Removed a duplicate license header Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/2f8e44a3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/2f8e44a3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/2f8e44a3
Branch: refs/heads/master Commit: 2f8e44a3f87e517fb49b110c7e70b0630af93e3b Parents: 8cef8a3 Author: myui <[email protected]> Authored: Sat Nov 12 14:53:45 2016 +0900 Committer: myui <[email protected]> Committed: Sat Nov 12 14:53:45 2016 +0900 ---------------------------------------------------------------------- .../hivemall/utils/buffer/DynamicByteArray.java | 17 ----------------- 1 file changed, 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/2f8e44a3/core/src/main/java/hivemall/utils/buffer/DynamicByteArray.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/hivemall/utils/buffer/DynamicByteArray.java b/core/src/main/java/hivemall/utils/buffer/DynamicByteArray.java index 87a8fbb..2d91870 100644 --- a/core/src/main/java/hivemall/utils/buffer/DynamicByteArray.java +++ b/core/src/main/java/hivemall/utils/buffer/DynamicByteArray.java @@ -16,23 +16,6 @@ * specific language governing permissions and limitations * under the License. */ -/* - * 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 hivemall.utils.buffer; import java.io.IOException;
