Skip to content

Commit 0f967cb

Browse files
ukleinekhdeller
authored andcommitted
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>
1 parent cd849d2 commit 0f967cb

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

drivers/video/fbdev/au1100fb.c

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

4526
#define pr_fmt(fmt) "au1100fb:" fmt "\n"

0 commit comments

Comments
 (0)