# HG changeset patch # User Andrew Azores # Date 1486579582 18000 # Node ID 3087e467b539345e3b85fbbf0084442c8e418f9f # Parent 4283ab91985b29406c7b55f4dc558b13a16b6a6a Add C and sh configuration to mvn license plugin Reviewed-by: omajid, neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-January/022009.html Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-February/022138.html diff -r 4283ab91985b -r 3087e467b539 pom.xml --- a/pom.xml Wed Feb 08 11:36:11 2017 +0100 +++ b/pom.xml Wed Feb 08 13:46:22 2017 -0500 @@ -579,11 +579,14 @@ src/license/thermostat-java.xml src/license/thermostat-xml.xml + src/license/thermostat-c.xml true THERMOSTAT_JAVA_STYLE THERMOSTAT_XML_STYLE + THERMOSTAT_C_STYLE + SCRIPT_STYLE
src/license/header.txt
@@ -592,6 +595,8 @@ **/*.java **/*.xml + **/*.c + **/*.sh **/src/test/resources/** diff -r 4283ab91985b -r 3087e467b539 src/license/thermostat-c.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/license/thermostat-c.xml Wed Feb 08 13:46:22 2017 -0500 @@ -0,0 +1,52 @@ + + + + + /* + * + */EOL + EOL + + (\s|\t)*/\*.*$ + .*\*/(\s|\t)*$ + false + true + false + +