George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
docbook-xml
Commits:
0e5f8b5b by George Rawlinson at 2026-01-06T06:48:31+00:00
reuse: simplify conf
- - - - -
2 changed files:
- + LICENSES/MIT.txt
- REUSE.toml
Changes:
=====================================
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
=====================================
@@ -8,15 +8,13 @@ path = [
".SRCINFO",
".nvchecker.toml",
"*.install",
- "*.sysusers",
- "*.tmpfiles",
- "*.logrotate",
- "*.pam",
- "*.service",
- "*.socket",
- "*.timer",
- "*.desktop",
- "*.hook",
]
SPDX-FileCopyrightText = "Arch Linux contributors"
SPDX-License-Identifier = "0BSD"
+
+[[annotations]]
+path = [
+ "license-from-upstream",
+]
+SPDX-FileCopyrightText = "docbook-xml contributors"
+SPDX-License-Identifier = "MIT"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/docbook-xml/-/commit/0e5f8b5b1f78ca01466bdc691eb627b582f96c43
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/docbook-xml/-/commit/0e5f8b5b1f78ca01466bdc691eb627b582f96c43
You're receiving this email because of your account on gitlab.archlinux.org.