aboutsummaryrefslogtreecommitdiff
path: root/nftnl/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'nftnl/src/lib.rs')
-rw-r--r--nftnl/src/lib.rs8
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]