mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-14 22:39:15 +02:00
feat: use dual-licensed unlicense
This commit is contained in:
23
.license-tools-config.json
Normal file
23
.license-tools-config.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"author": {
|
||||
"from_git": false,
|
||||
"name": "winapps-org",
|
||||
"latest_year_only": true
|
||||
},
|
||||
"title": false,
|
||||
"style_override_for_suffix": {
|
||||
".yaml": "POUND_STYLE",
|
||||
".ps1": "POUND_STYLE",
|
||||
".bat": "BATCH_STYLE",
|
||||
"": "POUND_STYLE"
|
||||
},
|
||||
"exclude": [
|
||||
"^\\.[^/]+",
|
||||
"/\\.[^/]+",
|
||||
"^(.+)\\.(md|svg|png|reg|gif)",
|
||||
"^fonts(/.*)?"
|
||||
],
|
||||
"license": false,
|
||||
"force_license": false,
|
||||
"custom_license": "SPDX-License-Identifier: Unlicense"
|
||||
}
|
Reference in New Issue
Block a user