Main: Add licence header

This commit is contained in:
networkException 2022-08-15 13:07:36 +02:00
parent 990a17e180
commit 928402254e
No known key found for this signature in database
GPG key ID: C1F2658DC370C8FC

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;