From 142d1d24f0a913b8926f8b8ad05366b143d4aa03 Mon Sep 17 00:00:00 2001 From: Louis Brunner Date: Mon, 10 Mar 2025 23:50:00 +0000 Subject: [PATCH] add copyring for reuse --- src/gearsets.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gearsets.rs b/src/gearsets.rs index 96c40fc..22743bd 100644 --- a/src/gearsets.rs +++ b/src/gearsets.rs @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2023 Joshua Goins +// SPDX-License-Identifier: GPL-3.0-or-later + use crate::ByteBuffer; use crate::equipment::Slot; use binrw::NullString;