File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,9 +144,9 @@ const tmplMPL = `This Source Code Form is subject to the terms of the Mozilla Pu
144144License, v. 2.0. If a copy of the MPL was not distributed with this
145145file, You can obtain one at https://mozilla.org/MPL/2.0/.`
146146
147- const tmplSPDX = `Copyright (c) {{ if .Holder }} {{.Holder}}{{ end }}{{ if .Year }} {{.Year}}{{ end }}
147+ const tmplSPDX = `Copyright{{ if .Holder }} {{.Holder}}{{ end }}{{ if .Year }} {{.Year}}{{ end }}
148148{{ if .SPDXID }}SPDX-License-Identifier: {{.SPDXID}}{{ end }}`
149149
150- const tmplCopyrightOnly = `Copyright (c) {{ if .Holder }} {{.Holder}}{{ end }}{{ if .Year }} {{.Year}}{{ end }}`
150+ const tmplCopyrightOnly = `Copyright{{ if .Holder }} {{.Holder}}{{ end }}{{ if .Year }} {{.Year}}{{ end }}`
151151
152152const spdxSuffix = "\n \n SPDX-License-Identifier: {{.SPDXID}}"
You can’t perform that action at this time.
0 commit comments