Skip to content

Commit 37d43ca

Browse files
chore: switch to dual license
1 parent 88f4302 commit 37d43ca

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

bpf-prog/block-iptables/bpf/src/block_iptables.bpf.c

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
//go:build ignore
2+
3+
// Copyright (c) Microsoft Corporation.
4+
// Licensed under the MIT license.
5+
16
#include "vmlinux.h"
27
#include <bpf/bpf_helpers.h>
38
#include <bpf/bpf_core_read.h>
@@ -9,7 +14,7 @@
914
#define TASK_COMM_LEN 16
1015
#define COMM_COUNT 3
1116

12-
char LICENSE[] SEC("license") = "GPL";
17+
char __license[] SEC("license") = "Dual MIT/GPL";
1318
volatile const __u32 host_netns_inode = 4026531840; // Initialized by userspace
1419

1520
struct {

0 commit comments

Comments
 (0)