hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/arch/powerpc/platforms/44x/ebony.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Ebony board specific routines
34 *
....@@ -9,11 +10,6 @@
910 *
1011 * Rewritten and ported to the merged powerpc tree:
1112 * Copyright 2007 David Gibson <dwg@au1.ibm.com>, IBM Corporation.
12
- *
13
- * This program is free software; you can redistribute it and/or modify it
14
- * under the terms of the GNU General Public License as published by the
15
- * Free Software Foundation; either version 2 of the License, or (at your
16
- * option) any later version.
1713 */
1814
1915 #include <linux/init.h>