diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 37 |
1 files changed, 5 insertions, 32 deletions
diff --git a/www/index.html b/www/index.html index 2efbfd4..afd0dc9 100644 --- a/www/index.html +++ b/www/index.html @@ -9,17 +9,17 @@ <p>This project contains the source code for the 3D vector math package, <code>javax.vecmath</code>.</p> <p>Related projects include: <a href="https://j3d-core.dev.java.net/">j3d-core</a> -(the core Java 3D<sup><font size="-2">TM</font></sup> API), +(the core 3D pacakge), <a href="https://j3d-core-utils.dev.java.net/">j3d-core-utils</a> -(the Java 3D core utilities), and +(the 3D core utilities), and <a href="https://j3d-examples.dev.java.net/">j3d-examples</a> -(the Java 3D example programs). Developers should refer to the <a +(the 3D example programs). Developers should refer to the <a href="build-instr.html">CVS download and build instructions</a> for information on downloading the source code and building vecmath.</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> @@ -29,34 +29,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.</p> -<p></p> -<h3><a name="License"></a>License</h3> -<p>The source code for the 3D vector math 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 vecmath project -for research use, subject to the terms of the license. -</p> -<p>The vecmath source code 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 vecmath with or without modification, as -long as compatibility with the entire API Specification is maintained. -This includes passing the TCK tests for vecmath, 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> -</p> +vecmath and other 3D sub-projects.<br> <p><br> </p> </body> |