diff options
author | Kevin Rushforth <[email protected]> | 2008-02-28 20:18:01 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2008-02-28 20:18:01 +0000 |
commit | c22f052c90ab71fe1722f49183af97f2aea9584f (patch) | |
tree | ee5d975298751f5a60e5f8938e6fe3a6dcb4ba0c /www/index.html | |
parent | a77216753b34514d2c14591932f557c9919ccbb8 (diff) |
Update source code for GPLv2 license
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@892 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 39 |
1 files changed, 6 insertions, 33 deletions
diff --git a/www/index.html b/www/index.html index bfbc448..7e855ae 100644 --- a/www/index.html +++ b/www/index.html @@ -3,18 +3,17 @@ <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> - <title>The Java 3D API Core</title> + <title>Core classes for javax.media.j3d</title> </head> <body style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"> <p>This project contains the source code -for the core Java 3D<sup><font size="-2">TM</font></sup> API -package, <code>javax.media.j3d</code>.</p> +for the <code>javax.media.j3d</code> package.</p> <p>Related projects include: <a href="https://vecmath.dev.java.net/">vecmath</a> (the 3D vector math package), <a href="https://j3d-core-utils.dev.java.net/">j3d-core-utils</a> (the -Java 3D core utilities), and <a +3D core utilities), and <a href="https://j3d-examples.dev.java.net/">j3d-examples</a> (the -Java 3D +3D example programs). The vecmath and j3d-core-utils projects are required to build j3d-core. Developers should refer to the <a href="build-instr.html">CVS download @@ -23,7 +22,7 @@ instructions</a> for information on downloading the source code and building j3d-core.<br> </p> <p><strong><em>For all other project -information, including contributing to Java 3D and reporting +information, including contributing to the 3D projects and reporting issues, please go to the parent <a href="https://java3d.dev.java.net/">java3d</a> project.</em></strong></p> @@ -33,33 +32,7 @@ to file or track issues. Please use the <a in the parent java3d project to track issues (bugs, feature requests, etc.) for -Java 3D-related -sub-projects.<br> -</p> -<h3><a name="License"></a>License</h3> -<p>The source code for the core Java 3D API reference -implementation -is licensed under the <a href="https://java3d.dev.java.net/jrl.html" - target="_blank">Java -Research License (JRL)</a> for non-commercial use. The JRL allows users -to download, build, and modify the source code in the -j3d-core project for research use, subject to the terms of the license. -</p> -<p>Java 3D is also licensed for commercial use under a -no-fee <a href="https://java3d.dev.java.net/jdl.html">Java -Distribution License (JDL)</a>. The JDL -allows commercial use of Java 3D with or without modification, as -long as compatibility with the entire API Specification is maintained. -This includes passing the TCK tests for Java 3D, and retaining the -javax namespace as defined by the JCP. -</p> -<p> -The API specification will continue to evolve as part of the Java -Community Process (JCP). We welcome community participation, and -encourage developers to contribute both bug fixes and new -implementation code to the API. The combination of the JRL and the JDL -was chosen to facilitate this, while ensuring the integrity and -compatibility of the API.<br> +j3d-core and other 3D sub-projects.<br> </p> <p><br> </p> |