Add copywrite statements and LICENSE
Some checks are pending
Build eismuliplexer for linux / Build (push) Waiting to run

This commit is contained in:
Carl Philipp Klemm 2026-03-17 18:54:08 +01:00
parent 06d15ecfef
commit 6f36719795
22 changed files with 768 additions and 0 deletions

15
.copywrite.hcl Normal file
View file

@ -0,0 +1,15 @@
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**",
]
}