Add SPDX copyright headers

This commit is contained in:
Heiko Schaefer 2021-07-12 12:25:58 +02:00
parent de0645ef0e
commit 3872b585d8
2 changed files with 6 additions and 0 deletions

View file

@ -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"

View file

@ -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;