diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index 13ca31e..0000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,28 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: Novus -Upstream-Contact: Joshua Goins -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 -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 -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 -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 diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..0144d6a --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,40 @@ +version = 1 +SPDX-PackageName = "Novus" +SPDX-PackageSupplier = "Joshua Goins " +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 " +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 " +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 " +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" diff --git a/apps/mapeditor/include/objectpass.h b/apps/mapeditor/include/objectpass.h index ee78260..3246c90 100644 --- a/apps/mapeditor/include/objectpass.h +++ b/apps/mapeditor/include/objectpass.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2025 Joshua Goins +// SPDX-License-Identifier: GPL-3.0-or-later + #pragma once #include "pass.h" diff --git a/renderer/include/pass.h b/renderer/include/pass.h index 01d5d28..ba72331 100644 --- a/renderer/include/pass.h +++ b/renderer/include/pass.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2025 Joshua Goins +// SPDX-License-Identifier: GPL-3.0-or-later + #pragma once #include