summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorphil <[email protected]>2016-10-18 13:44:23 +1300
committerphil <[email protected]>2016-10-18 13:44:23 +1300
commitd1288f7ae0de87455a2988c1f15dedda2074823f (patch)
treed919d21533e2a832798efcf5e2184e380301546b /README.md
parent781f17052b83db286b18204dad0ff260d97da553 (diff)
Added a basic readme.md file
Removed out of date www folder Removed out of date netbeans project folder Removed out of date README-build.html
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
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.