forked from bpfman/bpfman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.licenserc.yaml
37 lines (37 loc) · 935 Bytes
/
.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
---
header:
- license:
content: |
SPDX-License-Identifier: Apache-2.0
Copyright Authors of bpfman
paths:
- bpfman
paths-ignore:
- "**/LICENSE-*"
- "**/target/**"
- "**/*.toml"
- "**/*.proto"
- "**/*.lock"
- "**/*.yml"
- "**/*.md"
comment: on-failure
- license:
content: |
SPDX-License-Identifier: GPL-2.0-only
Modifications Copyright Authors of bpfman
paths:
- bpf/xdp_dispatcher_v1.bpf.c
- bpf/xdp_dispatcher_v2.bpf.c
- examples/go-xdp-counter/bpf/xdp_counter.c
comment: on-failure
- license:
content: |
SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
Copyright Authors of bpfman
paths:
- bpf/tc_dispatcher.bpf.c
- examples/**/bpf/*.c
- tests/**/*.bpf.c
paths-ignore:
- examples/go-xdp-counter/bpf/xdp_counter.c
comment: on-failure