hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/drivers/video/fbdev/aty/radeon_backlight.c
....@@ -1,13 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Backlight code for ATI Radeon based graphic cards
34 *
45 * Copyright (c) 2000 Ani Joshi <ajoshi@kernel.crashing.org>
56 * Copyright (c) 2003 Benjamin Herrenschmidt <benh@kernel.crashing.org>
67 * 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.
118 */
129
1310 #include "radeonfb.h"