diff --git a/main.go b/main.go index b4cdd69..57b03aa 100644 --- a/main.go +++ b/main.go @@ -311,6 +311,8 @@ func licenseHeader(path string, tmpl *template.Template, data licenseData) ([]by lic, err = executeTemplate(tmpl, data, "{#", "", "#}") case ".ml", ".mli", ".mll", ".mly": lic, err = executeTemplate(tmpl, data, "(**", " ", "*)") + case ".sol": + lic, err = executeTemplate(tmpl, data, "", "// ", "") default: // handle various cmake files if base == "cmakelists.txt" || strings.HasSuffix(base, ".cmake.in") || strings.HasSuffix(base, ".cmake") {