.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * SiS 300/540/630[S]/730[S], |
---|
3 | 4 | * SiS 315[E|PRO]/550/[M]650/651/[M]661[F|M]X/740/[M]741[GX]/330/[M]760[GX], |
---|
.. | .. |
---|
5 | 6 | * frame buffer driver for Linux kernels >= 2.4.14 and >=2.6.3 |
---|
6 | 7 | * |
---|
7 | 8 | * 2D acceleration part |
---|
8 | | - * |
---|
9 | | - * This program is free software; you can redistribute it and/or modify |
---|
10 | | - * it under the terms of the GNU General Public License as published by |
---|
11 | | - * the Free Software Foundation; either version 2 of the named License, |
---|
12 | | - * or any later version. |
---|
13 | | - * |
---|
14 | | - * This program is distributed in the hope that it will be useful, |
---|
15 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
16 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
17 | | - * GNU General Public License for more details. |
---|
18 | | - * |
---|
19 | | - * You should have received a copy of the GNU General Public License |
---|
20 | | - * along with this program; if not, write to the Free Software |
---|
21 | | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA |
---|
22 | 9 | * |
---|
23 | 10 | * Based on the XFree86/X.org driver which is |
---|
24 | 11 | * Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria |
---|