Browse Source

spl_tool: add gpl license

add gpl license for spl_tool

Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
Samin Guo 1 year ago
parent
commit
b50112672b
3 changed files with 3 additions and 0 deletions
  1. 1 0
      spl_tool/Makefile
  2. 1 0
      spl_tool/crc32.c
  3. 1 0
      spl_tool/spl_tool.c

+ 1 - 0
spl_tool/Makefile

@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0+
 override CFLAGS=-Wall -Wno-unused-result -Wno-format-truncation -O2
 
 SRCS = $(wildcard *.c)

+ 1 - 0
spl_tool/crc32.c

@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 #include <sys/types.h>
 #include <stdlib.h>
 #include <stdint.h>

+ 1 - 0
spl_tool/spl_tool.c

@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 #define _GNU_SOURCE
 #include <sys/types.h>
 #include <sys/stat.h>