diff options
author | A Farzat <a@farzat.xyz> | 2024-11-05 07:42:55 +0900 |
---|---|---|
committer | A Farzat <a@farzat.xyz> | 2024-11-13 07:42:55 +0900 |
commit | cb5affa0e11c200f175e26ced4f2866aa916d2c9 (patch) | |
tree | 157d2d413b3e1090fecb9aeb06cd51b49040a2c9 /.config/zsh/LICENSE | |
parent | 6afb1f1eec5a8254635773f952fb6494f35a1933 (diff) | |
download | dotfiles-cb5affa0e11c200f175e26ced4f2866aa916d2c9.tar.gz dotfiles-cb5affa0e11c200f175e26ced4f2866aa916d2c9.zip |
Remove zsh submodule
Zsh config will be included as bare files instead of a submodule. The
zsh config repo will still exist, but the content will be used by yadm
without the repo itself.
Diffstat (limited to '.config/zsh/LICENSE')
-rw-r--r-- | .config/zsh/LICENSE | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.config/zsh/LICENSE b/.config/zsh/LICENSE new file mode 100644 index 0000000..b7a83ba --- /dev/null +++ b/.config/zsh/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 A Farzat + +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: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +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. |