From 220f9df1e636f5772ec0f0cd1702ce4e6cfa9849 Mon Sep 17 00:00:00 2001 From: cstation Date: Mon, 27 Dec 2021 12:11:51 +0100 Subject: [PATCH] Add GPL-license to module.c --- tools/linux/module.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/linux/module.c b/tools/linux/module.c index cd9410d65..df4ba4322 100644 --- a/tools/linux/module.c +++ b/tools/linux/module.c @@ -5,6 +5,8 @@ symbols and then read the DWARF symbols from it. #include #include +MODULE_LICENSE("GPL"); + #include #include #include