Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / ebook-tools
Commits: bb8fd371 by Sven-Hendrik Haase at 2025-07-26T06:31:25+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/ - - - - - 4 changed files: - + LICENSE - + LICENSES/0BSD.txt - + LICENSES/MIT.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 ===================================== LICENSES/MIT.txt ===================================== @@ -0,0 +1,18 @@ +MIT License + +Copyright (c) <year> <copyright holders> + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and +associated documentation files (the "Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial +portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT +LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO +EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. ===================================== REUSE.toml ===================================== @@ -0,0 +1,29 @@ +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 = [ + "crash-fix.patch", +] +SPDX-FileCopyrightText = "ebook-tools contributors" +SPDX-License-Identifier = "MIT" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ebook-tools/-/commit/bb8fd37170f9e58b7fea0a6dfd0e3a4c897d2dea -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ebook-tools/-/commit/bb8fd37170f9e58b7fea0a6dfd0e3a4c897d2dea You're receiving this email because of your account on gitlab.archlinux.org.