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
**/*.svg
.licenseignore
.gitignore
composer.json
composer.lock
package.json

View file

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