From caabf537b54140e6c9682dd940f1fa9ccf2e2dc3 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Tue, 13 Jun 2023 09:24:42 +0200 Subject: [PATCH] bindings: rust: add missing license and copyright boilerplate Make reuse happy again by adding appropriate license and copyright info. Fixes: 1f8085953086 ("bindings: rust: build against pkg-config info") Acked-by: Viresh Kumar Acked-by: Erik Schilling Signed-off-by: Bartosz Golaszewski --- 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..7a350a4 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 */ + #include -- 2.30.2