From c32acb836c5f53543c9f640f4abb577059fd4e7a Mon Sep 17 00:00:00 2001 From: "kewei.11" Date: Fri, 9 Aug 2024 08:48:57 +0800 Subject: [PATCH] add file header --- .../org/apache/hc/core5/util/NetUtils.java | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/httpcore5/src/main/java/org/apache/hc/core5/util/NetUtils.java b/httpcore5/src/main/java/org/apache/hc/core5/util/NetUtils.java index 4016594b1..5dd3d6aca 100644 --- a/httpcore5/src/main/java/org/apache/hc/core5/util/NetUtils.java +++ b/httpcore5/src/main/java/org/apache/hc/core5/util/NetUtils.java @@ -1,3 +1,30 @@ +/* + * ==================================================================== + * 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. + * ==================================================================== + * + * This software consists of voluntary contributions made by many + * individuals on behalf of the Apache Software Foundation. For more + * information on the Apache Software Foundation, please see + * . + * + */ + package org.apache.hc.core5.util; import org.apache.hc.core5.annotation.Internal;