From: Felix Fietkau Date: Sat, 6 Aug 2022 13:34:36 +0000 (+0200) Subject: add GPL v2+ SPDX header X-Git-Url: http://git.openwrt.org/?p=project%2Fusbmode.git;a=commitdiff_plain;h=HEAD add GPL v2+ SPDX header Signed-off-by: Felix Fietkau --- diff --git a/main.c b/main.c index 6cfe3b2..2f59495 100644 --- a/main.c +++ b/main.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #include #include #include diff --git a/switch.c b/switch.c index 6285c7c..3716bb7 100644 --- a/switch.c +++ b/switch.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #include #include "switch.h" diff --git a/switch.h b/switch.h index e499326..309543e 100644 --- a/switch.h +++ b/switch.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef __USBMODE_SWITCH_H #define __USBMODE_SWITCH_H