Browse Source

add GPL v2+ SPDX header

Signed-off-by: Felix Fietkau <nbd@nbd.name>
Felix Fietkau 1 year ago
parent
commit
86fa49d328
3 changed files with 3 additions and 0 deletions
  1. 1 0
      main.c
  2. 1 0
      switch.c
  3. 1 0
      switch.h

+ 1 - 0
main.c

@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 #include <stdio.h>
 #include <getopt.h>
 #include <stdbool.h>

+ 1 - 0
switch.c

@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 #include <unistd.h>
 #include "switch.h"
 

+ 1 - 0
switch.h

@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 #ifndef __USBMODE_SWITCH_H
 #define __USBMODE_SWITCH_H