Skip to content

Commit 8f0e056

Browse files
Nikita Romanyukhdeller
authored andcommitted
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>
1 parent 044b14b commit 8f0e056

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

drivers/video/logo/pnmtologo.c

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Convert a logo in ASCII PNM format to C source suitable for inclusion in
34
* the Linux kernel
45
*
56
* (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.
127
*/
138

149
#include <ctype.h>

0 commit comments

Comments
 (0)