forked from apache/doris
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.licenserc.yaml
59 lines (57 loc) · 1.49 KB
/
.licenserc.yaml
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
57
58
59
header:
license:
spdx-id: Apache-2.0
copyright-owner: Apache Software Foundation
paths-ignore:
- 'dist'
- 'licenses'
- '**/*.md'
- 'LICENSE'
- 'NOTICE'
- 'DISCLAIMER'
- '.clang-format'
- '.clang-format-ignore'
- '.clang-tidy'
- '.gitattributes'
- '.gitignore'
- '.gitmodules'
- '.licenserc.yaml'
- '.rat-excludes'
- 'be/src/common/status.cpp'
- 'be/src/common/status.h'
- 'be/src/env/env.h'
- 'be/src/env/env_posix.cpp'
- '**/glibc-compatibility/**'
- '**/gutil/**'
- '**/test_data/**'
- '**/jmockit/**'
- '**/*.json'
- '**/*.dat'
- '**/*.svg'
- '**/*.md5'
- '**/*.patch'
- '**/*.log'
- '**/*.sql'
- '**/*.lock'
- 'tsan_suppressions'
- 'docs/.markdownlintignore'
- 'fe/fe-core/src/test/resources/data/net_snmp_normal'
- 'be/src/common/signal_handler.h'
- 'be/src/olap/lru_cache.cpp'
- 'be/src/olap/lru_cache.h'
- 'be/src/olap/skiplist.h'
- 'be/src/runtime/string_search.hpp'
- 'be/src/util/coding.cpp'
- 'be/src/util/coding.h'
- 'be/src/util/condition_variable.cpp'
- 'be/src/util/condition_variable.h'
- 'be/src/util/murmur_hash3.cpp'
- 'be/src/util/murmur_hash3.h'
- 'be/src/util/mustache/mustache.cc'
- 'be/src/util/mustache/mustache.h'
- 'be/src/util/sse2neo.h'
- 'be/src/util/sse2neon.h'
- 'be/src/util/utf8_check.cpp'
- 'build-support/run_clang_format.py'
- 'regression-test/data'
comment: on-failure