diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-05-19 08:08:20 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-05-21 04:50:45 -0400 |
commit | 09c434b8a0047c69e48499de0107de312901e798 (patch) | |
tree | b03311374700de8c8773fffc500a85748638b998 /net/atm | |
parent | 457c89965399115e5cd8bf38f9c597293405703d (diff) |
treewide: Add SPDX license identifier for more missed files
Add SPDX license identifiers to all files which:
- Have no license information of any form
- Have MODULE_LICENCE("GPL*") inside which was used in the initial
scan/conversion to ignore the file
These files fall under the project license, GPL v2 only. The resulting SPDX
license identifier is:
GPL-2.0-only
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/atm')
-rw-r--r-- | net/atm/br2684.c | 1 | ||||
-rw-r--r-- | net/atm/clip.c | 1 | ||||
-rw-r--r-- | net/atm/common.c | 1 | ||||
-rw-r--r-- | net/atm/lec.c | 1 | ||||
-rw-r--r-- | net/atm/mpc.c | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/net/atm/br2684.c b/net/atm/br2684.c index 10462de734ea..3e17a5ecaa94 100644 --- a/net/atm/br2684.c +++ b/net/atm/br2684.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Ethernet netdevice using ATM AAL5 as underlying carrier | 3 | * Ethernet netdevice using ATM AAL5 as underlying carrier |
3 | * (RFC1483 obsoleted by RFC2684) for Linux | 4 | * (RFC1483 obsoleted by RFC2684) for Linux |
diff --git a/net/atm/clip.c b/net/atm/clip.c index b9e67e589a7b..a7972da7235d 100644 --- a/net/atm/clip.c +++ b/net/atm/clip.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* net/atm/clip.c - RFC1577 Classical IP over ATM */ | 2 | /* net/atm/clip.c - RFC1577 Classical IP over ATM */ |
2 | 3 | ||
3 | /* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */ | 4 | /* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */ |
diff --git a/net/atm/common.c b/net/atm/common.c index a38c174fc766..b7528e77997c 100644 --- a/net/atm/common.c +++ b/net/atm/common.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* net/atm/common.c - ATM sockets (common part for PVC and SVC) */ | 2 | /* net/atm/common.c - ATM sockets (common part for PVC and SVC) */ |
2 | 3 | ||
3 | /* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */ | 4 | /* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */ |
diff --git a/net/atm/lec.c b/net/atm/lec.c index a0311493b01b..5a77c235a212 100644 --- a/net/atm/lec.c +++ b/net/atm/lec.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * lec.c: Lan Emulation driver | 3 | * lec.c: Lan Emulation driver |
3 | * | 4 | * |
diff --git a/net/atm/mpc.c b/net/atm/mpc.c index 24b53c4c39c6..033871e718a3 100644 --- a/net/atm/mpc.c +++ b/net/atm/mpc.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | #define pr_fmt(fmt) KBUILD_MODNAME ":%s: " fmt, __func__ | 2 | #define pr_fmt(fmt) KBUILD_MODNAME ":%s: " fmt, __func__ |
2 | 3 | ||
3 | #include <linux/kernel.h> | 4 | #include <linux/kernel.h> |