add new extensions

This commit is contained in:
aleksandr.vodyanov
2024-05-13 18:29:10 +03:00
parent 608fc6cfa2
commit bc2ae7b9b2
2 changed files with 11 additions and 3 deletions

View File

@@ -89,7 +89,7 @@ func executeTemplate(t *template.Template, d licenseData, top, mid, bot string)
return out.Bytes(), nil
}
const tmplCommercial = `Copyright {{.Holder}} {{ if .Year }} 2023-{{.Year}}{{ end }}
const tmplCommercial = `Copyright {{.Holder}} {{ if .Year }} {{.Year}}{{ end }}
You can not use the contents of the file in any way without
AVROID, Ltd. written permission.