linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: can: remove "WITH Linux-syscall-note" from SPDX tag of C files
@ 2020-04-03  7:37 Masahiro Yamada
  2020-04-03 14:35 ` Oliver Hartkopp
  0 siblings, 1 reply; 3+ messages in thread
From: Masahiro Yamada @ 2020-04-03  7:37 UTC (permalink / raw)
  To: Oliver Hartkopp, Marc Kleine-Budde, linux-can
  Cc: Masahiro Yamada, David S. Miller, Jakub Kicinski, linux-kernel, netdev

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>
---

 net/can/bcm.c  | 2 +-
 net/can/gw.c   | 2 +-
 net/can/proc.c | 2 +-
 net/can/raw.c  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net/can/bcm.c b/net/can/bcm.c
index c96fa0f33db3..d94b20933339 100644
--- a/net/can/bcm.c
+++ b/net/can/bcm.c
@@ -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
  *
diff --git a/net/can/gw.c b/net/can/gw.c
index 65d60c93af29..49b4e3d91ad6 100644
--- a/net/can/gw.c
+++ b/net/can/gw.c
@@ -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
  *
  * Copyright (c) 2019 Volkswagen Group Electronic Research
diff --git a/net/can/proc.c b/net/can/proc.c
index e6881bfc3ed1..a4eb06c9eb70 100644
--- a/net/can/proc.c
+++ b/net/can/proc.c
@@ -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
  *
diff --git a/net/can/raw.c b/net/can/raw.c
index 59c039d73c6d..ab104cc18562 100644
--- a/net/can/raw.c
+++ b/net/can/raw.c
@@ -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
  *
  * Copyright (c) 2002-2007 Volkswagen Group Electronic Research
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] net: can: remove "WITH Linux-syscall-note" from SPDX tag of C files
  2020-04-03  7:37 [PATCH] net: can: remove "WITH Linux-syscall-note" from SPDX tag of C files Masahiro Yamada
@ 2020-04-03 14:35 ` Oliver Hartkopp
  2020-06-03  5:42   ` Masahiro Yamada
  0 siblings, 1 reply; 3+ messages in thread
From: Oliver Hartkopp @ 2020-04-03 14:35 UTC (permalink / raw)
  To: Masahiro Yamada, Marc Kleine-Budde, linux-can
  Cc: David S. Miller, Jakub Kicinski, linux-kernel, netdev



On 03/04/2020 09.37, Masahiro Yamada wrote:
> 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>

Acked-by: Oliver Hartkopp <socketcan@hartkopp.net>

Thanks Masahiro!


> ---
> 
>   net/can/bcm.c  | 2 +-
>   net/can/gw.c   | 2 +-
>   net/can/proc.c | 2 +-
>   net/can/raw.c  | 2 +-
>   4 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/net/can/bcm.c b/net/can/bcm.c
> index c96fa0f33db3..d94b20933339 100644
> --- a/net/can/bcm.c
> +++ b/net/can/bcm.c
> @@ -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
>    *
> diff --git a/net/can/gw.c b/net/can/gw.c
> index 65d60c93af29..49b4e3d91ad6 100644
> --- a/net/can/gw.c
> +++ b/net/can/gw.c
> @@ -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
>    *
>    * Copyright (c) 2019 Volkswagen Group Electronic Research
> diff --git a/net/can/proc.c b/net/can/proc.c
> index e6881bfc3ed1..a4eb06c9eb70 100644
> --- a/net/can/proc.c
> +++ b/net/can/proc.c
> @@ -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
>    *
> diff --git a/net/can/raw.c b/net/can/raw.c
> index 59c039d73c6d..ab104cc18562 100644
> --- a/net/can/raw.c
> +++ b/net/can/raw.c
> @@ -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
>    *
>    * Copyright (c) 2002-2007 Volkswagen Group Electronic Research
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] net: can: remove "WITH Linux-syscall-note" from SPDX tag of C files
  2020-04-03 14:35 ` Oliver Hartkopp
@ 2020-06-03  5:42   ` Masahiro Yamada
  0 siblings, 0 replies; 3+ messages in thread
From: Masahiro Yamada @ 2020-06-03  5:42 UTC (permalink / raw)
  To: Oliver Hartkopp
  Cc: Marc Kleine-Budde, linux-can, David S. Miller, Jakub Kicinski,
	Linux Kernel Mailing List, Networking

On Fri, Apr 3, 2020 at 11:35 PM Oliver Hartkopp <socketcan@hartkopp.net> wrote:
>
>
>
> On 03/04/2020 09.37, Masahiro Yamada wrote:
> > 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>
>
> Acked-by: Oliver Hartkopp <socketcan@hartkopp.net>
>
> Thanks Masahiro!


Any chance for this patch picked up?



>
>
> > ---
> >
> >   net/can/bcm.c  | 2 +-
> >   net/can/gw.c   | 2 +-
> >   net/can/proc.c | 2 +-
> >   net/can/raw.c  | 2 +-
> >   4 files changed, 4 insertions(+), 4 deletions(-)
> >
> > diff --git a/net/can/bcm.c b/net/can/bcm.c
> > index c96fa0f33db3..d94b20933339 100644
> > --- a/net/can/bcm.c
> > +++ b/net/can/bcm.c
> > @@ -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
> >    *
> > diff --git a/net/can/gw.c b/net/can/gw.c
> > index 65d60c93af29..49b4e3d91ad6 100644
> > --- a/net/can/gw.c
> > +++ b/net/can/gw.c
> > @@ -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
> >    *
> >    * Copyright (c) 2019 Volkswagen Group Electronic Research
> > diff --git a/net/can/proc.c b/net/can/proc.c
> > index e6881bfc3ed1..a4eb06c9eb70 100644
> > --- a/net/can/proc.c
> > +++ b/net/can/proc.c
> > @@ -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
> >    *
> > diff --git a/net/can/raw.c b/net/can/raw.c
> > index 59c039d73c6d..ab104cc18562 100644
> > --- a/net/can/raw.c
> > +++ b/net/can/raw.c
> > @@ -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
> >    *
> >    * Copyright (c) 2002-2007 Volkswagen Group Electronic Research
> >



-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-06-03  5:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-03  7:37 [PATCH] net: can: remove "WITH Linux-syscall-note" from SPDX tag of C files Masahiro Yamada
2020-04-03 14:35 ` Oliver Hartkopp
2020-06-03  5:42   ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).