Skip to content

Commit

Permalink
Change BPF module license to one of permitted licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorunic committed Apr 19, 2024
1 parent 40770da commit d3f5302
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ tasks:

generate:
cmds:
- go install github.com/cilium/ebpf/cmd/bpf2go@latest
- go generate

build:
Expand Down
2 changes: 1 addition & 1 deletion counter.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,4 +295,4 @@ int tc_count_packets(struct __sk_buff *skb) {
return TC_ACT_UNSPEC;
}

char __license[] SEC("license") = "MIT";
char __license[] SEC("license") = "Dual MIT/GPL";
Binary file modified counter_bpfeb.o
Binary file not shown.
Binary file modified counter_bpfel.o
Binary file not shown.

0 comments on commit d3f5302

Please sign in to comment.