forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/arch/powerpc/boot/treeboot-currituck.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Copyright © 2011 Tony Breeds IBM Corporation
34 *
....@@ -13,11 +14,6 @@
1314 * Copyright 2007 David Gibson, IBM Corporation.
1415 * Copyright 2010 Ben. Herrenschmidt, IBM Corporation.
1516 * Copyright © 2011 David Kleikamp IBM Corporation
16
- *
17
- * This program is free software; you can redistribute it and/or
18
- * modify it under the terms of the GNU General Public License
19
- * as published by the Free Software Foundation; either version
20
- * 2 of the License, or (at your option) any later version.
2117 */
2218 #include <stdarg.h>
2319 #include <stddef.h>