show/hide this revision's text 2 improved formatting

If you're calling GPL code, you need to release under GPL. From the license:

This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License.

The LGPL permits closed-source apps to link without also being GPLed. The pure GPL, however, requires that any derivative apps also be GPLed.

show/hide this revision's text 1

If you're calling GPL code, you need to release under GPL. From the license:

This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License.

The LGPL permits closed-source apps to link without also being GPLed. The pure GPL, however, requires that any derivative apps also be GPLed.