diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..7c9e48b --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +Java3D Examples Readme
+===
+This project contains the source code for the Java3D example programs.
+
+The source code for j3d-examples is licensed under a Berkely Software Distribution (BSD) License.
+
+The copyright notice for this project is in COPYRIGHT.txt
+
+The source code license information for this project is in LICENSE.txt
+
+NOTE: This project contains third-party source code that is provided under separate licensing terms. These terms are are found in the THIRDPARTY-LICENSE-*.txt files in the top level-directory of this project.
+
+Related projects include: java3d-core (the core 3D package), vecmath (the 3D vector math package), and java3d-utils (the 3D core utilities).
+Developers should refer to the java3d-core readme.md file for information on downloading the source code and building j3d-examples.
|