Skip to content

Commit c84498c

Browse files
author
Christian Weichel
committed
[addlicense] Use Gitpod GmbH instead of TypeFox GmbH
1 parent b718362 commit c84498c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/addlicense/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Flags:
4848
`
4949

5050
var (
51-
holder = flag.String("c", "TypeFox GmbH", "copyright holder")
51+
holder = flag.String("c", "Gitpod GmbH", "copyright holder")
5252
license = flag.String("l", "agpl", "license type: agpl")
5353
licensef = flag.String("f", "", "license file")
5454
year = flag.String("y", fmt.Sprint(time.Now().Year()), "copyright year(s)")

0 commit comments

Comments
 (0)