Skip to content

Commit

Permalink
ci(tools): Check copyright for BSASM files
Browse files Browse the repository at this point in the history
  • Loading branch information
dobairoland committed Jan 9, 2025
1 parent e44c525 commit fc6272e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ repos:
- id: file-contents-sorter
files: 'tools\/ci\/(executable-list\.txt|mypy_ignore_list\.txt|check_copyright_ignore\.txt)'
- repo: https://github.com/espressif/check-copyright/
rev: v1.0.3
rev: v1.1.0
hooks:
- id: check-copyright
args: ['--ignore', 'tools/ci/check_copyright_ignore.txt', '--config', 'tools/ci/check_copyright_config.yaml']
Expand Down
4 changes: 4 additions & 0 deletions tools/ci/check_copyright_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ DEFAULT:
# SPDX-FileCopyrightText: {years} Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: {license}
new_notice_bsasm: | # notice for new bsasm files
# SPDX-FileCopyrightText: {years} Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: {license}
# comment lines matching:
# SPDX-FileCopyrightText: year[-year] Espressif Systems
# or
Expand Down

0 comments on commit fc6272e

Please sign in to comment.