mirror of
https://github.com/redstrate/Astra.git
synced 2025-05-17 06:37:45 +00:00
Add missing REUSE metadata
This commit is contained in:
parent
8ba54b2332
commit
9f5d5a44d7
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2025 Joshua Goins <josh@redstrate.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2025 Joshua Goins <josh@redstrate.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#include "crtrand.h"
|
||||
|
||||
CrtRand::CrtRand(const uint32_t seed)
|
||||
|
|
Loading…
Add table
Reference in a new issue