Reusing and copying code in com.siyeh.*

I'm writing inspections for a proprietary language and many of the inspections shipped with intellij including those that are in com.siyeh.* package are applicable to this language with minor modifications. I wanted to make sure I'm not exposing myself to IP issues by copying and modifying these classes.

0
1 comment
Official comment

All com.siyeh.* code is provided with under the Apache License, Version 2.0 just like the rest of the IntelliJ IDEA Community code. So the same rules apply: http://www.apache.org/licenses/LICENSE-2.0

Bas

Please sign in to leave a comment.