summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/args.rs2
-rw-r--r--src/main.rs1
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;