hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/powerpc/boot/cuboot-sequoia.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Old U-boot compatibility for Sequoia
34 *
....@@ -9,10 +10,6 @@
910 *
1011 * Based on Bamboo code by Josh Boyer <jwboyer@linux.vnet.ibm.com>
1112 * Copyright IBM Corporation, 2007
12
- *
13
- * This program is free software; you can redistribute it and/or
14
- * modify it under the terms of the GNU General Public License
15
- * as published by the Free Software Foundation; version 2 of the License
1613 */
1714
1815 #include <stdarg.h>