Add SPDX copyright headers
This commit is contained in:
parent
de0645ef0e
commit
3872b585d8
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
# SPDX-FileCopyrightText: 2021 Heiko Schaefer <heiko@schaefer.name>
|
||||||
|
# SPDX-License-Identifier: MIT OR Apache-2.0
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "openpgp-card-scdc"
|
name = "openpgp-card-scdc"
|
||||||
description = "Experimental SCDaemon Client, intended for use in the openpgp-card crate"
|
description = "Experimental SCDaemon Client, intended for use in the openpgp-card crate"
|
||||||
|
|
|
@ -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 anyhow::{anyhow, Result};
|
||||||
use futures::StreamExt;
|
use futures::StreamExt;
|
||||||
use lazy_static::lazy_static;
|
use lazy_static::lazy_static;
|
||||||
|
|
Loading…
Reference in a new issue