Hi folks! I'm building htop in HBASE-11062 now and using Lanterna library to make a Unix top like user interface: https://github.com/mabe02/lanterna
Lanterna is a Java library allowing you to write easy semi-graphical user interfaces in a text-only environment, very similar to the C library curses. However, I found Lanterna library is licensed under the LGPL. https://github.com/mabe02/lanterna/blob/master/License.txt According to the Apache website ( http://www.apache.org/legal/3party.html#criteriaandcategories), it looks like LGPL License in incompatible with Apache License, but I'm not sure if we should not use libraries licensed under LGPL. Could anyone advise me on it? Regards, Toshi
