JLang icon indicating copy to clipboard operation
JLang copied to clipboard

Review license

Open dz333 opened this issue 6 years ago • 1 comments

From @gharrma on February 12, 2018 17:39

Before release, we should add a license file to the repository, and review our use of licensed software (e.g., OpenJDK is distributed under the GPL license with a linking exception).

Copied from original issue: gharrma/polyllvm#37

dz333 avatar Aug 22 '18 15:08 dz333

Additionally there are some bits of the runtime (jvm.cpp and jni_help.h) that were copied from the openjdk jvm implementation (utf character parsing and some print wrapper code). These are very generic bits of code but we will probably need to re-write them slightly or replace with our own implementations. Those sections are commented in the source code.

dz333 avatar Aug 22 '18 20:08 dz333