-
Notifications
You must be signed in to change notification settings - Fork 864
Expand file tree
/
Copy pathlicenserc.toml
More file actions
53 lines (50 loc) · 1019 Bytes
/
licenserc.toml
File metadata and controls
53 lines (50 loc) · 1019 Bytes
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
baseDir = "."
headerPath = "Apache-2.0.txt"
excludes = [
"scripts",
"docker",
"tests",
"tools",
"benchmark",
"src/common/compress/tests",
"src/meta/compat.py",
"src/query/storages/common/index/cpp/",
# licensed under Elastic License 2.0
"src/binaries/query/ee_main.rs",
"src/meta/binaries/meta/ee_main.rs",
"src/meta/control/lua_util.lua",
"src/meta/ee",
"src/query/ee",
"src/bendsave",
"src/bendpy",
# 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",
"**/*.html"
]
[properties]
inceptionYear = 2021
copyrightOwner = "Datafuse Labs"