.. | .. |
---|
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 $ |
---|
2 | 3 | * |
---|
3 | 4 | * arch/sh/kernel/head.S |
---|
4 | 5 | * |
---|
5 | 6 | * Copyright (C) 1999, 2000 Niibe Yutaka & Kaz Kojima |
---|
6 | 7 | * 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. |
---|
11 | 8 | * |
---|
12 | 9 | * Head.S contains the SH exception handlers and startup code. |
---|
13 | 10 | */ |
---|