hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/powerpc/boot/devtree.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * devtree.c - convenience functions for device tree manipulation
34 * Copyright 2007 David Gibson, IBM Corporation.
....@@ -5,11 +6,6 @@
56 *
67 * Authors: David Gibson <david@gibson.dropbear.id.au>
78 * Scott Wood <scottwood@freescale.com>
8
- *
9
- * This program is free software; you can redistribute it and/or
10
- * modify it under the terms of the GNU General Public License
11
- * as published by the Free Software Foundation; either version
12
- * 2 of the License, or (at your option) any later version.
139 */
1410 #include <stdarg.h>
1511 #include <stddef.h>