diff options
Diffstat (limited to 'talpid-core')
| -rw-r--r-- | talpid-core/Cargo.toml | 3 | ||||
| -rw-r--r-- | talpid-core/src/lib.rs | 9 |
2 files changed, 11 insertions, 1 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml index 3d93e80713..3f5636c7d7 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -1,8 +1,9 @@ [package] name = "talpid-core" version = "0.1.0" -authors = ["Linus Färnstrand <linus@mullvad.net>", "Erik Larkö <erik@mullvad.net>"] +authors = ["Mullvad VPN <admin@mullvad.net>", "Linus Färnstrand <linus@mullvad.net>", "Erik Larkö <erik@mullvad.net>"] description = "Core backend functionality of the Mullvad VPN client" +license = "GPL-3.0" [dependencies] duct = "0.9.1" diff --git a/talpid-core/src/lib.rs b/talpid-core/src/lib.rs index dc37401ebf..271553c10c 100644 --- a/talpid-core/src/lib.rs +++ b/talpid-core/src/lib.rs @@ -1,6 +1,15 @@ #![deny(missing_docs)] //! The core components of the talpidaemon VPN client. +//! +//! # 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. + #[cfg(test)] #[macro_use] |
