I have a commercial web application and just found a great JavaScript library I'd like to use. This library is licensed under Apache v2.
How do I properly (and legally) use the library in my public web application?
Since I like to achieve as much performance as possible in my web application, can I do the following:
- Can I remove the copyright/license notice from the JavaScript library (to reduce the size of the JS file)?
- Can I modify the library for my commercial web application. Note, I'm not redistributing the libary, I simply want to rework the library a bit to fit my needs better.
- If I'm allow to do #2, do I have to include the Apache license notice in the JavaScript file?
UPDATE
I've read the license for Apache v2 and it's still unclear to me.