hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/powerpc/boot/cuboot-katmai.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Old U-boot compatibility for Katmai
34 *
....@@ -8,10 +9,6 @@
89 * Copyright 2007 David Gibson, IBM Corporation.
910 * Based on cuboot-83xx.c, which is:
1011 * Copyright (c) 2007 Freescale Semiconductor, Inc.
11
- *
12
- * This program is free software; you can redistribute it and/or modify it
13
- * under the terms of the GNU General Public License version 2 as published
14
- * by the Free Software Foundation.
1512 */
1613
1714 #include "ops.h"