Skip to content

Commit 807bf14

Browse files
committed
Change default copyright holder to Google LLC
1 parent 6709751 commit 807bf14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Flags:
4343
`
4444

4545
var (
46-
holder = flag.String("c", "Google Inc.", "copyright holder")
46+
holder = flag.String("c", "Google LLC", "copyright holder")
4747
license = flag.String("l", "apache", "license type: apache, bsd, mit")
4848
year = flag.Int("y", time.Now().Year(), "year")
4949
)

0 commit comments

Comments
 (0)