Skip to content

Commit 946cec3

Browse files
committed
Add MIT license
1 parent 412f31c commit 946cec3

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

zsh-in-docker.sh

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

425
THEME=default

0 commit comments

Comments
 (0)