From 27d0eddd4c1cc275d90938c350a3563428ec5b4f Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Mon, 16 Nov 2015 01:29:52 -0300 Subject: Add MIT LICENSE --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 4a0c545..f00523d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,5 @@ +// See LICENSE file for copyright and license details. + extern crate libc; extern crate x11; -- cgit v1.2.3-54-g00ecf