diff options
author | JeremyStarTM | 2024-12-30 22:29:08 +0100 |
---|---|---|
committer | JeremyStarTM | 2024-12-30 22:29:08 +0100 |
commit | 9b161b90077cdb14b6aa13a7faee819407fa4591 (patch) | |
tree | c7f08eda2187f4e9b1e6bdb948b15cf2836c138a | |
parent | 8e623b5eb227c59ff442388b9bfb3d78d72fc3fa (diff) | |
download | aur-9b161b90077cdb14b6aa13a7faee819407fa4591.tar.gz |
Relicense to 0BSD
-rw-r--r-- | LICENSE | 16 | ||||
-rw-r--r-- | README.md | 4 |
2 files changed, 18 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE new file mode 100644 index 000000000000..234707831043 --- /dev/null +++ b/LICENSE @@ -0,0 +1,16 @@ +BSD Zero Clause License + +Copyright (c) 2018-2024 by Josip Ponjavic <josipponjavic@gmail.com> +Copyright (c) 2024 by JeremyStarTM <jeremystartm@staropensource.de> +Copyright (c) 2024 by Yaraslau Furman <yaro330@gmail.com> + +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 dc71ac4a0c75..d72bff490c94 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.* |