Skip to content

Commit cd1db94

Browse files
committed
add license
1 parent dc31b4d commit cd1db94

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

LICENSE

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
The MIT License (MIT)
2+
Copyright (c) 2016 yutaka tsumori
3+
4+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
5+
6+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
7+
8+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,17 @@ Bash on Windows process runs in backgroud.
88

99
Bash on Windows で tmux 起動しててもbashのウィンドウがすべて終了した時点でLinuxサブシステムがシャットダウンしてしまう。つまりtmuxセッションが維持できなくてとても悲しい。
1010

11-
そのために、見えないところでBashを起動してLinuxサブシステムがシャットダウンしないように維持するだけのプログラム。
11+
そのために、見えないところでBashを起動してLinuxサブシステムがシャットダウンしないように維持するだけのプログラム。
12+
special thanks
13+
----
14+
15+
Alex Ionescu - lxss (https://github.com/ionescu007/lxss)
16+
17+
license
18+
----
19+
20+
the software licensed under MIT license.
21+
22+
the software includes these opensource software.
23+
24+
- lxss (https://github.com/ionescu007/lxss)

0 commit comments

Comments
 (0)