Skip to content

Commit 6d9fac9

Browse files
add license/copyright header annotation pre-commit
1 parent 1457c18 commit 6d9fac9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ repos:
4848
- repo: https://github.com/rivosinc/reuse-tool
4949
rev: '3a95909a30d51467575a95b8cabdc7949bb8e7bd'
5050
hooks:
51+
# Add copyright/license header
52+
- id: reuse-annotate
53+
args:
54+
- -c=Rivos Inc.
55+
- -l=Apache-2.0
56+
- --skip-unrecognised
5157
# Check compliance
5258
- id: reuse
5359

0 commit comments

Comments
 (0)