Some checks are pending
Build eismuliplexer for linux / Build (push) Waiting to run
15 lines
396 B
HCL
15 lines
396 B
HCL
schema_version = 1
|
|
|
|
project {
|
|
license = "GPL-3.0-or-later"
|
|
copyright_year = 2026
|
|
copyright_holder = "Carl Philipp Klemm"
|
|
|
|
# (OPTIONAL) A list of globs that should not have copyright/license headers.
|
|
# Supports doublestar glob patterns for more flexibility in defining which
|
|
# files or folders should be ignored
|
|
header_ignore = [
|
|
# "vendor/**",
|
|
# "**autogen**",
|
|
]
|
|
}
|