From aeccb8ad0e2760ed31a360ee52eab351ec5299ac Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Mon, 24 Jul 2023 18:06:31 +0200 Subject: Add MIT License --- LICENSE | 21 +++++++++++++++++++++ Readme.md | 5 +++++ pkgbuild/PKGBUILD | 4 ++-- 3 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..b0d9639 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 Jonas Gunz + +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. diff --git a/Readme.md b/Readme.md index 74839b4..58e081f 100644 --- a/Readme.md +++ b/Readme.md @@ -101,3 +101,8 @@ I would strongly recommend against using aurbuilder in any mission critical capa | `/usr/share/aurbuilder` | Container buildfiles and nginx config | | `/usr/lib/aurbuilder` | Executables | | `/usr/lib/systemd/system` | Systemd Unitfiles | + +## License + +This project is licensed under the MIT License. +See file `LICENSE` for details. diff --git a/pkgbuild/PKGBUILD b/pkgbuild/PKGBUILD index aef3cfa..8fb36f4 100644 --- a/pkgbuild/PKGBUILD +++ b/pkgbuild/PKGBUILD @@ -5,9 +5,9 @@ pkgrel=1 pkgdesc="AUR Package builder" arch=( any ) url="https://gitea.lauch.link/jonas/aurbuilder" -license=('CUSTOM') +license=('MIT') groups=() -depends=( podman bash ) +depends=( podman bash pacman ) makedepends=() optdepends=() source=(git+$url.git) -- cgit v1.2.3