Skip to content

Commit ec711d4

Browse files
committed
licensing: setup copywrite to manage source file headers
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
1 parent 94e5263 commit ec711d4

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.copywrite.hcl

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
schema_version = 1
2+
3+
project {
4+
license = "MIT"
5+
copyright_holder = "VirtualTam"
6+
7+
header_ignore = [
8+
# Docker Compose
9+
"docker-compose*.yml",
10+
11+
# mdBook documentation
12+
"docs/**",
13+
14+
# Fonts
15+
"**/firacode/**",
16+
]
17+
}

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ indent_size = 4
1212
indent_style = tab
1313
tab_width = 4
1414

15-
[*.{css,gohtml,html,xml,yaml,yml}]
15+
[*.{css,gohtml,hcl,html,xml,yaml,yml}]
1616
indent_style = space
1717
indent_size = 2
1818

0 commit comments

Comments
 (0)