diff options
Diffstat (limited to 'drivers/video/fbdev/cyber2000fb.c')
-rw-r--r-- | drivers/video/fbdev/cyber2000fb.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/video/fbdev/cyber2000fb.c b/drivers/video/fbdev/cyber2000fb.c index 9a5751cb4e16..0de12be823c0 100644 --- a/drivers/video/fbdev/cyber2000fb.c +++ b/drivers/video/fbdev/cyber2000fb.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/drivers/video/cyber2000fb.c | 3 | * linux/drivers/video/cyber2000fb.c |
3 | * | 4 | * |
@@ -9,10 +10,6 @@ | |||
9 | * 32 bit support, text color and panning fixes for modes != 8 bit | 10 | * 32 bit support, text color and panning fixes for modes != 8 bit |
10 | * Copyright (C) 2002 Denis Oliver Kropp <dok@directfb.org> | 11 | * Copyright (C) 2002 Denis Oliver Kropp <dok@directfb.org> |
11 | * | 12 | * |
12 | * This program is free software; you can redistribute it and/or modify | ||
13 | * it under the terms of the GNU General Public License version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | * | ||
16 | * Integraphics CyberPro 2000, 2010 and 5000 frame buffer device | 13 | * Integraphics CyberPro 2000, 2010 and 5000 frame buffer device |
17 | * | 14 | * |
18 | * Based on cyberfb.c. | 15 | * Based on cyberfb.c. |