diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..2347078 --- /dev/null +++ b/LICENSE @@ -0,0 +1,16 @@ +BSD Zero Clause License + +Copyright (c) 2018-2024 by Josip Ponjavic +Copyright (c) 2024 by JeremyStarTM +Copyright (c) 2024 by Yaraslau Furman + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/README.md b/README.md index dc71ac4..d72bff4 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ are introduced. The `develop` branch is (as you might have already guessed) the Please only submit PRs to the `develop` branch. Pull requests to the `master` branch will be rejected. ## License -This package does not yet have a license as the original repository (before [me](https://git.staropensource.de/JeremyStarTM) becoming it's maintainer) did not have one yet. -I have contacted [metak](https://aur.archlinux.org/account/metak) (the previous maintainer) to negotiate a license. +The linux-clear package is licensed under the BSD Zero-Clause License. +I ([JeremyStarTM](https://git.staropensource.de/JeremyStarTM)) negotiated it with [metak](https://aur.archlinux.org/account/metak) (the previous maintainer) and [yarost12](https://git.staropensource.de/yarost12) (contributor and soon co-maintainer). ## Build tool *If you want a dead simple way to compile this package, you can [try out my build tool](https://git.staropensource.de/JeremyStarTM/jstm-optimized). It includes a few no nonsense changes to the kernel configuration and allows you to configure the PKGBUILD in a simple manner to decrease build time. If you don't want that, using `makepkg` as-is works fine too.*