Aceradio/.copywrite.hcl
Carl Philipp Klemm 3e4e4dce0f
Some checks are pending
Build eismuliplexer for linux / Build (push) Waiting to run
Add copywrite statements and LICENSE
2026-03-17 18:54:08 +01:00

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**",
]
}