feat: use dual-licensed unlicense

This commit is contained in:
Oskar Manhart
2024-09-04 16:27:48 +02:00
parent 20e0983a29
commit 0efbd5818c
4 changed files with 66 additions and 674 deletions

View 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"
}