diff options
Diffstat (limited to 'net/ipv6/udp.c')
| -rw-r--r-- | net/ipv6/udp.c | 6 | 
1 files changed, 1 insertions, 5 deletions
diff --git a/net/ipv6/udp.c b/net/ipv6/udp.c index 07fa579dfb96..b3418a7c5c74 100644 --- a/net/ipv6/udp.c +++ b/net/ipv6/udp.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later  /*   *	UDP over IPv6   *	Linux INET6 implementation @@ -14,11 +15,6 @@   *					a single port at the same time.   *      Kazunori MIYAZAWA @USAGI:       change process style to use ip6_append_data   *      YOSHIFUJI Hideaki @USAGI:	convert /proc/net/udp6 to seq_file. - * - *	This program is free software; you can redistribute it and/or - *      modify it under the terms of the GNU General Public License - *      as published by the Free Software Foundation; either version - *      2 of the License, or (at your option) any later version.   */  #include <linux/errno.h>  | 
