-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy path.license-tools-config.json
More file actions
40 lines (40 loc) · 825 Bytes
/
.license-tools-config.json
File metadata and controls
40 lines (40 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"author": {
"name": "Chair for Design Automation, TUM\nCopyright (c) 2025 - 2026 Munich Quantum Software Company GmbH",
"years": [2023, 2026]
},
"force_author": true,
"force_license": true,
"license": "MIT",
"title": false,
"include": ["**/*"],
"style_override_for_suffix": {
".pyi": "DOCSTRING_STYLE",
".in": "POUND_STYLE",
".mlir": "SLASH_STYLE",
".td": "SLASH_STYLE",
".yaml": "POUND_STYLE",
".toml": "POUND_STYLE",
".yml": "POUND_STYLE"
},
"exclude": [
"^\\.[^/]+",
"/\\.[^/]+",
".*\\.qasm",
".*\\.md",
".*\\.bib",
".*\\.cff",
".*\\.css",
".*\\.json",
".*\\.html",
".*\\.tfc",
".*\\.qc",
".*\\.real",
".*\\.tex",
".*\\.profile",
"uv\\.lock",
"py\\.typed",
".*build.*",
"(^|/)LICENSE$"
]
}