forked from oracle/graal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify licenses and describe them in the top-level README
* Fix URL to the GPL 2 with Classpath exception file.
- Loading branch information
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,12 @@ | ||
GraalVM is a project based in Oracle Labs developing a new JIT Compiler and Polyglot Runtime for the JVM. | ||
Further details can be found on the [OTN site](http://www.oracle.com/technetwork/oracle-labs/program-languages/overview/index.html). | ||
|
||
[Truffle](https://github.com/graalvm/graal/blob/master/truffle/README.md) is a framework for implementing languages as simple interpreters and forms the basis of the Polyglot Runtime. The official Truffle documentation is maintained as [Truffle javadoc](http://graalvm.github.io/graal). | ||
[Truffle](https://github.com/graalvm/graal/tree/master/truffle) is a framework for implementing languages as simple interpreters and forms the basis of the Polyglot Runtime. The official Truffle documentation is maintained as [Truffle javadoc](http://graalvm.github.io/graal). | ||
|
||
[Graal](https://github.com/graalvm/graal/tree/master/compiler) is a dynamic compiler written in Java that integrates with the HotSpot JVM. | ||
|
||
## License | ||
|
||
[Truffle](https://github.com/graalvm/graal/tree/master/truffle) and its dependency [Graal SDK](https://github.com/graalvm/graal/tree/master/sdk) are licensed under the [GPL 2 with Classpath exception](https://github.com/graalvm/graal/blob/master/truffle/LICENSE.GPL.md). | ||
|
||
The [Graal compiler](https://github.com/graalvm/graal/tree/master/compiler) is licensed under the [GPL 2](https://github.com/graalvm/graal/blob/master/compiler/LICENSE.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters