forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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>