aboutsummaryrefslogtreecommitdiffstats
path: root/release-info/src-release
diff options
context:
space:
mode:
authorChien Yang <[email protected]>2007-04-03 05:30:20 +0000
committerChien Yang <[email protected]>2007-04-03 05:30:20 +0000
commit1a9b22fe879d999ac84c7926a77f256c777ca6a1 (patch)
treebde53d3cd1f61f674a8bbaaba52d845747fec495 /release-info/src-release
parentf53cc0499e024f712e3b24f0b6cf282aeb7bdf4d (diff)
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
Diffstat (limited to 'release-info/src-release')
-rw-r--r--release-info/src-release/j3d/README.txt26
-rw-r--r--release-info/src-release/vecmath/README.txt13
2 files changed, 39 insertions, 0 deletions
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.