Main: Add licence header

This commit is contained in:
networkException 2022-08-15 13:07:36 +02:00
parent a5b576108e
commit eb64d353c8
Signed by: networkException
GPG key ID: E3877443AE684391

View file

@ -1,3 +1,9 @@
/*
* Copyright (c) 2022, networkException <git@nwex.de>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
use clap::Parser;
use indicatif::{ParallelProgressIterator, ProgressBar, ProgressStyle, ProgressFinish};
use rayon::ThreadPoolBuilder;