瀏覽代碼

selftests: gen_kselftest_tar.h: Add SPDX license identifier

Replace GPL license statement with SPDX GPL-2.0 license identifier.

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Shuah Khan 7 年之前
父節點
當前提交
6ee7bcc46e
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      tools/testing/selftests/gen_kselftest_tar.sh

+ 1 - 3
tools/testing/selftests/gen_kselftest_tar.sh

@@ -1,13 +1,11 @@
 #!/bin/bash
 #
+# SPDX-License-Identifier: GPL-2.0
 # gen_kselftest_tar
 # Generate kselftest tarball
 # Author: Shuah Khan <shuahkh@osg.samsung.com>
 # Copyright (C) 2015 Samsung Electronics Co., Ltd.
 
-# This software may be freely redistributed under the terms of the GNU
-# General Public License (GPLv2).
-
 # main
 main()
 {