aboutsummaryrefslogtreecommitdiff
path: root/src/cli.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-26 13:23:35 -0700
committerFuwn <[email protected]>2021-04-26 13:23:35 -0700
commit76459666e2781bc7f439c8ec40e3a8d2fd025968 (patch)
tree1b46f98b95dc9086ad4e9ade28729865b9b47fb3 /src/cli.rs
parentetc: Update license date Regex (diff)
downloadwhirl-76459666e2781bc7f439c8ec40e3a8d2fd025968.tar.xz
whirl-76459666e2781bc7f439c8ec40e3a8d2fd025968.zip
etc: Prepend license identifier to *most* files
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cli.rs b/src/cli.rs
index d7f5cff..64d4973 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -1,3 +1,6 @@
+// Copyleft 2021-2021 Whirlsplash
+// SPDX-License-Identifier: GPL-3.0-only
+
use structopt::clap::{App, AppSettings, Arg, SubCommand};
pub fn cli<'b, 'a>() -> App<'a, 'b> {