diff options
Diffstat (limited to 'release-info')
-rw-r--r-- | release-info/fcs-1_3_2/BINARY-CODE-LICENSE.txt | 15 | ||||
-rw-r--r-- | release-info/fcs-1_3_2/HOW-TO-INSTALL.txt | 11 | ||||
-rw-r--r-- | release-info/fcs-1_3_2/README.txt | 11 | ||||
-rw-r--r-- | release-info/fcs-1_3_2/RELEASE-NOTES-txt.cpp | 1 |
4 files changed, 38 insertions, 0 deletions
diff --git a/release-info/fcs-1_3_2/BINARY-CODE-LICENSE.txt b/release-info/fcs-1_3_2/BINARY-CODE-LICENSE.txt new file mode 100644 index 0000000..9de53fa --- /dev/null +++ b/release-info/fcs-1_3_2/BINARY-CODE-LICENSE.txt @@ -0,0 +1,15 @@ +===================================================================== +BEGIN LICENSE PLACEHOLDER +===================================================================== + +Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved. + +This software is licensed under terms that are yet to be disclosed. +Until such time as these terms are disclosed, you may not do anything +at all with this binary release. + +===================================================================== +END LICENSE PLACEHOLDER +===================================================================== + +TODO: remove the above placeholder and put the actual license here. diff --git a/release-info/fcs-1_3_2/HOW-TO-INSTALL.txt b/release-info/fcs-1_3_2/HOW-TO-INSTALL.txt new file mode 100644 index 0000000..02c7b4e --- /dev/null +++ b/release-info/fcs-1_3_2/HOW-TO-INSTALL.txt @@ -0,0 +1,11 @@ +Instructions for installing Java 3D 1.3.2 + +Java 3D version 1.3.2 runs on JDK version 1.4.2 and higher. +To install this build, chdir to the "jre" directory within the jdk +and unzip (or unjar) the zip file. For example, if your JDK is installed +in /usr/java/j2sdk1.5.0, you would install this as follows: + + cd /usr/java/j2sdk1.5.0/jre + unzip /path-to-extracted-files/j3d-jre-*.zip + +You may need to be "root" to do this on Solaris or Linux. diff --git a/release-info/fcs-1_3_2/README.txt b/release-info/fcs-1_3_2/README.txt new file mode 100644 index 0000000..0085225 --- /dev/null +++ b/release-info/fcs-1_3_2/README.txt @@ -0,0 +1,11 @@ +This binary release of the Java 3D API, version 1.3.2 is a copyrighted +product that is licensed to individuals or companies who download or +otherwise access the release. + +The copyright notice for this product is in COPYRIGHT.txt + +The binary code license for this product is in BINARY-CODE-LICENSE.txt + +Instructions for installation are in HOW-TO-INSTALL.txt + +The release notes for this product are in RELEASE-NOTES.txt diff --git a/release-info/fcs-1_3_2/RELEASE-NOTES-txt.cpp b/release-info/fcs-1_3_2/RELEASE-NOTES-txt.cpp new file mode 100644 index 0000000..75e8743 --- /dev/null +++ b/release-info/fcs-1_3_2/RELEASE-NOTES-txt.cpp @@ -0,0 +1 @@ +Release notes for Java 3D version 1.3.2 |