public inbox for linux-gpio@vger.kernel.org
 help / color / mirror / Atom feed
* [libgpiod][PATCH] bindings: rust: add missing license and copyright boilerplate
@ 2023-06-13  7:26 Bartosz Golaszewski
  2023-06-13  7:28 ` Viresh Kumar
  0 siblings, 1 reply; 4+ messages in thread
From: Bartosz Golaszewski @ 2023-06-13  7:26 UTC (permalink / raw)
  To: Kent Gibson, Linus Walleij, Andy Shevchenko, Viresh Kumar,
	Erik Schilling
  Cc: linux-gpio, Bartosz Golaszewski

From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Make reuse happy again by adding appropriate license and copyright info.

Fixes: 1f8085953086 ("bindings: rust: build against pkg-config info")
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
 bindings/rust/libgpiod-sys/wrapper.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/bindings/rust/libgpiod-sys/wrapper.h b/bindings/rust/libgpiod-sys/wrapper.h
index 8a8bd41..e5cdfa0 100644
--- a/bindings/rust/libgpiod-sys/wrapper.h
+++ b/bindings/rust/libgpiod-sys/wrapper.h
@@ -1 +1,5 @@
+// SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause
+// SPDX-FileCopyrightText: 2023 Linaro Ltd.
+// SPDX-FileCopyrightText: 2023 Erik Schilling <erik.schilling@linaro.org>
+
 #include <gpiod.h>
-- 
2.39.2


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

* Re: [libgpiod][PATCH] bindings: rust: add missing license and copyright boilerplate
  2023-06-13  7:26 [libgpiod][PATCH] bindings: rust: add missing license and copyright boilerplate Bartosz Golaszewski
@ 2023-06-13  7:28 ` Viresh Kumar
  2023-06-13  7:30   ` Bartosz Golaszewski
  0 siblings, 1 reply; 4+ messages in thread
From: Viresh Kumar @ 2023-06-13  7:28 UTC (permalink / raw)
  To: Bartosz Golaszewski
  Cc: Kent Gibson, Linus Walleij, Andy Shevchenko, Erik Schilling,
	linux-gpio, Bartosz Golaszewski

On 13-06-23, 09:26, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> 
> Make reuse happy again by adding appropriate license and copyright info.
> 
> Fixes: 1f8085953086 ("bindings: rust: build against pkg-config info")
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> ---
>  bindings/rust/libgpiod-sys/wrapper.h | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/bindings/rust/libgpiod-sys/wrapper.h b/bindings/rust/libgpiod-sys/wrapper.h
> index 8a8bd41..e5cdfa0 100644
> --- a/bindings/rust/libgpiod-sys/wrapper.h
> +++ b/bindings/rust/libgpiod-sys/wrapper.h
> @@ -1 +1,5 @@
> +// SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause
> +// SPDX-FileCopyrightText: 2023 Linaro Ltd.
> +// SPDX-FileCopyrightText: 2023 Erik Schilling <erik.schilling@linaro.org>
> +
>  #include <gpiod.h>

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

-- 
viresh

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

* Re: [libgpiod][PATCH] bindings: rust: add missing license and copyright boilerplate
  2023-06-13  7:28 ` Viresh Kumar
@ 2023-06-13  7:30   ` Bartosz Golaszewski
  2023-06-13  8:08     ` Erik Schilling
  0 siblings, 1 reply; 4+ messages in thread
From: Bartosz Golaszewski @ 2023-06-13  7:30 UTC (permalink / raw)
  To: Viresh Kumar
  Cc: Bartosz Golaszewski, Kent Gibson, Linus Walleij, Andy Shevchenko,
	Erik Schilling, linux-gpio

On Tue, 13 Jun 2023 at 09:28, Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> On 13-06-23, 09:26, Bartosz Golaszewski wrote:
> > From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> >
> > Make reuse happy again by adding appropriate license and copyright info.
> >
> > Fixes: 1f8085953086 ("bindings: rust: build against pkg-config info")
> > Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> > ---
> >  bindings/rust/libgpiod-sys/wrapper.h | 4 ++++
> >  1 file changed, 4 insertions(+)
> >
> > diff --git a/bindings/rust/libgpiod-sys/wrapper.h b/bindings/rust/libgpiod-sys/wrapper.h
> > index 8a8bd41..e5cdfa0 100644
> > --- a/bindings/rust/libgpiod-sys/wrapper.h
> > +++ b/bindings/rust/libgpiod-sys/wrapper.h
> > @@ -1 +1,5 @@
> > +// SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause
> > +// SPDX-FileCopyrightText: 2023 Linaro Ltd.
> > +// SPDX-FileCopyrightText: 2023 Erik Schilling <erik.schilling@linaro.org>
> > +
> >  #include <gpiod.h>
>
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
>
> --
> viresh

Ah C headers should use /* */ comments for SPDX stuff. I'll fix it
when applying.

Bart

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

* Re: [libgpiod][PATCH] bindings: rust: add missing license and copyright boilerplate
  2023-06-13  7:30   ` Bartosz Golaszewski
@ 2023-06-13  8:08     ` Erik Schilling
  0 siblings, 0 replies; 4+ messages in thread
From: Erik Schilling @ 2023-06-13  8:08 UTC (permalink / raw)
  To: Bartosz Golaszewski, Viresh Kumar
  Cc: Bartosz Golaszewski, Kent Gibson, Linus Walleij, Andy Shevchenko,
	linux-gpio

On Tue Jun 13, 2023 at 9:30 AM CEST, Bartosz Golaszewski wrote:
> > On 13-06-23, 09:26, Bartosz Golaszewski wrote:
> > > From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> > >
> > > Make reuse happy again by adding appropriate license and copyright info.
> > >
> > > Fixes: 1f8085953086 ("bindings: rust: build against pkg-config info")
> > > Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> > > ---
> > >  bindings/rust/libgpiod-sys/wrapper.h | 4 ++++
> > >  1 file changed, 4 insertions(+)
> > >
> > > diff --git a/bindings/rust/libgpiod-sys/wrapper.h b/bindings/rust/libgpiod-sys/wrapper.h
> > > index 8a8bd41..e5cdfa0 100644
> > > --- a/bindings/rust/libgpiod-sys/wrapper.h
> > > +++ b/bindings/rust/libgpiod-sys/wrapper.h
> > > @@ -1 +1,5 @@
> > > +// SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause
> > > +// SPDX-FileCopyrightText: 2023 Linaro Ltd.
> > > +// SPDX-FileCopyrightText: 2023 Erik Schilling <erik.schilling@linaro.org>
> > > +
> > >  #include <gpiod.h>
>
> Ah C headers should use /* */ comments for SPDX stuff. I'll fix it
> when applying.
>
> Bart

Acked-by: Erik Schilling <erik.schilling@linaro.org>

- Erik

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

end of thread, other threads:[~2023-06-13  8:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-13  7:26 [libgpiod][PATCH] bindings: rust: add missing license and copyright boilerplate Bartosz Golaszewski
2023-06-13  7:28 ` Viresh Kumar
2023-06-13  7:30   ` Bartosz Golaszewski
2023-06-13  8:08     ` Erik Schilling

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox