Skip to content

Commit

Permalink
Change year requirement in file headers
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandr Demicev <[email protected]>
  • Loading branch information
alexander-demicev committed Jan 2, 2025
1 parent 797aa2d commit 9dc47bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ linters-settings:
- name: constant-logical-expr
goheader:
template: |-
Copyright © 2023 - {{ year }} SUSE LLC
Copyright © {{year-range}} SUSE LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 9dc47bd

Please sign in to comment.