Skip to content

Commit

Permalink
Clarify license information about Substrate VM and link to it in the …
Browse files Browse the repository at this point in the history
…top-level README
  • Loading branch information
eregon committed Jan 4, 2018
1 parent 6f092a1 commit 82c5f73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ Further details can be found on the [OTN site](http://www.oracle.com/technetwork

[Graal](https://github.com/graalvm/graal/tree/master/compiler) is a dynamic compiler written in Java that integrates with the HotSpot JVM.

[Substrate VM](https://github.com/graalvm/graal/tree/master/substratevm) is a framework that allows ahead-of-time (AOT) compilation of Java applications under closed-world assumption into executable images or shared objects.

## 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).

The [Substrate VM](https://github.com/graalvm/graal/tree/master/substratevm) is licensed under the [GPL 2](https://github.com/graalvm/graal/blob/master/substratevm/LICENSE.md).
3 changes: 3 additions & 0 deletions substratevm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,6 @@ to the project. The format is one directory name per line, with directories name

If you pull a changeset which adds or removes checkstyle XML files, you may get inappropriate style warnings/errors in Eclipse until you 'mx eclipseinit' and then Clean the affected projects. (This can be particularly confusing because you'll see Checkstyle behaviour which is inconsistent with the contents of the on-disk checkstyle XML files.)

## License

The Substrate VM is licensed under the [GPL 2](https://github.com/graalvm/graal/blob/master/substratevm/LICENSE.md).

0 comments on commit 82c5f73

Please sign in to comment.