diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-09-08 12:58:11 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-09-08 12:58:11 +0200 |
| commit | bf85a72a067389abfee4498a07b3a2d0fa8443eb (patch) | |
| tree | 638fa8057bcff067005bb6ff263a424126409fc5 /mullvad-cli | |
| parent | ed1009d84b5766e5cc491dabb61275131cfcc3ee (diff) | |
| parent | 282d1e5d14c4bedb9b16941c764bde81de5a68df (diff) | |
| download | mullvadvpn-bf85a72a067389abfee4498a07b3a2d0fa8443eb.tar.xz mullvadvpn-bf85a72a067389abfee4498a07b3a2d0fa8443eb.zip | |
Merge branch 'add-license'
Diffstat (limited to 'mullvad-cli')
| -rw-r--r-- | mullvad-cli/Cargo.toml | 1 | ||||
| -rw-r--r-- | mullvad-cli/src/main.rs | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml index 55ecb0394c..63d11a4656 100644 --- a/mullvad-cli/Cargo.toml +++ b/mullvad-cli/Cargo.toml @@ -3,6 +3,7 @@ name = "mullvad-cli" version = "0.1.0" authors = ["Linus Färnstrand <linus@mullvad.net>", "Erik Larkö <erik@mullvad.net>"] description = "Run Talpid easily from the command line" +license = "GPL-3.0" [[bin]] name = "mullvad" diff --git a/mullvad-cli/src/main.rs b/mullvad-cli/src/main.rs index 00e9f5b0fe..745d2aea34 100644 --- a/mullvad-cli/src/main.rs +++ b/mullvad-cli/src/main.rs @@ -1,3 +1,11 @@ +//! # License +//! +//! Copyright (C) 2017 Amagicom AB +//! +//! This program is free software: you can redistribute it and/or modify it under the terms of the +//! GNU General Public License as published by the Free Software Foundation, either version 3 of +//! the License, or (at your option) any later version. + // `error_chain!` can recurse deeply #![recursion_limit = "1024"] |
