forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/arch/powerpc/platforms/ps3/gelic_udbg.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * udbg debug output routine via GELIC UDP broadcasts
34 *
....@@ -5,12 +6,6 @@
56 * Copyright 2006, 2007 Sony Corporation
67 * Copyright (C) 2010 Hector Martin <hector@marcansoft.com>
78 * Copyright (C) 2011 Andre Heider <a.heider@gmail.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 2
12
- * of the License, or (at your option) any later version.
13
- *
149 */
1510
1611 #include <linux/if_ether.h>