diff options
| author | kj-sh604 | 2025-06-10 13:32:36 -0400 |
|---|---|---|
| committer | kj-sh604 | 2025-06-10 13:32:36 -0400 |
| commit | d55248989fe4aa8b7c6f5d06ac8a89b66ba3aba8 (patch) | |
| tree | b86e16f5a611246ba6740d7c3e9331a5b2cf38eb /.local/src/rainfall/LICENSE | |
| parent | 3eceaf30b0bfeb617e74275d15e41c0939fecd61 (diff) | |
refactor: multiple changes (see description)
* add LICENSEs where necesary
* remove *pkg scripts from repo see: https://github.com/kj-sh604/gitpkg
* rename .local/src python directories
* update .local/bin scripts in relation to above
Diffstat (limited to '.local/src/rainfall/LICENSE')
| -rw-r--r-- | .local/src/rainfall/LICENSE | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.local/src/rainfall/LICENSE b/.local/src/rainfall/LICENSE new file mode 100644 index 0000000..4344f2d --- /dev/null +++ b/.local/src/rainfall/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 alpin111 + +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. |
