Skip to content

Commit

Permalink
Merge pull request #9 from morgante/change_default_name
Browse files Browse the repository at this point in the history
Change default copyright holder to Google LLC
  • Loading branch information
x1ddos committed Jul 21, 2018
2 parents 8381c80 + 807bf14 commit 2c0d0d6
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 2c0d0d6

Please sign in to comment.