From beaee9bf2b3c50d7f5fe1a84ca848835f903c13a Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sun, 16 Nov 2025 09:50:06 +0900 Subject: [PATCH] image: add copyright notice to sequoia wrappers These wrapper files are generated using dlwrap, licensed under "Apache-2.0 OR FSFAP". Given myself is the sole author of the tool, and the generated files do not include any information derived from the original C headers, I'm adding copyright notice of myself. Signed-off-by: Daiki Ueno --- image/signature/internal/sequoia/gosequoia.c | 12 ++++++++---- image/signature/internal/sequoia/gosequoia.h | 12 ++++++++---- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/image/signature/internal/sequoia/gosequoia.c b/image/signature/internal/sequoia/gosequoia.c index d5314016a6..1f4636c8bd 100644 --- a/image/signature/internal/sequoia/gosequoia.c +++ b/image/signature/internal/sequoia/gosequoia.c @@ -1,8 +1,12 @@ /* - * Copying and distribution of this file, with or without modification, - * are permitted in any medium without royalty provided the copyright - * notice and this notice are preserved. This file is offered as-is, - * without any warranty. + * SPDX-License-Identifier: Apache-2.0 OR FSFAP + * SPDX-FileCopyrightText: 2025 Daiki Ueno + * + * You can redistribute and/or modify this file under the terms of either + * Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0.html), or + * FSF All Permissive License + * (https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html), + * or both in parallel, as here. */ #ifdef HAVE_CONFIG_H diff --git a/image/signature/internal/sequoia/gosequoia.h b/image/signature/internal/sequoia/gosequoia.h index 477b985bad..b5f2e83140 100644 --- a/image/signature/internal/sequoia/gosequoia.h +++ b/image/signature/internal/sequoia/gosequoia.h @@ -1,8 +1,12 @@ /* - * Copying and distribution of this file, with or without modification, - * are permitted in any medium without royalty provided the copyright - * notice and this notice are preserved. This file is offered as-is, - * without any warranty. + * SPDX-License-Identifier: Apache-2.0 OR FSFAP + * SPDX-FileCopyrightText: 2025 Daiki Ueno + * + * You can redistribute and/or modify this file under the terms of either + * Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0.html), or + * FSF All Permissive License + * (https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html), + * or both in parallel, as here. */ #ifndef GO_SEQUOIA_H_