Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions pkg/generator/codegen_tmpls.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@

package generator

const boilerplateTmpl = `/*
Copyright YEAR The {{.ProjectName}} Authors

Commercial software license.
*/
const boilerplateTmpl = `
`

const updateGeneratedTmpl = `#!/usr/bin/env bash
Expand Down
6 changes: 1 addition & 5 deletions pkg/generator/generator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,7 @@ func TestGenBuild(t *testing.T) {
}
}

const boilerplateExp = `/*
Copyright YEAR The play Authors

Commercial software license.
*/
const boilerplateExp = `
`

const updateGeneratedExp = `#!/usr/bin/env bash
Expand Down