Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / syslinux
Commits: ae526761 by Sven-Hendrik Haase at 2025-07-26T18:58:42+02:00 License package as 0BSD This implements RFC40 and RFC52. https://lists.archlinux.org/archives/list/[email protected]/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,39 @@ +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 = [ + "0002-gfxboot-menu-label.patch", + "0004-gnu-efi-from-arch.patch", + "0005-gnu-efi-version-compatibility.patch", + "0005-Workaround-multiple-definition-of-symbol-errors.patch", + "0006-Replace-builtin-strlen-that-appears-to-get-optimized.patch", + "0016-strip-gnu-property.patch", + "0017-single-load-segment.patch", + "0018-prevent-pow-optimization.patch", + "0025-reproducible-build.patch", + "0026-add-missing-include.patch", + "0027-use-correct-type-for-size.patch", +] +SPDX-FileCopyrightText = "syslinux contributors" +SPDX-License-Identifier = "TODO-Choose-a-license" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/syslinux/-/commit/ae52676184b0cbe977da1ca022db27317f6c71e4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/syslinux/-/commit/ae52676184b0cbe977da1ca022db27317f6c71e4 You're receiving this email because of your account on gitlab.archlinux.org.
