rizinorg / rz-libdemangle

Rizin Library to demangle symbols
6 stars 5 forks source link

Rewrite/remove GPL-only code #3

Open XVilka opened 3 years ago

XVilka commented 3 years ago

Currently, src/cxx/ and src/gnu_v2 contain the GPL-only code copied from libiberty library (part of GCC).

To allow linking the non-GPL or LGPL software we should rewrite it in LGPL or another compatible license.

wargio commented 3 years ago

the GPL code can be skipped on compilation time: https://github.com/rizinorg/rz-libdemangle/blob/main/meson_options.txt#L1

ret2libc commented 3 years ago

I believe this can be closed for now as having a build time option is already good IMHO. If somebody wants this for commercial reasons they can probably pay someone to write this.

wargio commented 3 years ago

i would keep this instead. no need to close it