hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/powerpc/boot/ebony.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Copyright 2007 David Gibson, IBM Corporation.
34 *
....@@ -9,11 +10,6 @@
910 *
1011 * Eugene Surovegin <eugene.surovegin@zultys.com> or <ebs@ebshome.net>
1112 * Copyright (c) 2003, 2004 Zultys Technologies
12
- *
13
- * This program is free software; you can redistribute it and/or
14
- * modify it under the terms of the GNU General Public License
15
- * as published by the Free Software Foundation; either version
16
- * 2 of the License, or (at your option) any later version.
1713 */
1814 #include <stdarg.h>
1915 #include <stddef.h>