Skip to content

Commit

Permalink
Revert back license for bpf so it can load
Browse files Browse the repository at this point in the history
  • Loading branch information
grcevski committed Apr 6, 2023
1 parent 13c1365 commit f516ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bpf/go_nethttp.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define DBG_LEVEL go_http_debug_level
#include "bpf_dbg.h"

char __license[] SEC("license") = "Apache License Version 2.0";
char __license[] SEC("license") = "Dual MIT/GPL";

#define PATH_MAX_LEN 100
#define METHOD_MAX_LEN 6 // Longer method: DELETE
Expand Down

0 comments on commit f516ed6

Please sign in to comment.