public inbox for [email protected]
 help / color / mirror / Atom feed
* [RESEND PATCH] test/sendmsg_fs_cve: Fix the wrong SPDX-License-Identifier
@ 2022-12-12 12:51 Ammar Faizi
  2022-12-12 20:10 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Ammar Faizi @ 2022-12-12 12:51 UTC (permalink / raw)
  To: Jens Axboe
  Cc: io-uring Mailing List, Ammar Faizi, Nicolai Stange,
	Yuriy Chernyshov

From: Ammar Faizi <[email protected]>

This test program's license is GPL-2.0-or-later, but I put the wrong
SPDX-License-Identifier in commit:

   d36db0b72b9 ("test: Add missing SPDX-License-Identifier")

Fix it.

Cc: Nicolai Stange <[email protected]>
Reported-by: Yuriy Chernyshov <[email protected]>
Fixes: https://github.com/axboe/liburing/issues/753
Fixes: d36db0b72b9399623dee12b61069845d8e1bfa05 ("test: Add missing SPDX-License-Identifier")
Signed-off-by: Ammar Faizi <[email protected]>
---
 test/sendmsg_fs_cve.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/sendmsg_fs_cve.c b/test/sendmsg_fs_cve.c
index 2ce3114..9e444d7 100644
--- a/test/sendmsg_fs_cve.c
+++ b/test/sendmsg_fs_cve.c
@@ -1,11 +1,11 @@
-/* SPDX-License-Identifier: MIT */
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  * repro-CVE-2020-29373 -- Reproducer for CVE-2020-29373.
  *
  * Copyright (c) 2021 SUSE
  * Author: Nicolai Stange <[email protected]>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
  * as published by the Free Software Foundation; either version 2
  * of the License, or (at your option) any later version.

base-commit: 5f0cf68fc2cd28617a86976fc906447f737086d5
-- 
Ammar Faizi


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [RESEND PATCH] test/sendmsg_fs_cve: Fix the wrong SPDX-License-Identifier
  2022-12-12 12:51 [RESEND PATCH] test/sendmsg_fs_cve: Fix the wrong SPDX-License-Identifier Ammar Faizi
@ 2022-12-12 20:10 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2022-12-12 20:10 UTC (permalink / raw)
  To: Ammar Faizi; +Cc: io-uring Mailing List, Nicolai Stange, Yuriy Chernyshov


On Mon, 12 Dec 2022 19:51:21 +0700, Ammar Faizi wrote:
> This test program's license is GPL-2.0-or-later, but I put the wrong
> SPDX-License-Identifier in commit:
> 
>    d36db0b72b9 ("test: Add missing SPDX-License-Identifier")
> 
> Fix it.
> 
> [...]

Applied, thanks!

[1/1] test/sendmsg_fs_cve: Fix the wrong SPDX-License-Identifier
      commit: 4458aa0372738e844008397f71c062bd8bfadcac

Best regards,
-- 
Jens Axboe



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-12 20:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-12 12:51 [RESEND PATCH] test/sendmsg_fs_cve: Fix the wrong SPDX-License-Identifier Ammar Faizi
2022-12-12 20:10 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox