diff options
Diffstat (limited to 'net/l2tp')
-rw-r--r-- | net/l2tp/l2tp_core.c | 5 | ||||
-rw-r--r-- | net/l2tp/l2tp_core.h | 5 | ||||
-rw-r--r-- | net/l2tp/l2tp_netlink.c | 5 |
3 files changed, 3 insertions, 12 deletions
diff --git a/net/l2tp/l2tp_core.c b/net/l2tp/l2tp_core.c index e4dec03a19fe..105e5a7092e7 100644 --- a/net/l2tp/l2tp_core.c +++ b/net/l2tp/l2tp_core.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * L2TP core. | 3 | * L2TP core. |
3 | * | 4 | * |
@@ -12,10 +13,6 @@ | |||
12 | * Michal Ostrowski <mostrows@speakeasy.net> | 13 | * Michal Ostrowski <mostrows@speakeasy.net> |
13 | * Arnaldo Carvalho de Melo <acme@xconectiva.com.br> | 14 | * Arnaldo Carvalho de Melo <acme@xconectiva.com.br> |
14 | * David S. Miller (davem@redhat.com) | 15 | * David S. Miller (davem@redhat.com) |
15 | * | ||
16 | * This program is free software; you can redistribute it and/or modify | ||
17 | * it under the terms of the GNU General Public License version 2 as | ||
18 | * published by the Free Software Foundation. | ||
19 | */ | 16 | */ |
20 | 17 | ||
21 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 18 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/net/l2tp/l2tp_core.h b/net/l2tp/l2tp_core.h index b2ce90260c35..2db3d50d10a4 100644 --- a/net/l2tp/l2tp_core.h +++ b/net/l2tp/l2tp_core.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * L2TP internal definitions. | 3 | * L2TP internal definitions. |
3 | * | 4 | * |
4 | * Copyright (c) 2008,2009 Katalix Systems Ltd | 5 | * Copyright (c) 2008,2009 Katalix Systems Ltd |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | #include <linux/refcount.h> | 7 | #include <linux/refcount.h> |
11 | 8 | ||
diff --git a/net/l2tp/l2tp_netlink.c b/net/l2tp/l2tp_netlink.c index 6acc7f869b0c..f5a9bdc4980c 100644 --- a/net/l2tp/l2tp_netlink.c +++ b/net/l2tp/l2tp_netlink.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * L2TP netlink layer, for management | 3 | * L2TP netlink layer, for management |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * Copyright (c) 2007 Samuel Ortiz <samuel@sortiz.org> | 9 | * Copyright (c) 2007 Samuel Ortiz <samuel@sortiz.org> |
9 | * which is in turn partly based on the wireless netlink code: | 10 | * which is in turn partly based on the wireless netlink code: |
10 | * Copyright 2006 Johannes Berg <johannes@sipsolutions.net> | 11 | * Copyright 2006 Johannes Berg <johannes@sipsolutions.net> |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or modify | ||
13 | * it under the terms of the GNU General Public License version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 14 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |