diff options
Diffstat (limited to 'net/nfc/netlink.c')
-rw-r--r-- | net/nfc/netlink.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/net/nfc/netlink.c b/net/nfc/netlink.c index 04a8e47674ec..1180b3e58a0a 100644 --- a/net/nfc/netlink.c +++ b/net/nfc/netlink.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2011 Instituto Nokia de Tecnologia | 3 | * Copyright (C) 2011 Instituto Nokia de Tecnologia |
3 | * | 4 | * |
@@ -10,19 +11,6 @@ | |||
10 | * | 11 | * |
11 | * Copyright 2006-2010 Johannes Berg <johannes@sipsolutions.net> | 12 | * Copyright 2006-2010 Johannes Berg <johannes@sipsolutions.net> |
12 | * Copyright 2013-2014 Intel Mobile Communications GmbH | 13 | * Copyright 2013-2014 Intel Mobile Communications GmbH |
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License as published by | ||
16 | * the Free Software Foundation; either version 2 of the License, or | ||
17 | * (at your option) any later version. | ||
18 | * | ||
19 | * This program is distributed in the hope that it will be useful, | ||
20 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
22 | * GNU General Public License for more details. | ||
23 | * | ||
24 | * You should have received a copy of the GNU General Public License | ||
25 | * along with this program; if not, see <http://www.gnu.org/licenses/>. | ||
26 | */ | 14 | */ |
27 | 15 | ||
28 | #define pr_fmt(fmt) KBUILD_MODNAME ": %s: " fmt, __func__ | 16 | #define pr_fmt(fmt) KBUILD_MODNAME ": %s: " fmt, __func__ |