Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.85 KB

File metadata and controls

29 lines (15 loc) · 1.85 KB

License

GCC

The GCC compiler and its runtime libraries are licensed under the GNU General Public License version 3, with additional permissions provided by the GCC Runtime Library Exception.

Termux Packages

This project includes an APT-like command-line tool that allows you to install and use libraries from the Termux Packages repository during cross-compilation. However, this does not grant any special permission to embed these libraries in your own projects.

Each package in the Termux Packages repository is distributed under its own license. You can find the relevant licenses by browsing the package list here.

Pino

GCC Modifications

All patches located in the patches directory are licensed under the same terms as GCC, namely the GNU General Public License version 3.

Android NDK

This project uses libraries and header files from the Android Native Development Kit (NDK) to provide a cross-compilation environment. These components are licensed under the Apache License, Version 2.0.

Submodules

The repositories located in the submodules directory contain third-party software used in the Pino build workflow. Each submodule is governed by its own license. Please refer to the respective repositories for complete licensing information.

Other Files

All other files in this repository, unless otherwise stated, are licensed under the GNU Lesser General Public License v3.0.