summaryrefslogtreecommitdiffhomepage
path: root/talpid-core/src
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2017-09-08 12:58:11 +0200
committerLinus Färnstrand <linus@mullvad.net>2017-09-08 12:58:11 +0200
commitbf85a72a067389abfee4498a07b3a2d0fa8443eb (patch)
tree638fa8057bcff067005bb6ff263a424126409fc5 /talpid-core/src
parented1009d84b5766e5cc491dabb61275131cfcc3ee (diff)
parent282d1e5d14c4bedb9b16941c764bde81de5a68df (diff)
downloadmullvadvpn-bf85a72a067389abfee4498a07b3a2d0fa8443eb.tar.xz
mullvadvpn-bf85a72a067389abfee4498a07b3a2d0fa8443eb.zip
Merge branch 'add-license'
Diffstat (limited to 'talpid-core/src')
-rw-r--r--talpid-core/src/lib.rs9
1 files changed, 9 insertions, 0 deletions
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]