hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/powerpc/boot/bamboo.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright IBM Corporation, 2007
34 * Josh Boyer <jwboyer@linux.vnet.ibm.com>
....@@ -7,10 +8,6 @@
78 *
89 * Clocking code based on code by:
910 * Stefan Roese <sr@denx.de>
10
- *
11
- * This program is free software; you can redistribute it and/or
12
- * modify it under the terms of the GNU General Public License
13
- * as published by the Free Software Foundation; version 2 of the License
1411 */
1512 #include <stdarg.h>
1613 #include <stddef.h>