diff options
-rw-r--r-- | www/index.html | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/www/index.html b/www/index.html index a532009..13a19c8 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 Java 3D API Core</title> </head> <body> @@ -23,15 +23,14 @@ instructions</a> for information on downloading and building j3d-core.</p> <h3>License</h3> <p>The source code for the core Java 3D 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> @@ -70,7 +69,7 @@ going forward is to implement an AudioEngine using <a Java 3D 1.3.1 and the will release new versions of Java 3D 1.3.x as needed. -Bugfixes will be immediately available in the cvs source, or from the +Bug fixes will be immediately available in the CVS source, or from the weekly builds on this site. We will release official 1.3.x versions no more often than twice a year.<br> </p> |