diff options
author | Kevin Rushforth <[email protected]> | 2008-05-13 21:37:32 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2008-05-13 21:37:32 +0000 |
commit | d5347fd9eb4ae8ff4097f220bcef59bde8307b71 (patch) | |
tree | c987ab2b893fcf05ff855ab9f974bc603f69bf1c /www | |
parent | 12c23dfcdcfc93589a18246c74a080d2681c8616 (diff) |
Clarify that the GPL v2 license used by this project includes the CLASSPATH exception
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@897 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html index 7e855ae..ee6f16a 100644 --- a/www/index.html +++ b/www/index.html @@ -34,6 +34,12 @@ project to track issues (bugs, feature requests, etc.) for j3d-core and other 3D sub-projects.<br> </p> +<h3><a name="License"></a>License</h3> +<p>The source code for the <code>javax.media.j3d</code> package is licensed +under the <a href="http://openjdk.java.net/legal/gplv2+ce.html">GNU +Public License, version 2, with the Classpath Exception</a>. This is the same +license that is used for the OpenJDK project. +</p> <p><br> </p> </body> |