diff options
Diffstat (limited to 'include/net/raw.h')
| -rw-r--r-- | include/net/raw.h | 6 | 
1 files changed, 1 insertions, 5 deletions
diff --git a/include/net/raw.h b/include/net/raw.h index 821ff4887f77..8ad8df594853 100644 --- a/include/net/raw.h +++ b/include/net/raw.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */  /*   * INET		An implementation of the TCP/IP protocol suite for the LINUX   *		operating system.  INET is implemented using the  BSD Socket @@ -8,11 +9,6 @@   * Version:	@(#)raw.h	1.0.2	05/07/93   *   * Author:	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 _RAW_H  #define _RAW_H  |