Skip to content

Commit 4654767

Browse files
authored
Merge pull request #473 from ueno/wip/sequoia-copyright
image: add copyright notice to sequoia wrappers
2 parents 397182c + beaee9b commit 4654767

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

image/signature/internal/sequoia/gosequoia.c

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
/*
2-
* Copying and distribution of this file, with or without modification,
3-
* are permitted in any medium without royalty provided the copyright
4-
* notice and this notice are preserved. This file is offered as-is,
5-
* without any warranty.
2+
* SPDX-License-Identifier: Apache-2.0 OR FSFAP
3+
* SPDX-FileCopyrightText: 2025 Daiki Ueno
4+
*
5+
* You can redistribute and/or modify this file under the terms of either
6+
* Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0.html), or
7+
* FSF All Permissive License
8+
* (https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html),
9+
* or both in parallel, as here.
610
*/
711

812
#ifdef HAVE_CONFIG_H

image/signature/internal/sequoia/gosequoia.h

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
/*
2-
* Copying and distribution of this file, with or without modification,
3-
* are permitted in any medium without royalty provided the copyright
4-
* notice and this notice are preserved. This file is offered as-is,
5-
* without any warranty.
2+
* SPDX-License-Identifier: Apache-2.0 OR FSFAP
3+
* SPDX-FileCopyrightText: 2025 Daiki Ueno
4+
*
5+
* You can redistribute and/or modify this file under the terms of either
6+
* Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0.html), or
7+
* FSF All Permissive License
8+
* (https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html),
9+
* or both in parallel, as here.
610
*/
711

812
#ifndef GO_SEQUOIA_H_

0 commit comments

Comments
 (0)