hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/mips/kernel/smp-cmp.c
....@@ -1,16 +1,5 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
2
- * This program is free software; you can distribute it and/or modify it
3
- * under the terms of the GNU General Public License (Version 2) as
4
- * published by the Free Software Foundation.
5
- *
6
- * This program is distributed in the hope it will be useful, but WITHOUT
7
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
8
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
9
- * for more details.
10
- *
11
- * You should have received a copy of the GNU General Public License along
12
- * with this program; if not, write to the Free Software Foundation, Inc.,
13
- * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
143 *
154 * Copyright (C) 2007 MIPS Technologies, Inc.
165 * Chris Dearman (chris@mips.com)