mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-04 02:57:34 +00:00
24 lines
356 B
TOML
24 lines
356 B
TOML
headerPath = "license-header.txt"
|
|
|
|
excludes = [
|
|
".github",
|
|
"docker",
|
|
"docs",
|
|
"examples",
|
|
"proposals",
|
|
"releasenotes",
|
|
"test",
|
|
"CITATION.cff",
|
|
"*.ini",
|
|
"*.jinja2",
|
|
"*.md",
|
|
"*.toml",
|
|
"*.txt",
|
|
"*.yaml",
|
|
"*.wav",
|
|
]
|
|
|
|
[properties]
|
|
inceptionYear = 2022
|
|
copyrightOwner = "deepset GmbH <info@deepset.ai>"
|