From fd25c0ea05fec3997f44d986b2fb904ba029e812 Mon Sep 17 00:00:00 2001 From: Erik Schilling Date: Fri, 26 May 2023 17:27:32 +0200 Subject: [PATCH] rust: bindings: turn SPDX tags into comments In markdown `# Foo` generates a top-level heading. This leads to to some weird, huge SPDX tags being rendered before the start of the actual content. Lacking good examples, I just took the syntax that `reuse addheader`[1] outputs. [1] https://github.com/fsfe/reuse-tool Signed-off-by: Erik Schilling Acked-by: Viresh Kumar Signed-off-by: Bartosz Golaszewski --- bindings/rust/gpiosim-sys/README.md | 8 +++++--- bindings/rust/libgpiod-sys/README.md | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/bindings/rust/gpiosim-sys/README.md b/bindings/rust/gpiosim-sys/README.md index 6cd24d9..b13f09a 100644 --- a/bindings/rust/gpiosim-sys/README.md +++ b/bindings/rust/gpiosim-sys/README.md @@ -1,6 +1,8 @@ -# SPDX-License-Identifier: CC0-1.0 -# SPDX-FileCopyrightText: 2022 Linaro Ltd. -# SPDX-FileCopyrightText: 2022 Viresh Kumar + # Generated gpiosim Rust FFI bindings Automatically generated Rust FFI bindings via diff --git a/bindings/rust/libgpiod-sys/README.md b/bindings/rust/libgpiod-sys/README.md index 3eb5c9d..1cb3b0a 100644 --- a/bindings/rust/libgpiod-sys/README.md +++ b/bindings/rust/libgpiod-sys/README.md @@ -1,6 +1,8 @@ -# SPDX-License-Identifier: CC0-1.0 -# SPDX-FileCopyrightText: 2022 Linaro Ltd. -# SPDX-FileCopyrightText: 2022 Viresh Kumar + # Generated libgpiod-sys Rust FFI bindings Automatically generated Rust FFI bindings via -- 2.30.2