diff options
Diffstat (limited to 'include/linux/net.h')
| -rw-r--r-- | include/linux/net.h | 6 | 
1 files changed, 1 insertions, 5 deletions
diff --git a/include/linux/net.h b/include/linux/net.h index 50bf5206ead6..f7d672cf25b5 100644 --- a/include/linux/net.h +++ b/include/linux/net.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */  /*   * NET		An implementation of the SOCKET network access protocol.   *		This is the master header file for the Linux NET layer, @@ -9,11 +10,6 @@   * Authors:	Orest Zborowski, <[email protected]>   *		Ross Biro   *		Fred N. van Kempen, <[email protected]> - * - *		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.   */  #ifndef _LINUX_NET_H  #define _LINUX_NET_H  |