hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/mips/pci/pci-malta.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright (C) 1999, 2000, 2004, 2005 MIPS Technologies, Inc.
34 * All rights reserved.
....@@ -5,19 +6,6 @@
56 * Maciej W. Rozycki <macro@mips.com>
67 *
78 * Copyright (C) 2004 by Ralf Baechle (ralf@linux-mips.org)
8
- *
9
- * This program is free software; you can distribute it and/or modify it
10
- * under the terms of the GNU General Public License (Version 2) as
11
- * published by the Free Software Foundation.
12
- *
13
- * This program is distributed in the hope it will be useful, but WITHOUT
14
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16
- * for more details.
17
- *
18
- * You should have received a copy of the GNU General Public License along
19
- * with this program; if not, write to the Free Software Foundation, Inc.,
20
- * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
219 *
2210 * MIPS boards specific PCI support.
2311 */