From 1a9b22fe879d999ac84c7926a77f256c777ca6a1 Mon Sep 17 00:00:00 2001 From: Chien Yang Date: Tue, 3 Apr 2007 05:30:20 +0000 Subject: Fixed to Issue 467 : Add Java3D source jar file as a separate or part of the distribution. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@808 ba19aa83-45c5-6ac9-afd3-db810772062c --- release-info/src-release/j3d/README.txt | 26 ++++++++++++++++++++++++++ release-info/src-release/vecmath/README.txt | 13 +++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 release-info/src-release/j3d/README.txt create mode 100644 release-info/src-release/vecmath/README.txt (limited to 'release-info/src-release') diff --git a/release-info/src-release/j3d/README.txt b/release-info/src-release/j3d/README.txt new file mode 100644 index 0000000..0691105 --- /dev/null +++ b/release-info/src-release/j3d/README.txt @@ -0,0 +1,26 @@ +The source code in this directory is copyrighted code that is licensed +to individuals or companies who download or otherwise access the code. + +The javax subdirectory contains the source code for the j3d-core +project. The com subdirectory contains the source code for the +j3d-core-utils project. + +The copyright notice for the j3d-core source code is in the +javax/COPYRIGHT.txt file. The copyright notice for the j3d-core-utils +source code is in the com/COPYRIGHT.txt file. + +The license terms for the j3d-core and j3d-core-utils projects are +different. A separate source code license is used for each project. +The license for the j3d-core source code is in the javax/LICENSE.txt +file. The license for the j3d-core-utils source code is in the +com/LICENSE.txt file. + +Additional information and license restrictions for third party source +code are found in the javax/THIRDPARTY-LICENSE-*.txt and +com/THIRDPARTY-LICENSE-*.txt files. + + +Note that the source files in this directory are not sufficient to +build Java 3D. If you want to build Java 3D, you can use CVS to get a +complete source tree. See +https://j3d-core.dev.java.net/build-instr.html for more information. diff --git a/release-info/src-release/vecmath/README.txt b/release-info/src-release/vecmath/README.txt new file mode 100644 index 0000000..ab5e522 --- /dev/null +++ b/release-info/src-release/vecmath/README.txt @@ -0,0 +1,13 @@ +The source code in this directory is copyrighted code that is licensed +to individuals or companies who download or otherwise access the code. + +The copyright notice for the vecmath source code is in the +javax/COPYRIGHT.txt file. + +The license for the vecmath source code is in the javax/LICENSE.txt +file. + +Note that the source files in this directory are not sufficient to +build vecmath. If you want to build vecmath, you can use CVS to get a +complete source tree. See +https://vecmath.dev.java.net/build-instr.html for more information. -- cgit v1.2.3