haystack/licenserc.toml
2025-10-10 12:30:40 +02:00

31 lines
462 B
TOML

headerPath = "license-header.txt"
excludes = [
"*.csv",
"*.feature",
"*.html",
"*.ini",
"*.jinja2",
"*.md",
"*.mp3",
"*.msg",
"*.toml",
"*.txt",
"*.typed",
"*.wav",
"*.yaml",
"*.yml",
".github",
"CITATION.cff",
"docker",
"docs",
"docs-website",
"examples",
"proposals",
"releasenotes",
]
[properties]
inceptionYear = 2022
copyrightOwner = "deepset GmbH <info@deepset.ai>"