Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers: video: logo: add SPDX comment, remove GPL notice in pnmtologo.c

Signed-off-by: Nikita Romanyuk <ufh8945@gmail.com>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Helge Deller <deller@gmx.de>

authored by

Nikita Romanyuk and committed by
Helge Deller
8f0e0560 044b14b5

+1 -6
+1 -6
drivers/video/logo/pnmtologo.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Convert a logo in ASCII PNM format to C source suitable for inclusion in 3 4 * the Linux kernel 4 5 * 5 6 * (C) Copyright 2001-2003 by Geert Uytterhoeven <geert@linux-m68k.org> 6 - * 7 - * -------------------------------------------------------------------------- 8 - * 9 - * This file is subject to the terms and conditions of the GNU General Public 10 - * License. See the file COPYING in the main directory of the Linux 11 - * distribution for more details. 12 7 */ 13 8 14 9 #include <ctype.h>