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 | |
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>
-rw-r--r-- | launcher/Application.cpp | 5 | ||||
-rw-r--r-- | launcher/DataMigrationTask.cpp | 4 | ||||
-rw-r--r-- | launcher/DataMigrationTask.h | 4 | ||||
-rw-r--r-- | launcher/pathmatcher/SimplePrefixMatcher.h | 4 |
4 files changed, 16 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> diff --git a/launcher/DataMigrationTask.cpp b/launcher/DataMigrationTask.cpp index fb2907fb..8de3158e 100644 --- a/launcher/DataMigrationTask.cpp +++ b/launcher/DataMigrationTask.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 Sefa Eyeoglu <contact@scrumplex.net> +// +// SPDX-License-Identifier: GPL-3.0-only + #include "DataMigrationTask.h" #include "FileSystem.h" diff --git a/launcher/DataMigrationTask.h b/launcher/DataMigrationTask.h index 105a9493..6cc23b1a 100644 --- a/launcher/DataMigrationTask.h +++ b/launcher/DataMigrationTask.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 Sefa Eyeoglu <contact@scrumplex.net> +// +// SPDX-License-Identifier: GPL-3.0-only + #pragma once #include "FileSystem.h" diff --git a/launcher/pathmatcher/SimplePrefixMatcher.h b/launcher/pathmatcher/SimplePrefixMatcher.h index 191d010c..fc1f5ced 100644 --- a/launcher/pathmatcher/SimplePrefixMatcher.h +++ b/launcher/pathmatcher/SimplePrefixMatcher.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 Sefa Eyeoglu <contact@scrumplex.net> +// +// SPDX-License-Identifier: GPL-3.0-only + #include <QRegularExpression> #include "IPathMatcher.h" |