diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-24 21:50:35 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-11-12 20:28:30 +0100 |
commit | 173aed7fd8e73b9e6a6055981ce284ea9cf5d33a (patch) | |
tree | 5928fb1c8f06ac9521f2b396bfef233a31c63f03 /launcher/Application.cpp | |
parent | 335bec68fb803f0a06400585b1dc4c2341951c7c (diff) | |
download | PrismLauncher-173aed7fd8e73b9e6a6055981ce284ea9cf5d33a.tar.gz PrismLauncher-173aed7fd8e73b9e6a6055981ce284ea9cf5d33a.tar.bz2 PrismLauncher-173aed7fd8e73b9e6a6055981ce284ea9cf5d33a.zip |
chore: add REUSE headers
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher/Application.cpp')
-rw-r--r-- | launcher/Application.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp index 2a7d6f22..8955e297 100644 --- a/launcher/Application.cpp +++ b/launcher/Application.cpp @@ -1,4 +1,7 @@ -// SPDX-License-Identifier: GPL-3.0-only +// SPDX-FileCopyrightText: 2022 Sefa Eyeoglu <contact@scrumplex.net> +// +// SPDX-License-Identifier: GPL-3.0-only AND Apache-2.0 + /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> |