hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/xtensa/platforms/xt2000/setup.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * arch/xtensa/platforms/xt2000/setup.c
34 *
....@@ -7,12 +8,6 @@
78 * Joe Taylor <joe@tensilica.com>
89 *
910 * Copyright 2001 - 2004 Tensilica Inc.
10
- *
11
- * This program is free software; you can redistribute it and/or modify it
12
- * under the terms of the GNU General Public License as published by the
13
- * Free Software Foundation; either version 2 of the License, or (at your
14
- * option) any later version.
15
- *
1611 */
1712 #include <linux/stddef.h>
1813 #include <linux/kernel.h>