Skip to content

Commit c33c5fe

Browse files
committed
update header-check
1 parent 4198fee commit c33c5fe

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

hack/license/header-check.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#!/bin/bash
22
#
33
# Copyright (C) 2022-2025 ApeCloud Co., Ltd
4-
#
4+
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
77
# You may obtain a copy of the License at
8-
#
8+
#
99
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
10+
#
1111
# Unless required by applicable law or agreed to in writing, software
1212
# distributed under the License is distributed on an "AS IS" BASIS,
1313
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -24,7 +24,7 @@ set -e -o pipefail
2424
# Initialize vars
2525
ERR=false
2626
FAIL=false
27-
EXCLUDES_DIRS="vendor/\|apis/\|tools/\|externalapis/\|pkg/lorry/component/\|pkg/cli/cmd/plugin/download"
27+
EXCLUDES_DIRS="vendor/\|apis/\|tools/\|externalapis/\|pkg/lorry/component/\|pkg/cmd/plugin/download"
2828
APACHE2_DIRS="apis/\|externalapis/"
2929

3030
for file in $(git ls-files | grep '\.cue\|\.go$' | grep -v ${EXCLUDES_DIRS}); do

0 commit comments

Comments
 (0)