From 961a7778d913c238293dd2ad13828b5fd1692e62 Mon Sep 17 00:00:00 2001 From: totalo Date: Thu, 19 Aug 2021 19:27:03 +0800 Subject: [PATCH] chore:change the wrong license. --- .licenserc.yaml | 2 +- .mvn/wrapper/MavenWrapperDownloader.java | 15 +++++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.licenserc.yaml b/.licenserc.yaml index dff67f4f2904..c4db71d501fd 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -27,7 +27,7 @@ header: - '**/.gitignore' - '.gitmodules' - '.muse' - - '.mvn' + - '.mvn/wrapper/maven-wrapper.properties' - 'apm-checkstyle/CHECKSTYLE_HEAD' - 'apm-protocol/apm-network/src/main/proto/.gitignore' - 'codeStyle.xml' diff --git a/.mvn/wrapper/MavenWrapperDownloader.java b/.mvn/wrapper/MavenWrapperDownloader.java index 187216f954c2..0d7073827f4d 100644 --- a/.mvn/wrapper/MavenWrapperDownloader.java +++ b/.mvn/wrapper/MavenWrapperDownloader.java @@ -1,18 +1,21 @@ /* - * Copyright 2007-present the original author or 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. + * */ + import java.net.*; import java.io.*; import java.nio.channels.*;