Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / electron35
Commits: a2e1a1c4 by Sven-Hendrik Haase at 2025-07-26T06:33:56+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,36 @@ +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 = [ + "allow-ANGLEImplementation-kVulkan.patch", + "blink-fix-missing-stdlib-include.patch", + "compiler-rt-adjust-paths.patch", + "default_app-icon.patch", + "increase-fortify-level.patch", + "jinja-python-3.10.patch", + "REVERT-use-v8-Array-Iterate-for-converting-script-wrappables.patch", + "use-system-libraries-in-node.patch", +] +SPDX-FileCopyrightText = "electron35 contributors" +SPDX-License-Identifier = "TODO-Choose-a-license" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/electron35/-/commit/a2e1a1c48e3560f4c48a24f8da3dccd4a8e9d0bf -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/electron35/-/commit/a2e1a1c48e3560f4c48a24f8da3dccd4a8e9d0bf You're receiving this email because of your account on gitlab.archlinux.org.