aboutsummaryrefslogtreecommitdiff
path: root/src/safe_x11/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/safe_x11/mod.rs')
-rw-r--r--src/safe_x11/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/safe_x11/mod.rs b/src/safe_x11/mod.rs
index bdfd7cf..e587021 100644
--- a/src/safe_x11/mod.rs
+++ b/src/safe_x11/mod.rs
@@ -1,3 +1,5 @@
+// See LICENSE file for copyright and license details.
+
//! Safe wrapper around the `x11-rs` crate. This should be as much safe as possible.
#![allow(dead_code)]