Fix reuse license information
This commit is contained in:
parent
5af213562b
commit
fa0c5a7faf
2 changed files with 7 additions and 0 deletions
|
@ -6,3 +6,7 @@ Source: https://gitlab.com/hkos/openpgp-card
|
|||
Files: example/*
|
||||
Copyright: 2021 Heiko Schaefer <heiko@schaefer.name>
|
||||
License: CC0-1.0
|
||||
|
||||
Files: card-functionality/data/*
|
||||
Copyright: 2021 Heiko Schaefer <heiko@schaefer.name>
|
||||
License: CC0-1.0
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2021 Heiko Schaefer <heiko@schaefer.name>
|
||||
// SPDX-License-Identifier: MIT OR Apache-2.0
|
||||
|
||||
use anyhow::{anyhow, Result};
|
||||
|
||||
use sequoia_openpgp::cert::amalgamation::key::ValidKeyAmalgamation;
|
||||
|
|
Loading…
Reference in a new issue