mirror of
https://github.com/openRuyi-Project/openRuyi.git
synced 2026-04-28 03:02:51 +00:00
38 lines
1013 B
TOML
38 lines
1013 B
TOML
version = 1
|
|
[[annotations]]
|
|
path = [
|
|
"**.patch",
|
|
"**.diff",
|
|
"**.tmpfiles",
|
|
"**.sysusers",
|
|
"**.service",
|
|
"**.timer",
|
|
"**/_multibuild",
|
|
"**.pam",
|
|
"**.key",
|
|
"**/_manifest"
|
|
]
|
|
SPDX-FileCopyrightText = "NONE"
|
|
SPDX-License-Identifier = "CC0-1.0"
|
|
[[annotations]]
|
|
|
|
path = ["SPECS/library-python/pyproject-rpm-macros/*.py",
|
|
"SPECS/library-python/pyproject-rpm-macros/macros.*"]
|
|
SPDX-FileCopyrightText = "2019 pyproject-rpm-macros contributors"
|
|
SPDX-License-Identifier = "MIT"
|
|
[[annotations]]
|
|
|
|
path = "SPECS/core/ca-certificates/update-ca-trust.8.txt"
|
|
SPDX-FileCopyrightText = "2013 Red Hat, Inc."
|
|
SPDX-License-Identifier = "GPL-2.0-or-later"
|
|
[[annotations]]
|
|
|
|
path = "SPECS/core/pesign/pesign.py"
|
|
SPDX-FileCopyrightText = "2017 Peter Jones <Peter Jones@random>"
|
|
SPDX-License-Identifier = "GPL-3.0-only"
|
|
|
|
[[annotations]]
|
|
path = "SPECS/library-python/python-rpm-generators/*"
|
|
SPDX-FileCopyrightText = "RPM <rpm-maint@lists.rpm.org>"
|
|
SPDX-License-Identifier = "GPL-2.0-or-later AND LGPL-2.1-or-later"
|