diff options
| author | Tim Bird <tim.bird@sony.com> | 2026-05-22 16:55:08 -0600 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-05-26 17:26:57 -0700 |
| commit | 0b13c6a618d09b20dbb1a33bc354764cbac6f2bd (patch) | |
| tree | cd00e83e110864449b2e7061160dbb70f2f7273c /include/linux | |
| parent | a1940775c5e465e931372b3e442d89c0b89d9809 (diff) | |
llc: Add SPDX id lines to some llc source files
Most of the lls source files are missing SPDX-License-Identifier
lines. Add appropriate IDs to these files, and remove other license
info from the header. In once case, leave the existing id line
and just remove the license reference text.
Signed-off-by: Tim Bird <tim.bird@sony.com>
Link: https://patch.msgid.link/20260522225508.24006-1-tim.bird@sony.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/llc.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/linux/llc.h b/include/linux/llc.h index b965314d017f..944e9e213112 100644 --- a/include/linux/llc.h +++ b/include/linux/llc.h @@ -1,14 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * IEEE 802.2 User Interface SAPs for Linux, data structures and indicators. * * Copyright (c) 2001 by Jay Schulist <jschlst@samba.org> - * - * This program can be redistributed or modified under the terms of the - * GNU General Public License as published by the Free Software Foundation. - * This program is distributed without any warranty or implied warranty - * of merchantability or fitness for a particular purpose. - * - * See the GNU General Public License for more details. */ #ifndef __LINUX_LLC_H #define __LINUX_LLC_H |
