Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add warning against piracy #302

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/en_US/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ Jailbreaking in the US is perfectly legal. In 2010, the US Copyright Office decl

You may want to check in your country whether it is legal there or not before proceeding, however in most countries it should be fine.

However, jailbreaking can and has been used to steal paid media, a process known as pirating. Piracy assisted with jailbroken iOS, iPadOS, and tvOS devices include:
* Using a jailbroken iOS device to install paid apps via .ipa files.
* Installing paid tweaks for free. The exception of this is if the creator puts up a paid version on the tweak store, and there is an official version of the tweak on GitHub under an open-source license.
* Using certain apps, including certain Kodi plugins that promise free movies and TV shows that are usually paid. Kodi itself, and it's official repository is legal.
* Using video game emulators to download ROMs from other websites. Please only use emulators to play games dumped from a console, disc, or cartrage. Downloading ROMs and decryption keys elsewhere puts the emulation projects and their owners at risk for fines or legal issues. The only exception to the law is with [https://www.romhacking.net/homebrew/ homebrew] video games found on the ROMHacking website, GitHub, or [itch.io itch.io], however you may need a physical console to dump the BIOS or decryption keys in certain cases.

Additionally, it goes without saying that hacking into other systems that are not yours and do not have permission to hack via a jailbroken device is illegal.

## What is a package manager?

Package managers are used to install, uninstall and modify official and community-made software to customize your device. Sileo is an example of a package manager.
Expand Down