Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / qt6-base
Commits: 36b8bcf1 by Sven-Hendrik Haase at 2025-07-26T17:15:49+02:00 License package as 0BSD This implements RFC40 and RFC52. https://lists.archlinux.org/archives/list/arch-dev-pub...@lists.archlinux.org/thread/XR3VAUWC5LNMTVOCKFOHYYEGUQ4ZFCNG/ - - - - - 3 changed files: - + LICENSE - + LICENSES/0BSD.txt - + REUSE.toml Changes: ===================================== LICENSE ===================================== @@ -0,0 +1,12 @@ +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,30 @@ +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" + +[[annotations]] +path = [ + "qt6-base-cflags.patch", + "qt6-base-nostrip.patch", +] +SPDX-FileCopyrightText = "qt6-base contributors" +SPDX-License-Identifier = "TODO-Choose-a-license" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-base/-/commit/36b8bcf1453e91f0d7a69be031698dbef0beb2d1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-base/-/commit/36b8bcf1453e91f0d7a69be031698dbef0beb2d1 You're receiving this email because of your account on gitlab.archlinux.org.