Skip to content

Commit

Permalink
fix: license header check ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Taylor-lagrange committed Jan 4, 2024
1 parent a31ea16 commit d690156
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/license.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Check License Header
uses: apache/skywalking-eyes/header@main
uses: korandoru/hawkeye@v3
14 changes: 0 additions & 14 deletions .licenserc.yaml

This file was deleted.

24 changes: 24 additions & 0 deletions licenserc.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright 2023 Greptime Team
#
# 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
#
# 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.

headerPath = "Apache-2.0.txt"

includes = [
"*.rs",
"*.py",
]

[properties]
inceptionYear = 2023
copyrightOwner = "Greptime Team"

0 comments on commit d690156

Please sign in to comment.