We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b718362 commit c84498cCopy full SHA for c84498c
dev/addlicense/main.go
@@ -48,7 +48,7 @@ Flags:
48
`
49
50
var (
51
- holder = flag.String("c", "TypeFox GmbH", "copyright holder")
+ holder = flag.String("c", "Gitpod GmbH", "copyright holder")
52
license = flag.String("l", "agpl", "license type: agpl")
53
licensef = flag.String("f", "", "license file")
54
year = flag.String("y", fmt.Sprint(time.Now().Year()), "copyright year(s)")
0 commit comments