forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
kernel/arch/parisc/kernel/hardware.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Hardware descriptions for HP 9000 based hardware, including
34 * system types, SCSI controllers, DMA controllers, HPPB controllers
....@@ -5,25 +6,11 @@
56 *
67 * Based on the document "PA-RISC 1.1 I/O Firmware Architecture
78 * Reference Specification", March 7, 1999, version 0.96. This
8
- * is available at http://parisc-linux.org/documentation/
9
+ * is available at
10
+ * https://parisc.wiki.kernel.org/index.php/Technical_Documentation
911 *
1012 * Copyright 1999 by Alex deVries <alex@onefishtwo.ca>
1113 * and copyright 1999 The Puffin Group Inc.
12
- *
13
- * This program is free software; you can redistribute it and/or modify
14
- * it under the terms of the GNU General Public License as published by
15
- * the Free Software Foundation; either version 2, or (at your option)
16
- * any later version.
17
- *
18
- * This program is distributed in the hope that it will be useful,
19
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
20
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21
- * GNU General Public License for more details.
22
- *
23
- * You should have received a copy of the GNU General Public License
24
- * along with this program; if not, write to the Free Software
25
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
26
- *
2714 */
2815
2916