Skip to content

Question regarding pre compiled packages license #21085

Answered by TomJo2000
MohammedKHC0 asked this question in Q&A
Discussion options

You must be logged in to vote

Every package available on Termux contains its applicable license files.
You can find the license identifiers as part of the package build.sh file.
e.g.

TERMUX_PKG_LICENSE="MIT"

TERMUX_PKG_LICENSE="GPL-2.0, MIT"

# Licenses: BSD 3-Clause, BSD 2-Clause, ISC, Beerware, Public Domain
TERMUX_PKG_LICENSE="custom"

Licenses are generally divided into 2 categories, "generic" and "specific".

  • "Generic" licenses are symlinked in from a single copy containe…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by TomJo2000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants