lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Mon,  6 Sep 2021 22:17:58 +0800
From:   Jason Wang <wangborong@...rlc.com>
To:     ysato@...rs.sourceforge.jp
Cc:     wangborong@...rlc.com, uclinux-h8-devel@...ts.sourceforge.jp,
        linux-kernel@...r.kernel.org
Subject: [PATCH] h8300: Add a missing SPDX license header

Add the missing SPDX license header to arch/h8300/kernel/kgdb.c.

Signed-off-by: Jason Wang <wangborong@...rlc.com>
---
 arch/h8300/kernel/kgdb.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/h8300/kernel/kgdb.c b/arch/h8300/kernel/kgdb.c
index 602e478afbd5..0a1b6d41ec67 100644
--- a/arch/h8300/kernel/kgdb.c
+++ b/arch/h8300/kernel/kgdb.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * H8/300 KGDB support
  *
-- 
2.33.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ