diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2020-02-06 10:07:55 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2020-02-06 15:08:20 +0100 |
| commit | 033e58637a99a84a7ace29ff1c23bf7c3b456d48 (patch) | |
| tree | e881ae68ac843427a46de173698c2eb9e31056c7 /mullvad-cli/src | |
| parent | 8ced6b2a795352e99d212292c17378a7885b943a (diff) | |
| download | mullvadvpn-033e58637a99a84a7ace29ff1c23bf7c3b456d48.tar.xz mullvadvpn-033e58637a99a84a7ace29ff1c23bf7c3b456d48.zip | |
Remove licence headers from Rust source code
According to the licence anyone who copies the source
must attach the header anyway is my understanding
Diffstat (limited to 'mullvad-cli/src')
| -rw-r--r-- | mullvad-cli/src/main.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mullvad-cli/src/main.rs b/mullvad-cli/src/main.rs index 7547b0b1cd..b84307c475 100644 --- a/mullvad-cli/src/main.rs +++ b/mullvad-cli/src/main.rs @@ -1,11 +1,3 @@ -//! # 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. - #![deny(rust_2018_idioms)] use clap::{crate_authors, crate_description, crate_name}; |
