haystack/licenserc.toml
Massimiliano Pippi 10c675d534
chore: add license header to all modules (#7675)
* add license header to modules
* check license header at linting time
2024-05-09 13:40:36 +00:00

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