2

I'm using a javascript UI library which is released under LGPL. Since it's very big, I want to remove some unused code to make it smaller.

Is this allowed?

Freewind
  • 193,756
  • 157
  • 432
  • 708
  • 3
    I'm voting to close this question as off-topic because it is about licensing or legal issues, not programming or software development. [See here](http://meta.stackoverflow.com/questions/274963/questions-about-licensing/274964#274964) for details, and the [help] for more. – JasonMArcher Jun 03 '15 at 03:45

1 Answers1

2

Yes it is allowed as long as you don't remove any code from the LGPL license or the credentials.

dimme
  • 4,393
  • 4
  • 31
  • 51