diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-05-28 12:07:01 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-05-28 13:52:22 +0200 |
commit | ab3e2562db52d66f690f08621e220766b0953af7 (patch) | |
tree | 250f73bc579a453278c816a7d1a64c70a5e1ccb3 /README.md | |
parent | 3ff26d5cfe293c635655d35e96d093ef0b383dc2 (diff) | |
download | PrismLauncher-ab3e2562db52d66f690f08621e220766b0953af7.tar.gz PrismLauncher-ab3e2562db52d66f690f08621e220766b0953af7.tar.bz2 PrismLauncher-ab3e2562db52d66f690f08621e220766b0953af7.zip |
fix: clarify terms and conditions for API keys
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -82,8 +82,11 @@ To modify download information or change packaging information send a pull reque Do whatever you want, we don't care. Just follow the license. If you have any questions about this feel free to ask in an issue. +Be aware that if you build this software without removing the provided API keys in [CMakeLists.txt](CMakeLists.txt) you are accepting the following terms and conditions: + - [Microsoft Identity Platform Terms of Use](https://docs.microsoft.com/en-us/legal/microsoft-identity-platform/terms-of-use) + - [CurseForge 3rd Party API Terms and Conditions](https://support.curseforge.com/en/support/solutions/articles/9000207405-curse-forge-3rd-party-api-terms-and-conditions) +If you do not agree with these terms and conditions, then remove the associated API keys from the [CMakeLists.txt](CMakeLists.txt) file. + All launcher code is available under the GPL-3.0-only license. -[Source for the website](https://github.com/PolyMC/polymc.github.io) is hosted under the AGPL-3.0-or-later License. - The logo and related assets are under the CC BY-SA 4.0 license. |