Update LICENSE

This commit is contained in:
agnostic-apollo 2021-04-21 16:51:20 +05:00
parent c9abfe5438
commit 01f2ed0892
1 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Released under [the GPLv3 license](https://www.gnu.org/licenses/gpl.html).
This repository is released under [GPLv3 only](https://www.gnu.org/licenses/gpl-3.0.html) license.
Contains code from `Terminal Emulator for Android` by which is released under [the Apache License 2.0](https://www.apache.org/licenses/).
### Exceptions
- [Terminal Emulator for Android](https://github.com/jackpal/Android-Terminal-Emulator) code is used which is released under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). Check [terminal-view](#terminal-view) and [terminal-emulator](#terminal-emulator) modules.
- [libcore/ojluni](https://cs.android.com/android/platform/superproject/+/android-11.0.0_r3:libcore/ojluni/) code is used which is released under [GPLv2 only with "Classpath" exception](https://openjdk.java.net/legal/gplv2+ce.html). Check `com.termux.shared.file` package under [terminal-shared](#terminal-shared) module.
- [libsuperuser ](https://github.com/Chainfire/libsuperuser) code is used which is released under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). Check `com.termux.shared.shell.StreamGobbler` class under [terminal-shared](#terminal-shared) module.