mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 11:36:11 +01: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.javauses code from libsuperuser .