forked from databendlabs/databend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
licenserc.toml
56 lines (48 loc) · 990 Bytes
/
licenserc.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
baseDir = "."
headerPath = "Apache-2.0.txt"
excludes = [
"scripts",
"docker",
"docs",
"website",
"tests",
"tools",
"benchmark",
"src/common/compress/tests",
# copied from third-party projects
"src/query/storages/hive/hive-meta-store/src/idl/hms.thrift",
# licensed under Elastic License 2.0
"src/binaries/query/ee_main.rs",
"src/binaries/meta/ee_main.rs",
"src/meta/ee",
"src/query/ee",
# hidden files
".cargo",
".databend",
".devcontainer",
".github",
".dockerignore",
".gitignore",
".gitattributes",
".editorconfig",
"LICENSE",
"Makefile",
# docs and generated files
"**/*.md",
"**/*.hbs",
"**/*.template",
"**/*.cue",
"**/*.json",
"**/*.sql",
"**/*.proto",
"**/*.yml",
"**/*.yaml",
"**/*.toml",
"**/*.lock",
"**/*.yapf",
"**/*.test",
"**/*.txt",
]
[properties]
inceptionYear = 2021
copyrightOwner = "Datafuse Labs"