Skip to content

Commit

Permalink
Change default copyright holder to Google LLC
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Jul 20, 2018
1 parent 6709751 commit 807bf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Flags:
`

var (
holder = flag.String("c", "Google Inc.", "copyright holder")
holder = flag.String("c", "Google LLC", "copyright holder")
license = flag.String("l", "apache", "license type: apache, bsd, mit")
year = flag.Int("y", time.Now().Year(), "year")
)
Expand Down

0 comments on commit 807bf14

Please sign in to comment.