aboutsummaryrefslogtreecommitdiff
path: root/mycan.c
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-04-24 02:12:40 -0700
committerXiao Pan <xyz@flylightning.xyz>2025-04-24 02:12:40 -0700
commitc7b27f7c56ff83d72d165e78ba3e9a1ae51f3968 (patch)
tree15a72c70eddbe4f7e6390c4b06d4706b272e124c /mycan.c
parent6ce4a25796f1694c5ce749f1da3b3f753500e05d (diff)
LICENSE note comment
Diffstat (limited to 'mycan.c')
-rw-r--r--mycan.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mycan.c b/mycan.c
index adfc934..453a6da 100644
--- a/mycan.c
+++ b/mycan.c
@@ -22,8 +22,11 @@ cansend vcan0 680#02.00.02.00.02.00.02.00
#include <net/if.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
+
+// (GPL-2.0-only WITH Linux-syscall-note) OR BSD-3-Clause
#include <linux/can.h>
#include <linux/can/raw.h>
+
#include "all_SRE_edited.h"
// https://github.com/howerj/dbcc MIT