From: Bartosz Golaszewski Date: Tue, 13 Jun 2023 07:24:42 +0000 (+0200) Subject: bindings: rust: add missing license and copyright boilerplate X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=caabf537b54140e6c9682dd940f1fa9ccf2e2dc3;p=qemu-gpiodev%2Flibgpiod.git 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 --- 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