This is an automated email from the ASF dual-hosted git repository. stevel pushed a commit to branch branch-3.4.2 in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.4.2 by this push: new f0b48f7c8f6 HADOOP-19634 fix source header on LimitInputStream (#7821) f0b48f7c8f6 is described below commit f0b48f7c8f6c81bbb0377dd05f8ad4ff8f278110 Author: PJ Fanning <pjfann...@users.noreply.github.com> AuthorDate: Wed Jul 23 17:38:16 2025 +0100 HADOOP-19634 fix source header on LimitInputStream (#7821) Contributed by PJ Fanning --- LICENSE.txt | 1 + .../org/apache/hadoop/util/LimitInputStream.java | 21 +++++++++------------ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 2dfc0b9da47..d9689b47d3f 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -210,6 +210,7 @@ See licenses/ for text of these licenses. Apache Software Foundation License 2.0 -------------------------------------- +hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/LimitInputStream.java hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/nvd3-1.8.5.* (css and js files) hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/checker/AbstractFuture.java hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/checker/TimeoutFuture.java diff --git a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/LimitInputStream.java b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/LimitInputStream.java index 83d7a06fca7..3875c3c7aed 100644 --- a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/LimitInputStream.java +++ b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/LimitInputStream.java @@ -1,20 +1,17 @@ /* + * Copyright (C) 2007 The Guava Authors * - * 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 + * 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 + * 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. + * 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.util; --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org