diff options
author | Linus Färnstrand <linus@mullvad.net> | 2018-08-29 15:48:02 +0200 |
---|---|---|
committer | Linus Färnstrand <linus@mullvad.net> | 2018-08-29 15:48:02 +0200 |
commit | 5065cdf6c2f428b438b9d61881d12832ecb1d1ec (patch) | |
tree | 223dd6259835b82ec60fa75e867aee6e195f37f9 /nftnl/src/lib.rs | |
parent | 461e19a624eba04f9ece8c594cdf21e7c2c36a85 (diff) |
Add license information
Diffstat (limited to 'nftnl/src/lib.rs')
-rw-r--r-- | nftnl/src/lib.rs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nftnl/src/lib.rs b/nftnl/src/lib.rs index b9d12ea..5bfb967 100644 --- a/nftnl/src/lib.rs +++ b/nftnl/src/lib.rs @@ -1,3 +1,11 @@ +// Copyright 2018 Amagicom AB. +// +// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or +// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license +// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your +// option. This file may not be copied, modified, or distributed +// except according to those terms. + pub extern crate nftnl_sys; #[macro_use] |