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]
Message-ID: <20260117202759.692347-1-tim.bird@sony.com>
Date: Sat, 17 Jan 2026 13:27:59 -0700
From: Tim Bird <tim.bird@...y.com>
To: michal.wronski@...il.com,
	golbi@....uni.torun.pl,
	manfred@...orfullife.com,
	brauner@...nel.org,
	neil@...wn.name,
	viro@...ivlinux.ork.uk
Cc: linux-spdx@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Tim Bird <tim.bird@...y.com>
Subject: [PATCH] ipc: Add SPDX license id to mqueue.c

Add GPL-2.0 license id to file, replacing reference to
GPL in the header comment.

Signed-off-by: Tim Bird <tim.bird@...y.com>
---
 ipc/mqueue.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ipc/mqueue.c b/ipc/mqueue.c
index c4f6d65596cf..da2f6a289cc8 100644
--- a/ipc/mqueue.c
+++ b/ipc/mqueue.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * POSIX message queues filesystem for Linux.
  *
@@ -9,8 +10,6 @@
  *			    Manfred Spraul	    (manfred@...orfullife.com)
  *
  * Audit:                   George Wilson           (ltcgcw@...ibm.com)
- *
- * This file is released under the GPL.
  */
 
 #include <linux/capability.h>
-- 
2.43.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ