mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
Update license config
This commit is contained in:
parent
691074b0d2
commit
3e580d8467
2 changed files with 12 additions and 3 deletions
|
@ -4,8 +4,6 @@
|
|||
**/*.png
|
||||
**/*.svg
|
||||
|
||||
.licenseignore
|
||||
.gitignore
|
||||
composer.json
|
||||
composer.lock
|
||||
package.json
|
||||
|
|
|
@ -1,4 +1,15 @@
|
|||
{
|
||||
"ignore": ".licenseignore",
|
||||
"license": "LICENSE.HEADER"
|
||||
"license": "LICENSE.HEADER",
|
||||
"licenseFormats": {
|
||||
"php": {
|
||||
"prepend": "<!--",
|
||||
"append": " -->"
|
||||
},
|
||||
"dotfile|.licenseignore|.gitignore": {
|
||||
"eachLine": {
|
||||
"prepend": "# "
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue