aboutsummaryrefslogtreecommitdiff
path: root/src/safe_x11
diff options
context:
space:
mode:
authorMatias Linares <matiaslina@openmailbox.org>2015-11-16 01:29:52 -0300
committerMatias Linares <matiaslina@openmailbox.org>2015-11-16 01:29:52 -0300
commit27d0eddd4c1cc275d90938c350a3563428ec5b4f (patch)
treee8ab62b3b7ca761f349bc8ad34ffe25ccb27adb4 /src/safe_x11
parent1c3e06f29ad59c084c00725bf7041c2af126b22d (diff)
downloaddotwm-27d0eddd4c1cc275d90938c350a3563428ec5b4f.tar.gz
Add MIT LICENSE
Diffstat (limited to 'src/safe_x11')
-rw-r--r--src/safe_x11/mod.rs2
-rw-r--r--src/safe_x11/window.rs2
2 files changed, 4 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)]
diff --git a/src/safe_x11/window.rs b/src/safe_x11/window.rs
index 24b5b62..0e8ab10 100644
--- a/src/safe_x11/window.rs
+++ b/src/safe_x11/window.rs
@@ -1,3 +1,5 @@
+// See LICENSE file for copyright and license details.
+
use x11::xlib;
use x11::xlib::{
Window,