summaryrefslogtreecommitdiff
path: root/drivers/video
diff options
context:
space:
mode:
authorNikita Romanyuk <ufh8945@gmail.com>2023-02-25 10:12:29 +0300
committerHelge Deller <deller@gmx.de>2023-03-14 20:49:39 +0300
commit8f0e056068f26c0f1121f7f96a6b4515f59160f2 (patch)
tree406686807ec53d3583f4bdd4298751d4be0e0db9 /drivers/video
parent044b14b51d78a549664efac3a5a4c9edd1211b79 (diff)
downloadlinux-8f0e056068f26c0f1121f7f96a6b4515f59160f2.tar.xz
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>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/logo/pnmtologo.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/video/logo/pnmtologo.c b/drivers/video/logo/pnmtologo.c
index 78cb95f3cfce..ada5ef6e51b7 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 <geert@linux-m68k.org>
- *
- * --------------------------------------------------------------------------
- *
- * 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>