diff options
Diffstat (limited to 'README-FIRST.txt')
-rw-r--r-- | README-FIRST.txt | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/README-FIRST.txt b/README-FIRST.txt index b6dd53b..dd87e0d 100644 --- a/README-FIRST.txt +++ b/README-FIRST.txt @@ -1,6 +1,6 @@ -The source code for the j3d-core project is copyrighted code -that is licensed to individuals or companies who download or otherwise -access the code. +The source code for the j3d-core project is copyrighted code that is +licensed to individuals or companies who download or otherwise access +the code. The copyright notice for this project is in COPYRIGHT.txt @@ -10,3 +10,15 @@ Additional information and license restrictions for third party source code are found in the THIRDPARTY-LICENSE-*.txt files. Instructions for building this project are in README-build.html + +Note that the source code in this directory is untested and presumed +incompatible with the Java 3D(TM) API specification. You must only use +this code in accordance with the terms under which the code is +licensed. No additional rights are granted to you. + +If you prefer to use a tested and certified compatible version of the +code, then you can download a binary release for the Solaris, Linux, +Windows, and Mac OS X operating environments at: + https://java3d.dev.java.net/binary-builds.html +or at: + http://java.sun.com/products/java-media/3D/ |