diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/www/index.html b/www/index.html index 6fe7f24..f949ab6 100644 --- a/www/index.html +++ b/www/index.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> - <meta http-equiv="content-type" - content="text/html; charset=ISO-8859-1"> + <meta content="text/html; charset=ISO-8859-1" + http-equiv="content-type"> <title>The Vecmath API</title> </head> <body> @@ -14,20 +14,22 @@ for the 3D vector math package, <code>javax.vecmath</code>.<br> <a href="http://j3d-core-utils.dev.java.net/">j3d-core-utils</a> (the Java 3D core utilities), and <a href="http://j3d-examples.dev.java.net/">j3d-examples</a> -(the Java 3D example programs).<br> +(the Java 3D example programs). Refer to the <a + href="build-instr.html">download +and build +instructions</a> for information on downloading and building vecmath. </p> <h3>License</h3> <p>The source code for the 3D vector math API reference implementation is available for research use -under the -Java Research License (JRL) [TODO: license link]. +under the TBD1 license [TODO: license link]. It is also available for commercial use -under the Java Distribution License (JDL) [TODO: license link]. +under the TBD2 license [TODO: license link]. 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 JRL and JDL licenses were +new implementation code to the API. The TBD1 and TBD2 licenses were chosen to facilitate this, while ensuring that the API is not fragmented with incompatible versions being released.<br> |