Remove reuse compliance headers

This commit is contained in:
Sosthène Guédon
2023-09-15 17:31:28 +02:00
parent a639b0f465
commit 76bb22daab
32 changed files with 1 additions and 108 deletions
-4
View File
@@ -1,6 +1,3 @@
# Copyright (C) 2022 Nitrokey GmbH
# SPDX-License-Identifier: CC0-1.0
.NOTPARALLEL:
export RUST_LOG ?= info,cargo_tarpaulin=off
@@ -24,7 +21,6 @@ lint:
cargo check --all-features --all-targets
cargo clippy --all-targets --all-features -- -Dwarnings
RUSTDOCFLAGS='-Dwarnings' cargo doc --all-features
reuse lint
.PHONY: tarpaulin
tarpaulin: