diff options
author | Kevin Rushforth <[email protected]> | 2008-02-28 20:18:01 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2008-02-28 20:18:01 +0000 |
commit | c22f052c90ab71fe1722f49183af97f2aea9584f (patch) | |
tree | ee5d975298751f5a60e5f8938e6fe3a6dcb4ba0c /src/classes/J3dVersion | |
parent | a77216753b34514d2c14591932f557c9919ccbb8 (diff) |
Update source code for GPLv2 license
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@892 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'src/classes/J3dVersion')
-rw-r--r-- | src/classes/J3dVersion | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/classes/J3dVersion b/src/classes/J3dVersion index c6c433a..52295ff 100644 --- a/src/classes/J3dVersion +++ b/src/classes/J3dVersion @@ -1,9 +1,9 @@ Manifest-Version: 1.0 -Specification-Title: Java 3D API Specification +Specification-Title: @SPEC_TITLE@ Specification-Version: 1.5 -Specification-Vendor: Sun Microsystems, Inc. -Implementation-Title: Java 3D Core Runtime Environment +Specification-Vendor: @SPEC_VENDOR@ +Implementation-Title: @IMPL_TITLE@ Implementation-Version: @VERSION_BASE@ -Implementation-Vendor: Sun Microsystems, Inc. +Implementation-Vendor: @IMPL_VENDOR@ Extension-Name: javax.media.j3d -Implementation-Vendor-Id: com.sun +Implementation-Vendor-Id: @IMPL_VENDOR_ID@ |