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

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