mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-14 20:47:46 +00:00
Fix REUSE metadata
This commit is contained in:
parent
dfef9fdccf
commit
58425c1ae0
4 changed files with 46 additions and 28 deletions
28
.reuse/dep5
28
.reuse/dep5
|
@ -1,28 +0,0 @@
|
|||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: Novus
|
||||
Upstream-Contact: Joshua Goins <josh@redstrate.com>
|
||||
Source: https://git.sr.ht/~redstrate/novus
|
||||
|
||||
Files: apps/armoury/geareditor.rc apps/karuku/exceleditor.rc apps/mdlviewer/mdlviewer.rc apps/sagasu/dataexplorer.rc apps/gamelauncher/gamelauncher.rc apps/mapeditor/mapeditor.rc apps/mateditor/mateditor.rc
|
||||
Copyright: Joshua Goins <josh@redstrate.com>
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
Files: .gitmodules scripts/* README.md BUILDING.md CONTRIBUTING.md apps/argcracker/README.md apps/armoury/README.md apps/gamelauncher/README.md apps/karuku/README.md apps/sagasu/README.md apps/mdlviewer/README.md renderer/README.md apps/sdklauncher/README.md .clang-format .build.yml misc/* renderer/shaders/*.spv apps/mapeditor/README.md .github/* apps/mateditor/README.md zone.xiv.novus.yml zone.xiv.novus.appdata.xml
|
||||
Copyright: Joshua Goins <josh@redstrate.com>
|
||||
License: CC0-1.0
|
||||
|
||||
Files: apps/armoury/zone.xiv.armoury.svg apps/karuku/zone.xiv.karaku.svg apps/sdklauncher/zone.xiv.novus.svg apps/mapeditor/zone.xiv.mapeditor.svg apps/mdlviewer/zone.xiv.mdlviewer.svg apps/sagasu/zone.xiv.sagasu.svg resources/*
|
||||
Copyright: Joshua Goins <josh@redstrate.com>
|
||||
License: CC-BY-SA-4.0
|
||||
|
||||
Files: extern/tinygltf/*
|
||||
Copyright: 2017 Syoyo Fujita
|
||||
License: MIT
|
||||
|
||||
Files: extern/magic_enum/*
|
||||
Copyright: 2019 - 2023 Daniil Goncharov
|
||||
License: MIT
|
||||
|
||||
Files: extern/imgui/*
|
||||
Copyright: 2014-2023 Omar Cornut
|
||||
License: MIT
|
40
REUSE.toml
Normal file
40
REUSE.toml
Normal file
|
@ -0,0 +1,40 @@
|
|||
version = 1
|
||||
SPDX-PackageName = "Novus"
|
||||
SPDX-PackageSupplier = "Joshua Goins <josh@redstrate.com>"
|
||||
SPDX-PackageDownloadLocation = "https://git.sr.ht/~redstrate/novus"
|
||||
|
||||
[[annotations]]
|
||||
path = ["apps/armoury/geareditor.rc", "apps/karuku/exceleditor.rc", "apps/mdlviewer/mdlviewer.rc", "apps/sagasu/dataexplorer.rc", "apps/gamelauncher/gamelauncher.rc", "apps/mapeditor/mapeditor.rc", "apps/mateditor/mateditor.rc"]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "Joshua Goins <josh@redstrate.com>"
|
||||
SPDX-License-Identifier = "GPL-3.0-or-later"
|
||||
|
||||
[[annotations]]
|
||||
path = [".gitmodules", "scripts/**", "README.md", "BUILDING.md", "CONTRIBUTING.md", "apps/argcracker/README.md", "apps/armoury/README.md", "apps/gamelauncher/README.md", "apps/karuku/README.md", "apps/sagasu/README.md", "apps/mdlviewer/README.md", "renderer/README.md", "apps/sdklauncher/README.md", ".clang-format", ".build.yml", "misc/**", "renderer/shaders/**.spv", "apps/mapeditor/README.md", ".github/**", "apps/mateditor/README.md", "zone.xiv.novus.yml", "zone.xiv.novus.appdata.xml", "REUSE.toml"]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "Joshua Goins <josh@redstrate.com>"
|
||||
SPDX-License-Identifier = "CC0-1.0"
|
||||
|
||||
[[annotations]]
|
||||
path = ["apps/armoury/zone.xiv.armoury.svg", "apps/karuku/zone.xiv.karaku.svg", "apps/sdklauncher/zone.xiv.novus.svg", "apps/mapeditor/zone.xiv.mapeditor.svg", "apps/mdlviewer/zone.xiv.mdlviewer.svg", "apps/sagasu/zone.xiv.sagasu.svg", "resources/**"]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "Joshua Goins <josh@redstrate.com>"
|
||||
SPDX-License-Identifier = "CC-BY-SA-4.0"
|
||||
|
||||
[[annotations]]
|
||||
path = "extern/tinygltf/**"
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2017 Syoyo Fujita"
|
||||
SPDX-License-Identifier = "MIT"
|
||||
|
||||
[[annotations]]
|
||||
path = "extern/magic_enum/**"
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2019 - 2023 Daniil Goncharov"
|
||||
SPDX-License-Identifier = "MIT"
|
||||
|
||||
[[annotations]]
|
||||
path = "extern/imgui/**"
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2014-2023 Omar Cornut"
|
||||
SPDX-License-Identifier = "MIT"
|
|
@ -1,3 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2025 Joshua Goins <josh@redstrate.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "pass.h"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2025 Joshua Goins <josh@redstrate.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <vulkan/vulkan.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue