Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 821 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 821 Bytes

elicense

Tool to find installed packages in Gentoo with non-accepted license(s).

Usage

Just call elicense program and review output:

~ # elicense
# The following package(s) are using licenses which aren't covered by
# ACCEPT_LICENSE="-* @FREE" setting nor have entries in the package.license file:
media-fonts/corefonts MSttfEULA
sys-block/hpacucli hp-proliant-essentials
sys-block/storcli Avago LSI
sys-firmware/intel-microcode intel-ucode
sys-kernel/linux-firmware linux-fw-redistributable no-source-code

The output can be used to populate /etc/portage/package.license file:

~ # elicense >> /etc/portage/package.license

If there isn't any package currently installed with unaccepted license(s), output will be

~ # elicense
# Licenses for all installed packages are already accepted!