diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-05-15 13:20:05 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-05-15 13:20:05 +0200 |
commit | 3abf466632588f9285579a9822b5da2c9fea7bec (patch) | |
tree | fbba48d9c6930980a23f70c9a0f38664f025b88a /launcher/ui/pages/modplatform/modrinth/ModrinthModModel.h | |
parent | 4bb429a0fbe698d0f4dbdbf02719e76730b5b6bd (diff) | |
download | PrismLauncher-3abf466632588f9285579a9822b5da2c9fea7bec.tar.gz PrismLauncher-3abf466632588f9285579a9822b5da2c9fea7bec.tar.bz2 PrismLauncher-3abf466632588f9285579a9822b5da2c9fea7bec.zip |
chore: add/update license headers
Diffstat (limited to 'launcher/ui/pages/modplatform/modrinth/ModrinthModModel.h')
-rw-r--r-- | launcher/ui/pages/modplatform/modrinth/ModrinthModModel.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/launcher/ui/pages/modplatform/modrinth/ModrinthModModel.h b/launcher/ui/pages/modplatform/modrinth/ModrinthModModel.h index 63c23bbe..ae7b0bdd 100644 --- a/launcher/ui/pages/modplatform/modrinth/ModrinthModModel.h +++ b/launcher/ui/pages/modplatform/modrinth/ModrinthModModel.h @@ -1,3 +1,21 @@ +// SPDX-License-Identifier: GPL-3.0-only +/* + * PolyMC - Minecraft Launcher + * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <https://www.gnu.org/licenses/>. + */ + #pragma once #include "ModrinthModPage.h" |