2023-02-25 07:12:56

by Nikita Romanyuk

[permalink] [raw]
Subject: [PATCH 2/2] drivers: video: logo: add SPDX comment, remove GPL notice in pnmtologo.c

Signed-off-by: Nikita Romanyuk <[email protected]>
---
drivers/video/logo/pnmtologo.c | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/drivers/video/logo/pnmtologo.c b/drivers/video/logo/pnmtologo.c
index 7e7cb4210..9623040ca 100644
--- a/drivers/video/logo/pnmtologo.c
+++ b/drivers/video/logo/pnmtologo.c
@@ -1,14 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
/*
* Convert a logo in ASCII PNM format to C source suitable for inclusion in
* the Linux kernel
*
* (C) Copyright 2001-2003 by Geert Uytterhoeven <[email protected]>
- *
- * --------------------------------------------------------------------------
- *
- * This file is subject to the terms and conditions of the GNU General Public
- * License. See the file COPYING in the main directory of the Linux
- * distribution for more details.
*/

#include <ctype.h>
--
2.39.2



2023-02-25 13:51:29

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [PATCH 2/2] drivers: video: logo: add SPDX comment, remove GPL notice in pnmtologo.c

On Sat, Feb 25, 2023 at 8:31 AM Nikita Romanyuk <[email protected]> wrote:
> Signed-off-by: Nikita Romanyuk <[email protected]>

Reviewed-by: Geert Uytterhoeven <[email protected]>

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds

2023-02-25 17:55:28

by Helge Deller

[permalink] [raw]
Subject: Re: [PATCH 2/2] drivers: video: logo: add SPDX comment, remove GPL notice in pnmtologo.c

On 2/25/23 14:51, Geert Uytterhoeven wrote:
> On Sat, Feb 25, 2023 at 8:31 AM Nikita Romanyuk <[email protected]> wrote:
>> Signed-off-by: Nikita Romanyuk <[email protected]>
>
> Reviewed-by: Geert Uytterhoeven <[email protected]>

Both patches applied.

Thanks!
Helge