From 20f7a4078b9dcf7b21accf9b2ae8f16ebd8ca4d7 Mon Sep 17 00:00:00 2001 From: "aleksandr.vodyanov" Date: Mon, 13 May 2024 18:37:26 +0300 Subject: [PATCH] up --- Makefile | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ed013f9..1c7dffa 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ APP=addlicense GROUP=devops REVISION="" -VERSION=1.1.1$(REVISION) +VERSION=1.1.2$(REVISION) DOCKER_REGISTRY=harbor.avroid.tech all: diff --git a/main.go b/main.go index ef6e639..9b0b447 100644 --- a/main.go +++ b/main.go @@ -290,7 +290,7 @@ func licenseHeader(path string, tmpl *template.Template, data licenseData) ([]by lic, err = executeTemplate(tmpl, data, "", "% ", "") case ".hs", ".sql", ".sdl": lic, err = executeTemplate(tmpl, data, "", "-- ", "") - case ".html", ".xml", ".vue", ".wxi", ".wxl", ".wxs": + case ".html", ".xml", ".vue", ".wxi", ".wxl", ".wxs", ".qrc": lic, err = executeTemplate(tmpl, data, "") case ".php": lic, err = executeTemplate(tmpl, data, "", "// ", "")