Peter Jung pushed to branch main at Arch Linux / Packaging / Packages / cpu-x
Commits: 6ef4c3f8 by Peter Jung at 2025-08-02T15:43:39+02:00 cpu-x: Setup license Signed-off-by: Peter Jung <[email protected]> - - - - - 3 changed files: - LICENSE - + LICENSES/0BSD.txt - + REUSE.toml Changes: ===================================== LICENSE ===================================== @@ -1,9 +1,12 @@ -Binary files, as well as any files describing changes ("patches") to the software that is being built are excluded from this license. They are provided under the license terms of the software they describe changes for. - -Any files containing a license notice are excluded from this license. They are provided under the license terms defined in their respective notices. - -Copyright 2024 Arch Linux Contributors - -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. +Copyright Arch Linux Contributors + +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. ===================================== LICENSES/0BSD.txt ===================================== @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file ===================================== REUSE.toml ===================================== @@ -0,0 +1,22 @@ +version = 1 + +[[annotations]] +path = [ + "PKGBUILD", + "README.md", + "keys/**", + ".SRCINFO", + ".nvchecker.toml", + "*.install", + "*.sysusers", + "*.tmpfiles", + "*.logrotate", + "*.pam", + "*.service", + "*.socket", + "*.timer", + "*.desktop", + "*.hook", +] +SPDX-FileCopyrightText = "Arch Linux contributors" +SPDX-License-Identifier = "0BSD" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cpu-x/-/commit/6ef4c3f8e6d47e28b7f59aa8dd8de7e58f7010a2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cpu-x/-/commit/6ef4c3f8e6d47e28b7f59aa8dd8de7e58f7010a2 You're receiving this email because of your account on gitlab.archlinux.org.
