I am writing a little android chess application, and found some chess pieces under LGPL.
To use them people need to be able to modify the pieces or relink to them or a modified copy.
Android lets you have a web page link and i thought i'd state the copyright and license on this page for the pieces. As to letting users modify the pieces , well that's my question.
If i put it in android market without copy protection, could a user extract the apk file, and then get to the resources directory and modify the pieces and then remake an apk file for them to use? I'm fine with them doing this but was not sure if an android application could be tinkered with in this way.
For them to have their modifications read by the program, all they need to do is give any modified pieces the same name.
Mike