54 lines
1.8 KiB
TOML
54 lines
1.8 KiB
TOML
#SPDX-FileCopyrightText: 2024 Linnea Gräf <nea@nea.moe>
|
|
#
|
|
#SPDX-License-Identifier: CC0-1.0
|
|
|
|
version = 1
|
|
SPDX-PackageName = "Firmament"
|
|
SPDX-PackageSupplier = "Linnea Gräf <nea@nea.moe>"
|
|
SPDX-PackageDownloadLocation = "https://github.com/nea89o/Firmament"
|
|
|
|
[[annotations]]
|
|
path = ["**/*.kt", "**/*.java"]
|
|
SPDX-License-Identifier = "GPL-3.0-or-later"
|
|
SPDX-FileCopyrightText = ["Linnea Gräf <nea@nea.moe>", "Firmament Contributors"]
|
|
|
|
[[annotations]]
|
|
path = ["src/main/resources/**/*.png", "src/main/resources/**/*.mcmeta"]
|
|
SPDX-License-Identifier = "CC-BY-4.0"
|
|
SPDX-FileCopyrightText = ["Linnea Gräf <nea@nea.moe>", "Firmament Contributors"]
|
|
|
|
[[annotations]]
|
|
path = ["src/main/resources/assets/firmament/shaders/**/*"]
|
|
SPDX-License-Identifier = "GPL-3.0-or-later"
|
|
SPDX-FileCopyrightText = ["Linnea Gräf <nea@nea.moe>", "Firmament Contributors"]
|
|
|
|
[[annotations]]
|
|
path = "translations/*.json"
|
|
SPDX-License-Identifier = "CC0-1.0"
|
|
SPDX-FileCopyrightText = ["Linnea Gräf <nea@nea.moe>", "Firmament Contributors"]
|
|
|
|
[[annotations]]
|
|
path = ["src/main/resources/assets/firmament/gui/**/*.xml"]
|
|
SPDX-License-Identifier = "CC0-1.0"
|
|
SPDX-FileCopyrightText = ["Linnea Gräf <nea@nea.moe>", "Firmament Contributors"]
|
|
|
|
[[annotations]]
|
|
path = "**/*.gradle.kts"
|
|
SPDX-License-Identifier = "CC0-1.0"
|
|
SPDX-FileCopyrightText = ["Linnea Gräf <nea@nea.moe>", "Firmament Contributors"]
|
|
|
|
[[annotations]]
|
|
path = ["**/META-INF/services/*"]
|
|
SPDX-License-Identifier = "CC0-1.0"
|
|
SPDX-FileCopyrightText = ["Linnea Gräf <nea@nea.moe>", "Firmament Contributors"]
|
|
|
|
[[annotations]]
|
|
path = ["src/test/resources/testdata/**/*.snbt"]
|
|
SPDX-License-Identifier = "CC-BY-4.0"
|
|
SPDX-FileCopyrightText = ["Linnea Gräf <nea@nea.moe>", "Firmament Contributors"]
|
|
|
|
[[annotations]]
|
|
path = ["src/main/resources/legacy_data/*.json"]
|
|
SPDX-License-Identifier = "MIT"
|
|
SPDX-FileCopyrightText = ["PrismarineJS Minecraft Data"]
|