summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoraxtlos <axtlos@disroot.org>2024-04-19 23:16:56 +0200
committeraxtlos <axtlos@disroot.org>2024-04-19 23:16:56 +0200
commit5114d443871ade50a7ce0cb9b0f761259e2018eb (patch)
tree4a427fdd04e5d374946c7a175f5d84ec3d736c68 /src
parent90f9a13de3eb985aac0c9b5c4b8882cdaa896062 (diff)
downloaddeskwhich-5114d443871ade50a7ce0cb9b0f761259e2018eb.tar.gz
deskwhich-5114d443871ade50a7ce0cb9b0f761259e2018eb.tar.bz2
Add LICENSE
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;