hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/include/linux/sonypi.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Sony Programmable I/O Control Device driver for VAIO
34 *
....@@ -16,21 +17,6 @@
1617 * Copyright (C) 2000 Andrew Tridgell <tridge@valinux.com>
1718 *
1819 * Earlier work by Werner Almesberger, Paul `Rusty' Russell and Paul Mackerras.
19
- *
20
- * This program is free software; you can redistribute it and/or modify
21
- * it under the terms of the GNU General Public License as published by
22
- * the Free Software Foundation; either version 2 of the License, or
23
- * (at your option) any later version.
24
- *
25
- * This program is distributed in the hope that it will be useful,
26
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
27
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28
- * GNU General Public License for more details.
29
- *
30
- * You should have received a copy of the GNU General Public License
31
- * along with this program; if not, write to the Free Software
32
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
33
- *
3420 */
3521 #ifndef _SONYPI_H_
3622 #define _SONYPI_H_