hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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>