Skip to content

Commit

Permalink
Update hack/license/gen/main.go
Browse files Browse the repository at this point in the history
Co-authored-by: Yusuke Kato <[email protected]>
Signed-off-by: Kosuke Morimoto <[email protected]>
  • Loading branch information
kmrmt and kpango authored Feb 14, 2025
1 parent 7ea70b2 commit af1967a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/license/gen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const (
var (
apache = template.Must(template.New("Apache License").Parse(apacheTemplate))
apacheLineCount = strings.Count(apacheTemplate, "\n")
docker = template.Must(template.New("Apache License").Parse(dockerTemplate))
docker = template.Must(template.New("Docker Apache License").Parse(dockerTemplate))
dockerLineCount = strings.Count(dockerTemplate, "\n")
googleProtoApache = template.Must(template.New("Google Proto Apache License").Parse(googoleProtoApacheTemplate))
googleProtoApacheLineCount = strings.Count(googoleProtoApacheTemplate, "\n")
Expand Down

0 comments on commit af1967a

Please sign in to comment.