diff options
author | Oliver Hartkopp <socketcan@hartkopp.net> | 2019-07-23 16:17:55 +0300 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2019-07-24 11:31:55 +0300 |
commit | fba76a58452694b9b13c07e48839fa84c75f57af (patch) | |
tree | f4091a5371b23f2b62a53a74556328d7dc86c267 /net/can/af_can.c | |
parent | 60649d4e0af6c26b6c423dea9c57f39e823fc0c5 (diff) | |
download | linux-fba76a58452694b9b13c07e48839fa84c75f57af.tar.xz |
can: Add SPDX license identifiers for CAN subsystem
Add missing SPDX identifiers for the CAN network layer and correct the SPDX
license for two of its include files to make sure the BSD-3-Clause applies
for the entire subsystem.
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'net/can/af_can.c')
-rw-r--r-- | net/can/af_can.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/can/af_can.c b/net/can/af_can.c index 9c86de2da45e..76cf83b2bd40 100644 --- a/net/can/af_can.c +++ b/net/can/af_can.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) /* * af_can.c - Protocol family CAN core module * (used by different CAN protocol modules) |