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

Configure Feed

Select the types of activity you want to include in your feed.

fbdev: au1100fb: Replace license boilerplate by SPDX header

This also gets rid of an old address of the FSF.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Signed-off-by: Helge Deller <deller@gmx.de>

authored by

Uwe Kleine-König and committed by
Helge Deller
0f967cb8 cd849d26

+1 -20
+1 -20
drivers/video/fbdev/au1100fb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * BRIEF MODULE DESCRIPTION 3 4 * Au1100 LCD Driver. ··· 21 20 * Based on: 22 21 * linux/drivers/video/skeletonfb.c -- Skeleton for a frame buffer device 23 22 * Created 28 Dec 1997 by Geert Uytterhoeven 24 - * 25 - * This program is free software; you can redistribute it and/or modify it 26 - * under the terms of the GNU General Public License as published by the 27 - * Free Software Foundation; either version 2 of the License, or (at your 28 - * option) any later version. 29 - * 30 - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED 31 - * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 32 - * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN 33 - * NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 34 - * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 35 - * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF 36 - * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 37 - * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 38 - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 39 - * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 40 - * 41 - * You should have received a copy of the GNU General Public License along 42 - * with this program; if not, write to the Free Software Foundation, Inc., 43 - * 675 Mass Ave, Cambridge, MA 02139, USA. 44 23 */ 45 24 46 25 #define pr_fmt(fmt) "au1100fb:" fmt "\n"