The termux/termux-app
repository is released under GPLv3 only license.
- Terminal Emulator for Android code is used which is released under Apache License 2.0. Check terminal-view and terminal-emulator modules.
- libcore/ojluni code is used which is released under GPLv2 only with "Classpath" exception. Check
com.termux.shared.file
package under termux-shared module. - libsuperuser code is used which is released under Apache License 2.0. Check
com.termux.shared.shell.StreamGobbler
class under termux-shared module.