I am staring at the Apache License 2.0 and it stares back at me..

All I want to know is whether I can take an existing source code (licensed under Apache License 2.0) and modify it, without having to release my modifications back.

Does the Apache License 2.0 allow that?

(I know that GPL and even LGPL don't allow that, which is why I am asking about Apache).

I also know that, when time comes, I will have to get professional legal advice. But I need to make a quick decision now whether to spend time looking at all at some piece of code (licensed under Apache License 2.0). For that, all I need to know for now is whether I can take an existing source code (licensed under Apache License 2.0) and modify it, without having to release my modifications back.

Thanks.

link|improve this question
feedback

2 Answers

up vote 7 down vote accepted

In a word, yes.

The Apache License requires preservation of the copyright notice and disclaimer, but it is not a copyleft license — it allows use of the source code for the development of proprietary software as well as free and open source software.

link|improve this answer
feedback

Yes! You can profit from it too without distributing your source codce like GPL. Be careful not to emphasise that your product is endorsed by ASF!

Source: http://www.apache.org/foundation/license-faq.html#CLA-Usage

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.