|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
1 | 2 | /* |
2 | 3 | * BRIEF MODULE DESCRIPTION |
3 | 4 | * Au1100 LCD Driver. |
|
20 | 21 | * Based on: |
21 | 22 | * linux/drivers/video/skeletonfb.c -- Skeleton for a frame buffer device |
22 | 23 | * 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. |
43 | 24 | */ |
44 | 25 |
|
45 | 26 | #define pr_fmt(fmt) "au1100fb:" fmt "\n" |
|
0 commit comments