From 062f1138bc7911ffaf5225f1042ec066dbc8cb03 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 19 Aug 2023 07:53:29 -0400 Subject: [PATCH] Fix REUSE --- .reuse/dep5 | 2 +- README.md | 5 ++++- launcher/include/utility.h | 3 +++ launcher/src/utility.cpp | 3 +++ 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.reuse/dep5 b/.reuse/dep5 index 55ea41c..d0ba5a2 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -3,7 +3,7 @@ Upstream-Name: Astra Upstream-Contact: Joshua Goins Source: https://git.sr.ht/~redstrate/astra -Files: README.md .build.yml .editorconfig zone.xiv.astra.yml zone.xiv.astra.desktop build-flatpak.sh misc/* +Files: README.md BUILDING.md CONTRIBUTING.md .build.yml .editorconfig zone.xiv.astra.yml zone.xiv.astra.desktop build-flatpak.sh misc/* Copyright: Joshua Goins License: CC0-1.0 diff --git a/README.md b/README.md index f31aee1..ed7eb8c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Astra -A FFXIV launcher for Linux that supports profiles, multiple accounts and [Dalamud](https://github.com/goatcorp/Dalamud) plugins! +[![builds.sr.ht status](https://builds.sr.ht/~redstrate/astra.svg)](https://builds.sr.ht/~redstrate/astra?) + +A FFXIV launcher for Linux that supports profiles, multiple accounts and [Dalamud](https://github.com/goatcorp/Dalamud) +plugins! ### Notice diff --git a/launcher/include/utility.h b/launcher/include/utility.h index 6ab684f..511a160 100644 --- a/launcher/include/utility.h +++ b/launcher/include/utility.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2023 Joshua Goins +// SPDX-License-Identifier: GPL-3.0-or-later + #pragma once #include diff --git a/launcher/src/utility.cpp b/launcher/src/utility.cpp index 3fbd644..ac3e1e5 100644 --- a/launcher/src/utility.cpp +++ b/launcher/src/utility.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2023 Joshua Goins +// SPDX-License-Identifier: GPL-3.0-or-later + #include "utility.h" #include