Whissi / elicense

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

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

License:GNU General Public License v2.0


Languages

Language:Python 100.0%