From 4bdc9eaeb9a9ddfcfb40e874389a4bb807ce9ce0 Mon Sep 17 00:00:00 2001 From: Christopher Lakey Date: Mon, 13 Jun 2016 14:25:03 -0400 Subject: [PATCH] Add support for Kotlin (.kt) files --- .../com/mycila/maven/plugin/license/document/DocumentType.java | 1 + 1 file changed, 1 insertion(+) diff --git a/license-maven-plugin/src/main/java/com/mycila/maven/plugin/license/document/DocumentType.java b/license-maven-plugin/src/main/java/com/mycila/maven/plugin/license/document/DocumentType.java index 41d7b08c9..e445ba4c2 100755 --- a/license-maven-plugin/src/main/java/com/mycila/maven/plugin/license/document/DocumentType.java +++ b/license-maven-plugin/src/main/java/com/mycila/maven/plugin/license/document/DocumentType.java @@ -65,6 +65,7 @@ public enum DocumentType { JSP("jsp", HeaderType.DYNASCRIPT_STYLE), JSPX("jspx", HeaderType.XML_STYLE), KML("kml", HeaderType.XML_STYLE), + KOTLIN("kt", HeaderType.JAVADOC_STYLE), LISP("el", HeaderType.EXCLAMATION3_STYLE), LUA("lua", HeaderType.LUA), MUSTACHE("mustache", HeaderType.MUSTACHE_STYLE),