diff options
author | Nikita Romanyuk <ufh8945@gmail.com> | 2023-02-25 10:12:29 +0300 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2023-03-14 18:49:39 +0100 |
commit | 8f0e056068f26c0f1121f7f96a6b4515f59160f2 (patch) | |
tree | 406686807ec53d3583f4bdd4298751d4be0e0db9 /drivers | |
parent | 044b14b51d78a549664efac3a5a4c9edd1211b79 (diff) | |
download | linux-stable-8f0e056068f26c0f1121f7f96a6b4515f59160f2.tar.gz linux-stable-8f0e056068f26c0f1121f7f96a6b4515f59160f2.tar.bz2 linux-stable-8f0e056068f26c0f1121f7f96a6b4515f59160f2.zip |
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')
-rw-r--r-- | drivers/video/logo/pnmtologo.c | 7 |
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> |