diff options
author | Harvey Harrison <[email protected]> | 2013-04-07 10:39:38 -0700 |
---|---|---|
committer | Harvey Harrison <[email protected]> | 2013-04-07 10:39:38 -0700 |
commit | 1e29cfc3c5dfe79b76320cf5847af9cb00b230e1 (patch) | |
tree | 8af89b905a97be21b5600c276f03af00408db541 /release-info/src-release | |
parent | 60941a47198c40a975256659648867d14a0fc57b (diff) |
j3dcore: remove old release files/licenses that may confuse people
The project is GPLv2 + classpath exception as found in LICENSE.txt, remove the
older files that may confuse people.
Signed-off-by: Harvey Harrison <[email protected]>
Diffstat (limited to 'release-info/src-release')
-rw-r--r-- | release-info/src-release/j3d/README.txt | 25 | ||||
-rw-r--r-- | release-info/src-release/vecmath/README.txt | 13 |
2 files changed, 0 insertions, 38 deletions
diff --git a/release-info/src-release/j3d/README.txt b/release-info/src-release/j3d/README.txt deleted file mode 100644 index c859ec1..0000000 --- a/release-info/src-release/j3d/README.txt +++ /dev/null @@ -1,25 +0,0 @@ -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 the 3D graphics packages. If you want to build the 3D packages, -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 deleted file mode 100644 index ab5e522..0000000 --- a/release-info/src-release/vecmath/README.txt +++ /dev/null @@ -1,13 +0,0 @@ -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. |