diff options
| author | TheKodeToad <TheKodeToad@proton.me> | 2023-06-19 23:36:18 +0100 |
|---|---|---|
| committer | TheKodeToad <TheKodeToad@proton.me> | 2023-06-19 23:36:20 +0100 |
| commit | 82d3755e25fc01e3468e6940abab9dcc0a819e22 (patch) | |
| tree | 5cae4e645a30ff11a2263ab5f4527b1d846acec9 /launcher/ui/widgets | |
| parent | 6ccc7e77f918503125c363eb8ac9455aa9fc095e (diff) | |
| download | PrismLauncher-82d3755e25fc01e3468e6940abab9dcc0a819e22.tar.gz PrismLauncher-82d3755e25fc01e3468e6940abab9dcc0a819e22.tar.bz2 PrismLauncher-82d3755e25fc01e3468e6940abab9dcc0a819e22.zip | |
License all the things
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/ui/widgets')
| -rw-r--r-- | launcher/ui/widgets/PageContainer.cpp | 3 | ||||
| -rw-r--r-- | launcher/ui/widgets/PageContainer.h | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/launcher/ui/widgets/PageContainer.cpp b/launcher/ui/widgets/PageContainer.cpp index c3606b78..308fad6b 100644 --- a/launcher/ui/widgets/PageContainer.cpp +++ b/launcher/ui/widgets/PageContainer.cpp @@ -1,8 +1,9 @@ // SPDX-License-Identifier: GPL-3.0-only /* - * PolyMC - Minecraft Launcher + * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> + * Copyright (C) 2023 TheKodeToad <TheKodeToad@proton.me> * * 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 diff --git a/launcher/ui/widgets/PageContainer.h b/launcher/ui/widgets/PageContainer.h index 89c3343e..1da269ce 100644 --- a/launcher/ui/widgets/PageContainer.h +++ b/launcher/ui/widgets/PageContainer.h @@ -1,7 +1,8 @@ // SPDX-License-Identifier: GPL-3.0-only /* - * PolyMC - Minecraft Launcher + * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> + * Copyright (C) 2023 TheKodeToad <TheKodeToad@proton.me> * * 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 |
