diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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; |