Change default copyright holder to Google LLC
This commit is contained in:
2
main.go
2
main.go
@@ -43,7 +43,7 @@ Flags:
|
|||||||
`
|
`
|
||||||
|
|
||||||
var (
|
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")
|
license = flag.String("l", "apache", "license type: apache, bsd, mit")
|
||||||
year = flag.Int("y", time.Now().Year(), "year")
|
year = flag.Int("y", time.Now().Year(), "year")
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user