22 lines
699 B
TOML
22 lines
699 B
TOML
# SPDX-FileCopyrightText: 2024 Erin Shepherd <erin.shepherd@e43.eu>
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
version = 1
|
|
SPDX-PackageName = "authentricity"
|
|
SPDX-PackageSupplier = "Alioth Systems <info@alioth.systems>"
|
|
SPDX-PackageDownloadLocation = "https://git.alioth.systems/authentricity/authentricity"
|
|
|
|
[[annotations]]
|
|
path = "internal/webui/content/static/bootstrap/**"
|
|
SPDX-FileCopyrightText = [
|
|
"Copyright 2011-2022 The Bootstrap Authors",
|
|
"Copyright 2011-2022 Twitter, Inc.",
|
|
]
|
|
SPDX-License-Identifier = "MIT"
|
|
|
|
[[annotations]]
|
|
path = "internal/webui/content/static/bootstrap-icons/**"
|
|
SPDX-FileCopyrightText = ["Copyright (c) 2019-2022 The Bootstrap Authors"]
|
|
SPDX-License-Identifier = "MIT"
|