diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-03-16 12:37:05 +0100 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-03-22 20:11:15 +0100 |
commit | 149ffb844ff4302b0631cfe34bccaae7c5722f67 (patch) | |
tree | 19c3e28b9f75e849662ffb7c03123f5e09f45e80 | |
parent | 4cf3ac42c84d3be00ed923286c7e1f8adda886f6 (diff) | |
download | PrismLauncher-149ffb844ff4302b0631cfe34bccaae7c5722f67.tar.gz PrismLauncher-149ffb844ff4302b0631cfe34bccaae7c5722f67.tar.bz2 PrismLauncher-149ffb844ff4302b0631cfe34bccaae7c5722f67.zip |
Merge pull request #278 from Scrumplex/fix-copying
Clarify GPL-3.0-only
-rw-r--r-- | COPYING.md | 3 | ||||
-rw-r--r-- | program_info/org.polymc.PolyMC.metainfo.xml.in | 2 |
2 files changed, 2 insertions, 3 deletions
@@ -5,8 +5,7 @@ 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, either version 3 of the License, or - (at your option) any later version. + 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 diff --git a/program_info/org.polymc.PolyMC.metainfo.xml.in b/program_info/org.polymc.PolyMC.metainfo.xml.in index 7972965c..ff4af1c3 100644 --- a/program_info/org.polymc.PolyMC.metainfo.xml.in +++ b/program_info/org.polymc.PolyMC.metainfo.xml.in @@ -9,7 +9,7 @@ <developer_name>PolyMC Team</developer_name> <summary>A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once</summary> <metadata_license>CC0-1.0</metadata_license> - <project_license>GPL-3.0-or-later</project_license> + <project_license>GPL-3.0-only</project_license> <url type="homepage">https://polymc.org/</url> <url type="help">https://polymc.org/wiki/</url> <description> |