Tool to find installed packages in Gentoo with non-accepted license(s).
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!