Add copywrite statements and LICENSE
Some checks are pending
Build eismuliplexer for linux / Build (push) Waiting to run
Some checks are pending
Build eismuliplexer for linux / Build (push) Waiting to run
This commit is contained in:
parent
2118db5fb0
commit
3e4e4dce0f
21 changed files with 764 additions and 0 deletions
15
.copywrite.hcl
Normal file
15
.copywrite.hcl
Normal 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**",
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue