mirror of
https://github.com/redstrate/Astra.git
synced 2025-06-06 14:07:46 +00:00
Convert REUSE dep5 file
This commit is contained in:
parent
7c54bea58c
commit
bccf9c5a4f
2 changed files with 22 additions and 19 deletions
19
.reuse/dep5
19
.reuse/dep5
|
@ -1,19 +0,0 @@
|
|||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: Astra
|
||||
Upstream-Contact: Joshua Goins <josh@redstrate.com>
|
||||
Source: https://github.com/redstrate/astra
|
||||
|
||||
Files: .gitmodules README.md BUILDING.md FLATPAK.md CONTRIBUTING.md .build.yml .editorconfig zone.xiv.astra.yml zone.xiv.astra.desktop misc/* scripts/* .github/*
|
||||
Copyright: Joshua Goins <josh@redstrate.com>
|
||||
License: CC0-1.0
|
||||
|
||||
Files: zone.xiv.astra.svg resources/*
|
||||
Copyright: Joshua Goins <josh@redstrate.com>
|
||||
License: CC-BY-SA-4.0
|
||||
|
||||
Files: external/libcotp/*
|
||||
Copyright: libcotp contributors
|
||||
License: Apache-2.0
|
||||
|
||||
|
||||
|
22
REUSE.toml
Normal file
22
REUSE.toml
Normal file
|
@ -0,0 +1,22 @@
|
|||
version = 1
|
||||
SPDX-PackageName = "Astra"
|
||||
SPDX-PackageSupplier = "Joshua Goins <josh@redstrate.com>"
|
||||
SPDX-PackageDownloadLocation = "https://github.com/redstrate/astra"
|
||||
|
||||
[[annotations]]
|
||||
path = [".gitmodules", "README.md", "BUILDING.md", "FLATPAK.md", "CONTRIBUTING.md", ".build.yml", ".editorconfig", "zone.xiv.astra.yml", "zone.xiv.astra.desktop", "misc/**", "scripts/**", ".github/**"]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "Joshua Goins <josh@redstrate.com>"
|
||||
SPDX-License-Identifier = "CC0-1.0"
|
||||
|
||||
[[annotations]]
|
||||
path = ["zone.xiv.astra.svg", "resources/**"]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "Joshua Goins <josh@redstrate.com>"
|
||||
SPDX-License-Identifier = "CC-BY-SA-4.0"
|
||||
|
||||
[[annotations]]
|
||||
path = "external/libcotp/**"
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "libcotp contributors"
|
||||
SPDX-License-Identifier = "Apache-2.0"
|
Loading…
Add table
Reference in a new issue