]> sourceware.org Git - lvm2.git/commit
lvm: add readline alternative editline
authorBastian Germann <bastiangermann@fishpost.de>
Sat, 26 Sep 2020 19:32:55 +0000 (21:32 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Tue, 29 Sep 2020 08:13:24 +0000 (10:13 +0200)
commit168e2ffbcd8c8cf20711be36059bfcf999a95012
tree11e8f505fc18344e1a2e45d2534c5164cb73a841
parentfb96e9ab217641ec3a967d9aa2be01fc936ee038
lvm: add readline alternative editline

LVM2 is distributed under GPLv2 only. The readline library changed its
license long ago to GPLv3. Given that those licenses are incompatible
and you follow the FSF in their interpretation that dynamically linking
creates a derivative work, distributing LVM2 linked against a current
readline version might be legally problematic.

Add support for the BSD licensed editline library as an alternative for
readline.

Link: https://thrysoee.dk/editline
configure.ac
include/configure.h.in
lib/mm/memlock.c
libdm/make.tmpl.in
make.tmpl.in
tools/Makefile.in
tools/lvm.c
tools/lvmcmdline.c
This page took 0.040013 seconds and 5 git commands to generate.