added bsd license header

This commit is contained in:
Brad Rydzewski
2017-12-07 15:36:14 -08:00
parent 04bf3e3e19
commit 40c31bd566
2 changed files with 6 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ Flags:
var (
holder = flag.String("c", "Google Inc.", "copyright holder")
license = flag.String("l", "apache", "license type: apache, mit")
license = flag.String("l", "apache", "license type: apache, bsd, mit")
year = flag.Int("y", time.Now().Year(), "year")
)