From: Nikita Romanyuk Date: Sat, 25 Feb 2023 07:12:29 +0000 (+0300) Subject: drivers: video: logo: add SPDX comment, remove GPL notice in pnmtologo.c X-Git-Tag: v6.6.7~3265^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8f0e056068f26c0f1121f7f96a6b4515f59160f2;p=platform%2Fkernel%2Flinux-starfive.git drivers: video: logo: add SPDX comment, remove GPL notice in pnmtologo.c Signed-off-by: Nikita Romanyuk Reviewed-by: Geert Uytterhoeven Signed-off-by: Helge Deller --- diff --git a/drivers/video/logo/pnmtologo.c b/drivers/video/logo/pnmtologo.c index 78cb95f..ada5ef6 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 - * - * -------------------------------------------------------------------------- - * - * 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