diff options
author | Kevin Rushforth <[email protected]> | 2004-06-10 03:41:28 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2004-06-10 03:41:28 +0000 |
commit | 8af0fbd2fdfbccfea7785b7805e4d488a21a8ad6 (patch) | |
tree | 8a5596bce7ef8d37e88ee957fd9d3f1db783e3cc /www/index.html | |
parent | 12e15a441007de9e060e52eb9e2f56cdbdf0b726 (diff) |
Minor web page updates
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@13 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'www/index.html')
-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> |