java-port / clank

Clank is a Java-port of popular Clang frontend
38 stars 8 forks source link

License #3

Closed leginee closed 4 years ago

leginee commented 4 years ago

Hello,

which License does the code have? Or can it be released under the APL2?

If so I would try to integrate it back to Netbeans CND modul. Help is welcome.

All the Best Peter

java-port commented 4 years ago

Hi Peter, You can open any Java file and see license https://github.com/java-port/clank/blob/master/modules/org.clang.analysis/src/org/clang/analysis/analyses/AnalysisClangGlobals.java It is the same license as was used by LLVM project at the time of conversion.

Hope it helps, Vladimir

leginee commented 4 years ago

Hmm i see. I checked some Java files and did not find the license. Thanks for clarifying this.

All the Best.