diff mbox series

[libgpiod] bindings: rust: add missing license and copyright boilerplate

Message ID 20230613072643.105576-1-brgl@bgdev.pl
State New
Headers show
Series [libgpiod] bindings: rust: add missing license and copyright boilerplate | expand

Commit Message

Bartosz Golaszewski June 13, 2023, 7:26 a.m. UTC
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(+)

Comments

Viresh Kumar June 13, 2023, 7:28 a.m. UTC | #1
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>
diff mbox series

Patch

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>