treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
[linux-block.git] / arch / mips / vr41xx / common / type.c
CommitLineData
1a59d1b8 1// SPDX-License-Identifier: GPL-2.0-or-later
1da177e4 2/*
8bb670c1 3 * type.c, System type for NEC VR4100 series.
1da177e4 4 *
70342287 5 * Copyright (C) 2005 Yoichi Yuasa <yuasa@linux-mips.org>
1da177e4
LT
6 */
7
8const char *get_system_type(void)
9{
8bb670c1 10 return "NEC VR4100 series";
1da177e4 11}