From 9f5d5a44d73828553b902c6de5ad338a830e3f2e Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 4 May 2025 16:46:17 -0400 Subject: [PATCH] Add missing REUSE metadata --- launcher/include/crtrand.h | 3 +++ launcher/src/crtrand.cpp | 3 +++ 2 files changed, 6 insertions(+) diff --git a/launcher/include/crtrand.h b/launcher/include/crtrand.h index db5f670..dbf5f14 100644 --- a/launcher/include/crtrand.h +++ b/launcher/include/crtrand.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2025 Joshua Goins +// SPDX-License-Identifier: GPL-3.0-or-later + #pragma once #include diff --git a/launcher/src/crtrand.cpp b/launcher/src/crtrand.cpp index 4f4f114..1efa4e4 100644 --- a/launcher/src/crtrand.cpp +++ b/launcher/src/crtrand.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2025 Joshua Goins +// SPDX-License-Identifier: GPL-3.0-or-later + #include "crtrand.h" CrtRand::CrtRand(const uint32_t seed)