I installed BGRAControls package and was unpleasantly surprised that it has dependency on LazMouseAndKeyInput package, which is GPL licensed.
In BGRAControls repository there are files COPYING.modifiedLGPL.txt and COPYING.LGPL.txt which claim that these controls are released under modified LGPL.
If I'm not mistaken, the nature of GPL is that all code that depends on it, must be also licensed as GPL. So, these controls cannot be released under (modified or not) LGPL as long as they depend on a GPL code.
I don't know which of the bgra controls actually use LazMouseAndKeyInput, but as it is now, I don't think I can use any.
Is it possible to move the controls which actually use this GPL package to another package, which must be licensed GPL, and leave other BGRA controls in the current package with LazMouseAndKeyInput dependency removed?