mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 23:21:46 +00:00
can: remove "WITH Linux-syscall-note" from SPDX tag of C files
The "WITH Linux-syscall-note" exception is intended for UAPI headers. See LICENSES/exceptions/Linux-syscall-note Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Link: https://lore.kernel.org/r/20200403073741.18352-1-masahiroy@kernel.org Acked-by: Oliver Hartkopp <socketcan@hartkopp.net> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
parent
f61e7bfa50
commit
d77cd7fefc
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
// SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
|
// SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
|
||||||
/*
|
/*
|
||||||
* bcm.c - Broadcast Manager to filter/send (cyclic) CAN content
|
* bcm.c - Broadcast Manager to filter/send (cyclic) CAN content
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
|
// SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
|
||||||
/* gw.c - CAN frame Gateway/Router/Bridge with netlink interface
|
/* gw.c - CAN frame Gateway/Router/Bridge with netlink interface
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019 Volkswagen Group Electronic Research
|
* Copyright (c) 2019 Volkswagen Group Electronic Research
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
|
// SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
|
||||||
/*
|
/*
|
||||||
* proc.c - procfs support for Protocol family CAN core module
|
* proc.c - procfs support for Protocol family CAN core module
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
|
// SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
|
||||||
/* raw.c - Raw sockets for protocol family CAN
|
/* raw.c - Raw sockets for protocol family CAN
|
||||||
*
|
*
|
||||||
* Copyright (c) 2002-2007 Volkswagen Group Electronic Research
|
* Copyright (c) 2002-2007 Volkswagen Group Electronic Research
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue