.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Backlight code for ATI Radeon based graphic cards |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (c) 2000 Ani Joshi <ajoshi@kernel.crashing.org> |
---|
5 | 6 | * Copyright (c) 2003 Benjamin Herrenschmidt <benh@kernel.crashing.org> |
---|
6 | 7 | * Copyright (c) 2006 Michael Hanselmann <linux-kernel@hansmi.ch> |
---|
7 | | - * |
---|
8 | | - * This program is free software; you can redistribute it and/or modify |
---|
9 | | - * it under the terms of the GNU General Public License version 2 as |
---|
10 | | - * published by the Free Software Foundation. |
---|
11 | 8 | */ |
---|
12 | 9 | |
---|
13 | 10 | #include "radeonfb.h" |
---|