diff options
Diffstat (limited to 'net/rfkill/input.c')
-rw-r--r-- | net/rfkill/input.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/rfkill/input.c b/net/rfkill/input.c index b85107b5ef62..4b01baea1d4a 100644 --- a/net/rfkill/input.c +++ b/net/rfkill/input.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Input layer to RF Kill interface connector | 3 | * Input layer to RF Kill interface connector |
3 | * | 4 | * |
4 | * Copyright (c) 2007 Dmitry Torokhov | 5 | * Copyright (c) 2007 Dmitry Torokhov |
5 | * Copyright 2009 Johannes Berg <johannes@sipsolutions.net> | 6 | * Copyright 2009 Johannes Berg <johannes@sipsolutions.net> |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License version 2 as published | ||
9 | * by the Free Software Foundation. | ||
10 | * | ||
11 | * If you ever run into a situation in which you have a SW_ type rfkill | 8 | * If you ever run into a situation in which you have a SW_ type rfkill |
12 | * input device, then you can revive code that was removed in the patch | 9 | * input device, then you can revive code that was removed in the patch |
13 | * "rfkill-input: remove unused code". | 10 | * "rfkill-input: remove unused code". |