You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ch...@apache.org on 2022/09/20 03:44:11 UTC

[dolphinscheduler-operator] 34/44: Fix wrong license header

This is an automated email from the ASF dual-hosted git repository.

chufenggao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-operator.git

commit 56bf24cf6b630cbcc7b1411ea11d759a0af47915
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Wed Aug 3 21:57:26 2022 +0800

    Fix wrong license header
---
 .licenserc.yaml |  1 +
 go.mod          | 19 -------------------
 2 files changed, 1 insertion(+), 19 deletions(-)

diff --git a/.licenserc.yaml b/.licenserc.yaml
index 2821c9a..2812bb7 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -23,6 +23,7 @@ header:
 
   paths-ignore:
     - go.sum
+    - go.mod
     - '**/*.json'
 
   comment: on-failure
diff --git a/go.mod b/go.mod
index bae7a6a..c3d5a4a 100644
--- a/go.mod
+++ b/go.mod
@@ -1,22 +1,3 @@
-<!--
-  ~ 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.
--->
-
 module dolphinscheduler-operator
 
 go 1.17