diff options
Diffstat (limited to 'net/ping.c')
-rw-r--r-- | net/ping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ping.c b/net/ping.c index 9508cf1160..5464f2f785 100644 --- a/net/ping.c +++ b/net/ping.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Copied from Linux Monitor (LiMon) - Networking. * @@ -6,7 +7,6 @@ * Copyright 2000 Roland Borde * Copyright 2000 Paolo Scaffardi * Copyright 2000-2002 Wolfgang Denk, wd@denx.de - * SPDX-License-Identifier: GPL-2.0 */ #include "ping.h" |