feat: apply license header
This commit is contained in:
parent
c4bc8df0b8
commit
df966ced0b
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
// SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net>
|
||||
//
|
||||
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
use clap::Parser;
|
||||
use pow_sha256::ConfigBuilder;
|
||||
use rayon::prelude::*;
|
||||
|
|
Reference in a new issue