Update license config

This commit is contained in:
Yarmo Mackenbach 2020-07-30 11:59:34 +02:00
parent 691074b0d2
commit 3e580d8467
2 changed files with 12 additions and 3 deletions

View file

@ -4,8 +4,6 @@
**/*.png **/*.png
**/*.svg **/*.svg
.licenseignore
.gitignore
composer.json composer.json
composer.lock composer.lock
package.json package.json

View file

@ -1,4 +1,15 @@
{ {
"ignore": ".licenseignore", "ignore": ".licenseignore",
"license": "LICENSE.HEADER" "license": "LICENSE.HEADER",
"licenseFormats": {
"php": {
"prepend": "<!--",
"append": " -->"
},
"dotfile|.licenseignore|.gitignore": {
"eachLine": {
"prepend": "# "
}
}
}
} }