瀏覽代碼

spl_tool: add gpl license

add gpl license for spl_tool

Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
Samin Guo 1 年之前
父節點
當前提交
b50112672b
共有 3 個文件被更改,包括 3 次插入0 次删除
  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>