mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-04 01:35:39 +08:00
1.3 KiB
1.3 KiB
The termux-shared
library is released under MIT license.
Exceptions
GPLv3 only
The GPLv3 only
license applies to all files unless specifically specified by a file/directory, like the src/main/java/com/termux/shared/termux/TermuxConstants.java
and src/main/java/com/termux/shared/termux/settings/properties/TermuxPropertyConstants.java
files are released under the MIT
license.
GPLv2 only with "Classpath" exception
src/main/java/com/termux/shared/file/filesystem/*
files that use code from libcore/ojluni.
Apache 2.0
src/main/java/com/termux/shared/shell/StreamGobbler.java
uses code from libsuperuser .