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