diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2015-11-16 01:29:52 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2015-11-16 01:29:52 -0300 |
commit | 27d0eddd4c1cc275d90938c350a3563428ec5b4f (patch) | |
tree | e8ab62b3b7ca761f349bc8ad34ffe25ccb27adb4 /src/command.rs | |
parent | 1c3e06f29ad59c084c00725bf7041c2af126b22d (diff) | |
download | dotwm-27d0eddd4c1cc275d90938c350a3563428ec5b4f.tar.gz |
Add MIT LICENSE
Diffstat (limited to 'src/command.rs')
-rw-r--r-- | src/command.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command.rs b/src/command.rs index 09259af..b728776 100644 --- a/src/command.rs +++ b/src/command.rs @@ -1,3 +1,5 @@ +// See LICENSE file for copyright and license details. + //! Command execution module. //! use std::ffi::OsStr; |