diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/args.rs | 2 | ||||
-rw-r--r-- | src/main.rs | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/args.rs b/src/args.rs index d5efe2e..00c8a25 100644 --- a/src/args.rs +++ b/src/args.rs @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: GPL-3.0-only + use clap::Parser; #[derive(Debug, Parser)] diff --git a/src/main.rs b/src/main.rs index 18ee8e9..fa89851 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-3.0-only mod args; use std::fs; use std::env; |