Skip to content

Commit 119f81c

Browse files
committed
ci: fix license header check by pinning copyright-year to 2025
skywalking-eyes defaults to current year (2026) when validating copyright headers, causing all 141 .go files to fail. Pin copyright-year to '2025' to match existing headers.
1 parent 7217df0 commit 119f81c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.licenserc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ header:
22
license:
33
spdx-id: Apache-2.0
44
copyright-owner: Matrix Origin
5+
copyright-year: '2025'
56
paths-ignore:
67
- 'docs/'
78
- 'examples/'

0 commit comments

Comments
 (0)