hierynomus / license-gradle-plugin

Manage your license(s)
http://www.javadude.nl
Other
406 stars 114 forks source link

How is different files types interpreted #169

Open shyamradhakrishnan opened 5 years ago

shyamradhakrishnan commented 5 years ago

In my project, I have a mix of java and yaml files. The project allows only to include one HEADER file, and I included the java header file, and it is validating the java source files. But it is giving error in the yaml files that license header is missing, even though I added script style headers in there. The question is how to include the script style header file for validation in addition to java style? How can I make sure that there are different header files for the different types of files?