diff options
author | flow <flowlnlnln@gmail.com> | 2023-01-23 11:03:55 -0300 |
---|---|---|
committer | flow <flowlnlnln@gmail.com> | 2023-01-23 11:12:43 -0300 |
commit | ea5020e188d7cb6d4c8dcf7f953161759ed17899 (patch) | |
tree | 1bc01c9f68fd8c59e952f556465cc01b89bde0a6 /launcher/ui/pages/modplatform/ResourceModel.h | |
parent | c95c81d42f63a2807889740b89be924fd0b59083 (diff) | |
download | PrismLauncher-ea5020e188d7cb6d4c8dcf7f953161759ed17899.tar.gz PrismLauncher-ea5020e188d7cb6d4c8dcf7f953161759ed17899.tar.bz2 PrismLauncher-ea5020e188d7cb6d4c8dcf7f953161759ed17899.zip |
fix(license): add/fix my copyright/license headers
*sobbing in messy legal stuff i know nothing about*
Signed-off-by: flow <flowlnlnln@gmail.com>
Diffstat (limited to 'launcher/ui/pages/modplatform/ResourceModel.h')
-rw-r--r-- | launcher/ui/pages/modplatform/ResourceModel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/launcher/ui/pages/modplatform/ResourceModel.h b/launcher/ui/pages/modplatform/ResourceModel.h index 7e813373..610b631c 100644 --- a/launcher/ui/pages/modplatform/ResourceModel.h +++ b/launcher/ui/pages/modplatform/ResourceModel.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> +// +// SPDX-License-Identifier: GPL-3.0-only + #pragma once #include <optional> |