I'm using AndEngine in my Android app. I found that this library is distributed under GNU Lesser GPL. What should I write in my about view to conform this license?
AndEngine License - what should I write in About?
872 Views Asked by gflower At
2
There are 2 best solutions below
0

I think what you should do is link (ie to a web page) to the LGPL libraries you use to make it easy for your customers to access its source code if they wish. This seems to be the top priority for the FSF (the end user having the right to see the source). Other than that, it is my understanding that linking your code with this LGPL-licensed library is completely okay for a closed-source program, which is why they are discouraging the use of LGPL for new libraries now.
http://www.gnu.org already provides that information. Here's the link for that. In this link you may find a brief explanation of how to place a program under several licenses including GNU Lesser GPL.
EDIT: I checked some examples of LGPL'ed software in Ubuntu and their about boxes.