diff options
author | Tuomas Siipola | 2020-07-22 19:12:18 +0300 |
---|---|---|
committer | Tuomas Siipola | 2020-07-22 19:16:10 +0300 |
commit | b85ca3cf1de91fa44933032d754073406e95cdee (patch) | |
tree | d2afa009ac5ca7237ed2960210000c3bb33b7eeb | |
parent | 080649a40ea251fae8798fcdf8afc265b9c97227 (diff) |
Update copyright
-rw-r--r-- | src/main.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index e3ffba2..3b18959 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,6 @@ -// SPDX-FileCopyrightText: 2019 Tuomas Siipola +// SPDX-FileCopyrightText: 2019-2020 Tuomas Siipola +// SPDX-FileCopyrightText: 2019-2020 Johannes Siipola +// // SPDX-License-Identifier: AGPL-3.0-or-later use clap::{App, Arg}; |