Skip to content

Commit

Permalink
pkg/proc: switch to Dual MIT/GPL license for ebpf (go-delve#2849)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekparker authored Dec 30, 2021
1 parent a88c9bd commit 661cb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/proc/internal/ebpf/bpf/trace.bpf.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,4 +244,4 @@ int uprobe__dlv_trace(struct pt_regs *ctx) {
return 0;
}

char _license[] SEC("license") = "GPL";
char _license[] SEC("license") = "Dual MIT/GPL";

0 comments on commit 661cb33

Please sign in to comment.