hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/arch/sh/kernel/head_32.S
....@@ -1,13 +1,10 @@
1
-/* $Id: head.S,v 1.7 2003/09/01 17:58:19 lethal Exp $
1
+/* SPDX-License-Identifier: GPL-2.0
2
+ * $Id: head.S,v 1.7 2003/09/01 17:58:19 lethal Exp $
23 *
34 * arch/sh/kernel/head.S
45 *
56 * Copyright (C) 1999, 2000 Niibe Yutaka & Kaz Kojima
67 * Copyright (C) 2010 Matt Fleming
7
- *
8
- * This file is subject to the terms and conditions of the GNU General Public
9
- * License. See the file "COPYING" in the main directory of this archive
10
- * for more details.
118 *
129 * Head.S contains the SH exception handlers and startup code.
1310 */